code
stringlengths
3
10M
language
stringclasses
31 values
/** * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: Walter Bright */ /* Copyright Digital Mars 2004 - 2009. * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE or copy at * http://www.boost.org/LICENSE_1_0.txt) */ module rt.typeinfo.ti_uint; // uint class TypeInfo_k : TypeInfo { @trusted: const: pure: nothrow: override string toString() const pure nothrow @safe { return "uint"; } override hash_t getHash(in void* p) { return *cast(uint *)p; } override equals_t equals(in void* p1, in void* p2) { return *cast(uint *)p1 == *cast(uint *)p2; } override int compare(in void* p1, in void* p2) { if (*cast(uint*) p1 < *cast(uint*) p2) return -1; else if (*cast(uint*) p1 > *cast(uint*) p2) return 1; return 0; } @property override size_t tsize() nothrow pure { return uint.sizeof; } override void swap(void *p1, void *p2) { int t; t = *cast(uint *)p1; *cast(uint *)p1 = *cast(uint *)p2; *cast(uint *)p2 = t; } }
D
/Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Bits.build/Deprecated.swift.o : /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/Deprecated.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/ByteBuffer+require.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/ByteBuffer+string.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/ByteBuffer+peek.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/Byte+Control.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/BitsError.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/Data+Bytes.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/Bytes.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/Data+Strings.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/ByteBuffer+binaryFloatingPointOperations.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/Byte+Alphabet.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/Byte+Digit.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/XPC.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/ObjectiveC.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/Dispatch.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/Foundation.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/CoreFoundation.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/CoreGraphics.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/Swift.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/IOKit.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-macos.swiftinterface /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/NIO.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Debugging.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio-zlib-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/xpc/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Bits.build/Deprecated~partial.swiftmodule : /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/Deprecated.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/ByteBuffer+require.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/ByteBuffer+string.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/ByteBuffer+peek.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/Byte+Control.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/BitsError.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/Data+Bytes.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/Bytes.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/Data+Strings.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/ByteBuffer+binaryFloatingPointOperations.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/Byte+Alphabet.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/Byte+Digit.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/XPC.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/ObjectiveC.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/Dispatch.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/Foundation.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/CoreFoundation.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/CoreGraphics.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/Swift.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/IOKit.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-macos.swiftinterface /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/NIO.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Debugging.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio-zlib-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/xpc/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Bits.build/Deprecated~partial.swiftdoc : /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/Deprecated.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/ByteBuffer+require.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/ByteBuffer+string.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/ByteBuffer+peek.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/Byte+Control.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/BitsError.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/Data+Bytes.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/Bytes.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/Data+Strings.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/ByteBuffer+binaryFloatingPointOperations.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/Byte+Alphabet.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/Byte+Digit.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/XPC.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/ObjectiveC.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/Dispatch.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/Foundation.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/CoreFoundation.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/CoreGraphics.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/Swift.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/IOKit.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-macos.swiftinterface /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/NIO.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Debugging.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio-zlib-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/xpc/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
D
/** A module with tests to test the compile-time reflection */ module unit_threaded.tests.parametrized; import unit_threaded.attrs; version(unittest) { @(1, 2, 3) @AutoTags void testValues(int i) { assert(i % 2 != 0); } @Types!(float, int) @AutoTags void testTypes(T)() { assert(T.init == 0); } } @("builtinIntValues") @AutoTags @Values(2, 3, 4, 5) unittest { import std.conv; immutable i = getValue!int; assert(i == 3); } @("cartesianBuiltinNoAutoTags") @Values("foo", "bar") @Values("red", "blue", "green") unittest { assert(getValue!(string, 0).length == getValue!(string, 1).length); } @("cartesianBuiltinAutoTags") @Values("foo", "bar") @Values("red", "blue", "green") @AutoTags unittest { assert(getValue!(string, 0).length == getValue!(string, 1).length); } @(1, 2, 3) @("foo", "bar") @AutoTags testCartesianFunction(int i, string s) { assert(i == 2 && s == "bar"); }
D
instance DIA_Hanna_EXIT(C_Info) { npc = VLK_414_Hanna; nr = 999; condition = DIA_Hanna_EXIT_Condition; information = DIA_Hanna_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Hanna_EXIT_Condition() { if(Kapitel <= 2) { return TRUE; }; }; func void DIA_Hanna_EXIT_Info() { AI_StopProcessInfos(self); }; instance DIA_Hanna_Hello(C_Info) { npc = VLK_414_Hanna; nr = 1; condition = DIA_Hanna_Hello_Condition; information = DIA_Hanna_Hello_Info; permanent = FALSE; important = TRUE; }; func int DIA_Hanna_Hello_Condition() { return TRUE; }; func void DIA_Hanna_Hello_Info() { AI_Output(self,other,"DIA_Hanna_Hello_17_00"); //Ах, клиент - что я могу сделать для тебя? }; instance DIA_Hanna_Room(C_Info) { npc = VLK_414_Hanna; nr = 2; condition = DIA_Hanna_Room_Condition; information = DIA_Hanna_Room_Info; permanent = FALSE; description = "Я хочу снять комнату."; }; func int DIA_Hanna_Room_Condition() { return TRUE; }; func void DIA_Hanna_Room_Info() { AI_Output(other,self,"DIA_Hanna_Room_15_00"); //Я хочу снять комнату. AI_Output(self,other,"DIA_Hanna_Room_17_01"); //Ты обратился как раз по адресу. if(Npc_KnowsInfo(other,DIA_Lothar_Schlafen)) { AI_Output(other,self,"DIA_Hanna_Add_15_03"); //Один из паладинов сказал мне, что я могу провести ночь здесь бесплатно... } else { AI_Output(other,self,"DIA_Hanna_Add_15_00"); //Сколько стоит комната на ночь? AI_Output(self,other,"DIA_Hanna_Add_17_01"); //Эта услуга абсолютно бесплатна. AI_Output(self,other,"DIA_Hanna_Add_17_02"); //Паладины оплачивают ночлег всех путешественников. AI_Output(other,self,"DIA_Hanna_Add_15_04"); //То есть, я могу остановиться здесь на ночь бесплатно?! }; AI_Output(self,other,"DIA_Hanna_Add_17_05"); //Да, да. AI_Output(self,other,"DIA_Hanna_Add_17_06"); //Просто поднимись вверх по лестнице. AI_Output(self,other,"DIA_Hanna_Add_17_07"); //Пара коек там еще свободна. }; instance DIA_Hanna_WhyPay(C_Info) { npc = VLK_414_Hanna; nr = 3; condition = DIA_Hanna_WhyPay_Condition; information = DIA_Hanna_WhyPay_Info; permanent = FALSE; description = "А почему паладины платят за все?"; }; func int DIA_Hanna_WhyPay_Condition() { if(Npc_KnowsInfo(other,DIA_Hanna_Room)) { return TRUE; }; }; func void DIA_Hanna_WhyPay_Info() { AI_Output(other,self,"DIA_Hanna_Add_15_12"); //А почему паладины платят за все? AI_Output(self,other,"DIA_Hanna_Add_17_13"); //Я не знаю точно, с чем это связано. AI_Output(self,other,"DIA_Hanna_Add_17_14"); //С одной стороны я думаю, они хотят, чтобы нищие не ошивались ночью на улицах. Так безопаснее для всех. AI_Output(self,other,"DIA_Hanna_Add_17_15"); //Ну а с другой - они хотят завоевать расположение странствующих торговцев. AI_Output(self,other,"DIA_Hanna_Add_17_16"); //Сейчас, когда фермеры подняли восстание, нам остается полагаться только на торговцев в вопросах обеспечения города продовольствием. AI_Output(self,other,"DIA_Hanna_Add_17_17"); //Кроме того, я думаю, они хотят поднять немного моральный дух в городе. AI_Output(self,other,"DIA_Hanna_Add_17_18"); //Лорд Андрэ даже приказал раздавать бесплатное пиво на Площади Правосудия. }; instance DIA_Hanna_WerHier(C_Info) { npc = VLK_414_Hanna; nr = 4; condition = DIA_Hanna_WerHier_Condition; information = DIA_Hanna_WerHier_Info; permanent = TRUE; description = "Кто здесь живет сейчас?"; }; func int DIA_Hanna_WerHier_Condition() { if(Npc_KnowsInfo(other,DIA_Hanna_Room)) { return TRUE; }; }; func void DIA_Hanna_WerHier_Info() { AI_Output(other,self,"DIA_Hanna_Add_15_08"); //Кто здесь живет сейчас? AI_Output(self,other,"DIA_Hanna_Add_17_09"); //В основном странствующие торговцы с рынка. AI_Output(other,self,"DIA_Hanna_Add_15_10"); //Ага. AI_Output(self,other,"DIA_Hanna_Add_17_11"); //Даже не думай, чтобы пошарить в их пожитках! Мне не нужны здесь проблемы! }; instance DIA_Hanna_City(C_Info) { npc = VLK_414_Hanna; nr = 5; condition = DIA_Hanna_City_Condition; information = DIA_Hanna_City_Info; permanent = TRUE; description = "Несколько вопросов о городе..."; }; func int DIA_Hanna_City_Condition() { return TRUE; }; func void DIA_Hanna_City_Info() { AI_Output(other,self,"DIA_Hanna_City_15_00"); //Несколько вопросов о городе... Info_ClearChoices(DIA_Hanna_City); Info_AddChoice(DIA_Hanna_City,Dialog_Back,DIA_Hanna_City_Back); Info_AddChoice(DIA_Hanna_City,"Где я могу купить что-нибудь здесь?",DIA_Hanna_City_Buy); Info_AddChoice(DIA_Hanna_City,"Расскажи мне о городе.",DIA_Hanna_City_City); }; func void DIA_Hanna_City_Back() { Info_ClearChoices(DIA_Hanna_City); }; func void DIA_Hanna_City_Buy() { AI_Output(other,self,"DIA_Hanna_City_Buy_15_00"); //Где я могу купить что-нибудь здесь? AI_Output(self,other,"DIA_Hanna_City_Buy_17_01"); //Рынок находится прямо перед парадным входом в отель. Я думаю, ты найдешь там все, что тебе нужно. AI_Output(self,other,"DIA_Hanna_City_Buy_17_02"); //Также есть несколько лавок ремесленников в другой части города. Большинство из них находятся недалеко от городских ворот. AI_Output(self,other,"DIA_Hanna_City_Buy_17_03"); //Также в порту ты найдешь торговца рыбой. Его лавка смотрит прямо на гавань. }; func void DIA_Hanna_City_City() { AI_Output(other,self,"DIA_Hanna_City_City_15_00"); //Расскажи мне о городе. AI_Output(self,other,"DIA_Hanna_City_City_17_01"); //Хоринис - один из самых богатых городов королевства, даже несмотря на то, что сейчас он совсем не кажется таким. AI_Output(self,other,"DIA_Hanna_City_City_17_02"); //Но с тех пор, как началась война с орками, всяческая торговля практически умерла. Король реквизировал весь торговый флот для нужд армии, AI_Output(self,other,"DIA_Hanna_City_City_17_03"); //и теперь в наш порт корабли практически не заходят. Поэтому поставки товаров очень ограничены, и многие горожане очень обеспокоены этим. AI_Output(self,other,"DIA_Hanna_City_City_17_04"); //Никто не знает, что принесет нам будущее. Нам ничего не остается, кроме как ждать и надеяться на лучшее. Вряд ли в наших силах хоть что-то изменить. }; instance DIA_Hanna_Kap3_EXIT(C_Info) { npc = VLK_414_Hanna; nr = 999; condition = DIA_Hanna_Kap3_EXIT_Condition; information = DIA_Hanna_Kap3_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Hanna_Kap3_EXIT_Condition() { if(Kapitel >= 3) { return TRUE; }; }; func void DIA_Hanna_Kap3_EXIT_Info() { AI_StopProcessInfos(self); }; var int Hanna_PriceForLetter; instance DIA_Hanna_AnyNews(C_Info) { npc = VLK_414_Hanna; nr = 31; condition = DIA_Hanna_AnyNews_Condition; information = DIA_Hanna_AnyNews_Info; permanent = FALSE; description = "Как дела?"; }; func int DIA_Hanna_AnyNews_Condition() { if(Kapitel >= 3) { return TRUE; }; }; func void DIA_Hanna_AnyNews_Info() { AI_Output(other,self,"DIA_Hanna_AnyNews_15_00"); //Как дела? AI_Output(self,other,"DIA_Hanna_AnyNews_17_01"); //Мне почему-то кажется, что тебя не особо-то волнуют проблемы других людей. Info_ClearChoices(DIA_Hanna_AnyNews); Info_AddChoice(DIA_Hanna_AnyNews,"Ты ошибаешься.",DIA_Hanna_AnyNews_Yes); Info_AddChoice(DIA_Hanna_AnyNews,"Ну, как сказать...",DIA_Hanna_AnyNews_Depends); Info_AddChoice(DIA_Hanna_AnyNews,"В общем-то, нет.",DIA_Hanna_AnyNews_No); }; func void DIA_Hanna_AnyNews_No() { AI_Output(other,self,"DIA_Hanna_AnyNews_No_15_00"); //В общем, да. AI_Output(self,other,"DIA_Hanna_AnyNews_No_17_01"); //Ну, значит я права. Сейчас все думают только о себе. Так что тебе нужно? MIS_HannaRetrieveLetter = LOG_FAILED; Info_ClearChoices(DIA_Hanna_AnyNews); }; func void DIA_Hanna_AnyNews_Depends() { AI_Output(other,self,"DIA_Hanna_AnyNews_Depends_15_00"); //Ну, как сказать... AI_Output(self,other,"DIA_Hanna_AnyNews_Depends_17_01"); //Это зависит от того, сколько на этом можно заработать, ты хочешь сказать? AI_Output(self,other,"DIA_Hanna_AnyNews_Depends_17_02"); //Я не люблю таких, как ты. MIS_HannaRetrieveLetter = LOG_FAILED; Info_ClearChoices(DIA_Hanna_AnyNews); }; func void DIA_Hanna_AnyNews_Yes() { AI_Output(other,self,"DIA_Hanna_AnyNews_Yes_15_00"); //Ты ошибаешься. AI_Output(self,other,"DIA_Hanna_AnyNews_Yes_17_01"); //Ох, понимаешь какое дело... Я разбирала недавно у себя всякий хлам и продала пачку старых карт Ибрагиму, картографу в гавани. AI_Output(self,other,"DIA_Hanna_AnyNews_Yes_17_02"); //Но потом я заметила, что у меня не хватает одного документа. AI_Output(self,other,"DIA_Hanna_AnyNews_Yes_17_03"); //Я думаю, он мог случайно оказаться в стопке этих карт. AI_Output(self,other,"DIA_Hanna_AnyNews_Yes_17_04"); //Ты не мог бы вернуть его мне? MIS_HannaRetrieveLetter = LOG_Running; Log_CreateTopic(TOPIC_HannaRetrieveLetter,LOG_MISSION); Log_SetTopicStatus(TOPIC_HannaRetrieveLetter,LOG_Running); B_LogEntry(TOPIC_HannaRetrieveLetter,"У Ханны пропал документ. Похоже, он пропал в гавани, там, где живет картограф Ибрагим."); Info_ClearChoices(DIA_Hanna_AnyNews); Info_AddChoice(DIA_Hanna_AnyNews,"Я тебе не мальчик на побегушках.",DIA_Hanna_AnyNews_Yes_Footboy); Info_AddChoice(DIA_Hanna_AnyNews,"А что мне с этого будет?",DIA_Hanna_AnyNews_Yes_Reward); Info_AddChoice(DIA_Hanna_AnyNews,"Я попробую.",DIA_Hanna_AnyNews_Yes_WillSee); }; func void DIA_Hanna_AnyNews_Yes_Footboy() { AI_Output(other,self,"DIA_Hanna_AnyNews_Yes_Footboy_15_00"); //Я тебе не мальчик на побегушках. AI_Output(self,other,"DIA_Hanna_AnyNews_Yes_Footboy_17_01"); //Понимаю - проблемы простой женщины слишком ничтожны для тебя. Значит, тебе придется заняться этим самой. Info_ClearChoices(DIA_Hanna_AnyNews); }; func void DIA_Hanna_AnyNews_Yes_Reward() { AI_Output(other,self,"DIA_Hanna_AnyNews_Yes_Reward_15_00"); //Что я за это получу? AI_Output(self,other,"DIA_Hanna_AnyNews_Yes_Reward_17_01"); //Ага, я знала - ты не лучше, чем весь этот остальной портовый сброд. AI_Output(self,other,"DIA_Hanna_AnyNews_Yes_Reward_17_02"); //Так что ты хочешь получить с бедной женщины? Info_ClearChoices(DIA_Hanna_AnyNews); Info_AddChoice(DIA_Hanna_AnyNews,"Ладно, забудь.",DIA_Hanna_AnyNews_Yes_Reward_OK); Info_AddChoice(DIA_Hanna_AnyNews,"Ну, ты могла бы быть немного поласковее со мной... Как женщина...",DIA_Hanna_AnyNews_Yes_Reward_BeNice); Info_AddChoice(DIA_Hanna_AnyNews,"Золото.",DIA_Hanna_AnyNews_Yes_Reward_Gold); }; func void DIA_Hanna_AnyNews_Yes_Reward_OK() { AI_Output(other,self,"DIA_Hanna_AnyNews_Yes_Reward_OK_15_00"); //Ладно, забудь. AI_Output(self,other,"DIA_Hanna_AnyNews_Yes_Reward_OK_17_01"); //Ну, хоть остатки совести у тебя еще есть. Если ты принесешь мне этот документ, я дам тебе 75 золотых. Hanna_PriceForLetter = 75; Info_ClearChoices(DIA_Hanna_AnyNews); }; func void DIA_Hanna_AnyNews_Yes_Reward_BeNice() { AI_Output(other,self,"DIA_Hanna_AnyNews_Yes_Reward_BeNice_15_00"); //Ну, ты могла бы быть немного поласковее со мной... Как женщина... AI_Output(self,other,"DIA_Hanna_AnyNews_Yes_Reward_BeNice_17_01"); //Ну, ты хам! Я... убирайся отсюда! Неотесанный мужлан! MIS_HannaRetrieveLetter = LOG_FAILED; AI_StopProcessInfos(self); }; func void DIA_Hanna_AnyNews_Yes_Reward_Gold() { AI_Output(other,self,"DIA_Hanna_AnyNews_Yes_Reward_Gold_15_00"); //Золото. AI_Output(self,other,"DIA_Hanna_AnyNews_Yes_Reward_Gold_17_01"); //Тебе нужен этот презренный металл? Ладно - я оцениваю этот документ в 50 золотых. AI_Output(self,other,"DIA_Hanna_AnyNews_Yes_Reward_Gold_17_02"); //Если ты сможешь вернуть мне этот документ, я дам тебе 50 золотых монет. Hanna_PriceForLetter = 50; Info_ClearChoices(DIA_Hanna_AnyNews); }; func void DIA_Hanna_AnyNews_Yes_WillSee() { AI_Output(other,self,"DIA_Hanna_AnyNews_Yes_WillSee_15_00"); //Я попробую. AI_Output(self,other,"DIA_Hanna_AnyNews_Yes_WillSee_17_01"); //Ты такой любезный. Я желаю тебе удачи! AI_Output(self,other,"DIA_Hanna_AnyNews_Yes_WillSee_17_02"); //Если ты принесешь мне эту бумагу, тебя ждет награда. Hanna_PriceForLetter = 200; Info_ClearChoices(DIA_Hanna_AnyNews); }; instance DIA_Hanna_ThisLetter(C_Info) { npc = VLK_414_Hanna; nr = 31; condition = DIA_Hanna_ThisLetter_Condition; information = DIA_Hanna_ThisLetter_Info; permanent = FALSE; description = "Ты этот документ имела в виду?"; }; func int DIA_Hanna_ThisLetter_Condition() { if((MIS_HannaRetrieveLetter == LOG_Running) && (Npc_HasItems(other,ItWr_ShatteredGolem_MIS) >= 1)) { return TRUE; }; }; func void DIA_Hanna_ThisLetter_Info() { AI_Output(other,self,"DIA_Hanna_ThisLetter_15_00"); //Ты этот документ имела в виду? AI_Output(self,other,"DIA_Hanna_ThisLetter_17_01"); //Да, именно его. Спасибо. AI_Output(other,self,"DIA_Hanna_ThisLetter_15_02"); //Как насчет моей награды? AI_Output(self,other,"DIA_Hanna_ThisLetter_17_03"); //Не так быстро. Вот твои деньги. CreateInvItems(self,ItMi_Gold,Hanna_PriceForLetter); B_GiveInvItems(self,other,ItMi_Gold,Hanna_PriceForLetter); MIS_HannaRetrieveLetter = LOG_SUCCESS; B_GivePlayerXP(XP_HannaRetrieveLetter); }; instance DIA_Hanna_PICKPOCKET(C_Info) { npc = VLK_414_Hanna; nr = 900; condition = DIA_Hanna_PICKPOCKET_Condition; information = DIA_Hanna_PICKPOCKET_Info; permanent = TRUE; description = Pickpocket_60_Female; }; func int DIA_Hanna_PICKPOCKET_Condition() { return C_Beklauen(45,25); }; func void DIA_Hanna_PICKPOCKET_Info() { Info_ClearChoices(DIA_Hanna_PICKPOCKET); Info_AddChoice(DIA_Hanna_PICKPOCKET,Dialog_Back,DIA_Hanna_PICKPOCKET_BACK); Info_AddChoice(DIA_Hanna_PICKPOCKET,DIALOG_PICKPOCKET,DIA_Hanna_PICKPOCKET_DoIt); }; func void DIA_Hanna_PICKPOCKET_DoIt() { B_Beklauen(); Info_ClearChoices(DIA_Hanna_PICKPOCKET); }; func void DIA_Hanna_PICKPOCKET_BACK() { Info_ClearChoices(DIA_Hanna_PICKPOCKET); }; instance DIA_Hanna_AusKeller(C_Info) { npc = VLK_414_Hanna; nr = 11; condition = DIA_Hanna_AusKeller_Condition; information = DIA_Hanna_AusKeller_Info; permanent = FALSE; important = TRUE; }; func int DIA_Hanna_AusKeller_Condition() { if(Npc_HasItems(other,ItKe_ThiefGuildKey_Hotel_MIS) >= 1) { return TRUE; }; }; func void DIA_Hanna_AusKeller_Info() { if((Cassia.aivar[AIV_KilledByPlayer] == TRUE) || (Jesper.aivar[AIV_KilledByPlayer] == TRUE) || (Ramirez.aivar[AIV_KilledByPlayer] == TRUE)) { AI_Output(self,other,"DIA_Hanna_Add_17_27"); //Откуда... ты пришел? AI_Output(other,self,"DIA_Hanna_Add_15_28"); //Я нашел кое-что интересное в твоем подвале... AI_Output(self,other,"DIA_Hanna_Add_17_29"); //Что ты делал в моем подвале?! AI_Output(other,self,"DIA_Hanna_Add_15_30"); //Ты прекрасно знаешь это! AI_Output(self,other,"DIA_Hanna_Add_17_31"); //(холодно) Я не знаю, чем ты говоришь... } else { AI_Output(self,other,"DIA_Hanna_Add_17_19"); //(недоверчиво) Посмотри на себя! Ты откуда такой взялся? А? AI_Output(other,self,"DIA_Hanna_Add_15_20"); //(смущенно) Я... AI_Output(self,other,"DIA_Hanna_Add_17_21"); //(смеется) Я знаю! AI_Output(self,other,"DIA_Hanna_Add_17_22"); //(заговорщицки) Не говори мне. Я все знаю. AI_Output(self,other,"DIA_Hanna_Add_17_23"); //Даже и не думай, чтобы украсть что-нибудь здесь, понял? AI_Output(self,other,"DIA_Hanna_Add_17_24"); //Мы не можем себе позволить привлекать внимание к отелю. }; AI_StopProcessInfos(self); }; instance DIA_Hanna_Schuldenbuch(C_Info) { npc = VLK_414_Hanna; nr = 1; condition = DIA_Hanna_Schuldenbuch_Condition; information = DIA_Hanna_Schuldenbuch_Info; permanent = FALSE; description = "Посмотри, какая у меня есть книга!"; }; func int DIA_Hanna_Schuldenbuch_Condition() { if(Npc_HasItems(other,ItWr_Schuldenbuch) >= 1) { return TRUE; }; }; func void DIA_Hanna_Schuldenbuch_Info() { AI_Output(other,self,"DIA_Hanna_Add_15_41"); //Посмотри, какая у меня есть книга! AI_Output(self,other,"DIA_Hanna_Add_17_42"); //Гроссбух Лемара. Как тебе это удалось? AI_Output(other,self,"DIA_Hanna_Add_15_43"); //Ну... AI_Output(self,other,"DIA_Hanna_Add_17_44"); //То, что Лемар лишился своего гроссбуха - это хорошо. Но лучше, если он будет у меня... }; instance DIA_Hanna_GiveSchuldenbuch(C_Info) { npc = VLK_414_Hanna; nr = 1; condition = DIA_Hanna_GiveSchuldenbuch_Condition; information = DIA_Hanna_GiveSchuldenbuch_Info; permanent = FALSE; description = "Вот - возьми эту книгу."; }; func int DIA_Hanna_GiveSchuldenbuch_Condition() { if(Npc_KnowsInfo(other,DIA_Hanna_Schuldenbuch) && (Npc_HasItems(other,ItWr_Schuldenbuch) >= 1)) { return TRUE; }; }; func void DIA_Hanna_GiveSchuldenbuch_Info() { AI_Output(other,self,"DIA_Hanna_Add_15_45"); //Вот - возьми эту книгу. B_GiveInvItems(other,self,ItWr_Schuldenbuch,1); AI_Output(self,other,"DIA_Hanna_Add_17_46"); //Спасибо. AI_Output(self,other,"DIA_Hanna_Add_17_47"); //Возьми это в качестве награды. B_GiveInvItems(self,other,ItSe_HannasBeutel,1); B_GivePlayerXP(XP_Schuldenbuch); AI_Output(other,self,"DIA_Hanna_Add_15_49"); //Что это такое ты дала мне? AI_Output(self,other,"DIA_Hanna_Add_17_48"); //Это ключ от врат, ведущих к богатству. }; func void Hanna_Blubb() { AI_Output(other,self,"DIA_Hanna_Add_15_37"); //В логове все в порядке? AI_Output(self,other,"DIA_Hanna_Add_17_39"); //Я давно уже не видела их. AI_Output(self,other,"DIA_Hanna_Add_17_40"); //Я, пожалуй, схожу туда, когда у меня будет время и проверю, как у них дела. AI_Output(self,other,"DIA_Hanna_Add_17_38"); //Да. Но тебе лучше не говорить об этом... AI_Output(other,self,"DIA_Hanna_Add_15_25"); //Ты знала о логове воров? AI_Output(self,other,"DIA_Hanna_Add_17_26"); //(глупо улыбается) Я не понимаю, о чем ты говоришь... AI_Output(self,other,"DIA_Hanna_Add_17_32"); //Здесь было ополчение... Кто-то предал наше убежище! AI_Output(self,other,"DIA_Hanna_Add_17_33"); //Мне они ничего не смогли предъявить, но Кассия и ее люди мертвы! AI_Output(self,other,"DIA_Hanna_Add_17_34"); //Я уверена, что это ТЫ... AI_Output(self,other,"DIA_Hanna_Add_17_35"); //Я купила это специально для тебя. AI_Output(self,other,"DIA_Hanna_Add_17_36"); //Это обошлось мне в кругленькую сумму. Но для тебя ничего не жалко, свинья... };
D
/Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/build/Pods.build/Debug-iphonesimulator/RAMAnimatedTabBarController.build/Objects-normal/x86_64/RAMBadge.o : /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/RAMAnimatedTabBarController/RAMAnimatedTabBarController/RAMBadge/RAMBadge.swift /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/RAMAnimatedTabBarController/RAMAnimatedTabBarController/RAMItemAnimationProtocol.swift /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/RAMAnimatedTabBarController/RAMAnimatedTabBarController/Animations/BounceAnimation/RAMBounceAnimation.swift /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/RAMAnimatedTabBarController/RAMAnimatedTabBarController/Animations/FumeAnimation/RAMFumeAnimation.swift /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/RAMAnimatedTabBarController/RAMAnimatedTabBarController/Animations/FrameAnimation/RAMFrameItemAnimation.swift /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/RAMAnimatedTabBarController/RAMAnimatedTabBarController/Animations/RotationAnimation/RAMRotationAnimation.swift /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/RAMAnimatedTabBarController/RAMAnimatedTabBarController/RAMAnimatedTabBarController.swift /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/RAMAnimatedTabBarController/RAMAnimatedTabBarController/Animations/TransitionAniamtions/RAMTransitionItemAnimations.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreText.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/Target\ Support\ Files/RAMAnimatedTabBarController/RAMAnimatedTabBarController-umbrella.h /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/build/Pods.build/Debug-iphonesimulator/RAMAnimatedTabBarController.build/unextended-module.modulemap /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/build/Pods.build/Debug-iphonesimulator/RAMAnimatedTabBarController.build/Objects-normal/x86_64/RAMBadge~partial.swiftmodule : /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/RAMAnimatedTabBarController/RAMAnimatedTabBarController/RAMBadge/RAMBadge.swift /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/RAMAnimatedTabBarController/RAMAnimatedTabBarController/RAMItemAnimationProtocol.swift /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/RAMAnimatedTabBarController/RAMAnimatedTabBarController/Animations/BounceAnimation/RAMBounceAnimation.swift /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/RAMAnimatedTabBarController/RAMAnimatedTabBarController/Animations/FumeAnimation/RAMFumeAnimation.swift /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/RAMAnimatedTabBarController/RAMAnimatedTabBarController/Animations/FrameAnimation/RAMFrameItemAnimation.swift /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/RAMAnimatedTabBarController/RAMAnimatedTabBarController/Animations/RotationAnimation/RAMRotationAnimation.swift /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/RAMAnimatedTabBarController/RAMAnimatedTabBarController/RAMAnimatedTabBarController.swift /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/RAMAnimatedTabBarController/RAMAnimatedTabBarController/Animations/TransitionAniamtions/RAMTransitionItemAnimations.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreText.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/Target\ Support\ Files/RAMAnimatedTabBarController/RAMAnimatedTabBarController-umbrella.h /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/build/Pods.build/Debug-iphonesimulator/RAMAnimatedTabBarController.build/unextended-module.modulemap /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/build/Pods.build/Debug-iphonesimulator/RAMAnimatedTabBarController.build/Objects-normal/x86_64/RAMBadge~partial.swiftdoc : /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/RAMAnimatedTabBarController/RAMAnimatedTabBarController/RAMBadge/RAMBadge.swift /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/RAMAnimatedTabBarController/RAMAnimatedTabBarController/RAMItemAnimationProtocol.swift /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/RAMAnimatedTabBarController/RAMAnimatedTabBarController/Animations/BounceAnimation/RAMBounceAnimation.swift /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/RAMAnimatedTabBarController/RAMAnimatedTabBarController/Animations/FumeAnimation/RAMFumeAnimation.swift /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/RAMAnimatedTabBarController/RAMAnimatedTabBarController/Animations/FrameAnimation/RAMFrameItemAnimation.swift /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/RAMAnimatedTabBarController/RAMAnimatedTabBarController/Animations/RotationAnimation/RAMRotationAnimation.swift /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/RAMAnimatedTabBarController/RAMAnimatedTabBarController/RAMAnimatedTabBarController.swift /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/RAMAnimatedTabBarController/RAMAnimatedTabBarController/Animations/TransitionAniamtions/RAMTransitionItemAnimations.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreText.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/Target\ Support\ Files/RAMAnimatedTabBarController/RAMAnimatedTabBarController-umbrella.h /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/build/Pods.build/Debug-iphonesimulator/RAMAnimatedTabBarController.build/unextended-module.modulemap
D
/Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/Leaf.build/Tag/Models/Loop.swift.o : /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Embed.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Node+Rendered.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Uppercased.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Extend.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Variable.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/HTMLEscape.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Else.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/TagTemplate.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/If.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Byte+Leaf.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Buffer/Buffer+Leaf.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Leaf.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Tag.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/BasicTag.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Link.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Equal.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Buffer/BufferProtocol.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Stem.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Stem+Spawn.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Loop.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Stem+Render.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Buffer/Buffer.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Parameter.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/LeafError.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Constants.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Argument.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/LeafComponent.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Import.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Export.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/List.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Context.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Raw.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Index.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/libc.swiftmodule /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/Node.swiftmodule /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/PathIndexable.swiftmodule /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/Core.swiftmodule /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/Debugging.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/Bits.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/CHTTP.build/module.modulemap /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/CSQLite.build/module.modulemap /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/Leaf.build/Loop~partial.swiftmodule : /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Embed.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Node+Rendered.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Uppercased.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Extend.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Variable.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/HTMLEscape.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Else.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/TagTemplate.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/If.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Byte+Leaf.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Buffer/Buffer+Leaf.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Leaf.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Tag.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/BasicTag.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Link.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Equal.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Buffer/BufferProtocol.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Stem.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Stem+Spawn.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Loop.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Stem+Render.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Buffer/Buffer.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Parameter.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/LeafError.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Constants.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Argument.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/LeafComponent.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Import.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Export.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/List.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Context.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Raw.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Index.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/libc.swiftmodule /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/Node.swiftmodule /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/PathIndexable.swiftmodule /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/Core.swiftmodule /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/Debugging.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/Bits.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/CHTTP.build/module.modulemap /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/CSQLite.build/module.modulemap /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/Leaf.build/Loop~partial.swiftdoc : /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Embed.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Node+Rendered.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Uppercased.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Extend.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Variable.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/HTMLEscape.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Else.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/TagTemplate.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/If.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Byte+Leaf.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Buffer/Buffer+Leaf.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Leaf.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Tag.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/BasicTag.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Link.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Equal.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Buffer/BufferProtocol.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Stem.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Stem+Spawn.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Loop.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Stem+Render.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Buffer/Buffer.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Parameter.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/LeafError.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Constants.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Argument.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/LeafComponent.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Import.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Export.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/List.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Context.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Raw.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Index.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/libc.swiftmodule /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/Node.swiftmodule /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/PathIndexable.swiftmodule /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/Core.swiftmodule /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/Debugging.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/Bits.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/CHTTP.build/module.modulemap /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/CSQLite.build/module.modulemap
D
/Users/reza/Documents/gallery-app-ios/Gallory/Build/Intermediates/Gallory.build/Debug-iphonesimulator/Gallory.build/Objects-normal/x86_64/AppDelegate.o : /Users/reza/Documents/gallery-app-ios/Gallory/Gallory/SceneDelegate.swift /Users/reza/Documents/gallery-app-ios/Gallory/Gallory/AppDelegate.swift /Users/reza/Documents/gallery-app-ios/Gallory/Gallory/ViewController.swift /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/ObjectiveC.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/CoreImage.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/QuartzCore.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/Dispatch.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/Metal.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/Foundation.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/CoreFoundation.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/CoreGraphics.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/Swift.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/UIKit.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_timeval32.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_timeval64.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_ucontext64.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/netinet6/in6.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceObjC.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFUUID.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGL.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFPlugInCOM.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIO.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/alloca.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/data.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageMetadata.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecProtocolMetadata.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/quota.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTTextTab.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/netdb.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/timeb.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIKernelMetalLib.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINib.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/stdlib.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_stdlib.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/glob.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_timespec.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libkern/OSAtomic.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/objc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/objc-sync.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/sync.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_sync.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_o_sync.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_o_dsync.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/malloc/malloc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/malloc/_malloc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/proc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/ipc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/rpc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/rpc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/rpc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/exc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/pthread/pthread.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/pthread/sched.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/ucred.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libkern/OSAtomicDeprecated.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libkern/OSSpinLockDeprecated.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_ctermid.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/uuid/uuid.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/gethostuuid.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchTextField.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICommand.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKeyCommand.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationSound.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/kmod.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPasteboard.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStoryboard.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/unistd.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/unistd.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/pwd.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_interface.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGLIOSurface.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBufferIOSurface.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDevice.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderService.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreenshotService.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAppearance.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItemAppearance.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarAppearance.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationBarAppearance.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIToolbarAppearance.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLFence.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/once.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDiffableDataSource.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageSource.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/source.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLResource.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/resource.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocusGuide.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreenMode.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLNode.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFTree.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/rbtree.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFPage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGImage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/ThreadLocalStorage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextStorage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFHTTPMessage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/message.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/message.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRange.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionChange.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLAuthenticationChallenge.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCache.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVOpenGLESTextureCache.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVMetalTextureCache.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/locale.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_locale.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_xlocale.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFOperatorTable.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_purgable.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_posix_vdisable.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGLDrawable.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDrawable.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBundle.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/file.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/clonefile.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/copyfile.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSParagraphStyle.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTParagraphStyle.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/utsname.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFrame.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVHostTime.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/time.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/time.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/time.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_time.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_time.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/NSObjCRuntime.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/runtime.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/utime.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScene.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindowScene.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTLine.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLPipeline.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLComputePipeline.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLRenderPipeline.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_os_inline.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSZone.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFTimeZone.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilterShape.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLCaptureScope.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/ctype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_ctype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_ctype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/wctype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_wctype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_wctype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/__wctype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/__wctype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/runetype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/semaphore.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/semaphore.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/semaphore.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/semaphore.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFeature.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMethodSignature.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTexture.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVOpenGLESTexture.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVMetalTexture.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CABase.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGBase.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIOBase.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVBase.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceBase.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/base.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/os/base.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/readpassphrase.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationResponse.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLRasterizationRate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSComparisonPredicate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextPasteDelegate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTRunDelegate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/thread_state.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/thread_state.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/CipherSuite.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libkern/OSAtomicQueue.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLCommandQueue.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotificationQueue.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/queue.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/queue.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStoryboardSegue.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStoryboardPopoverSegue.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValue.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/time_value.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_page_size.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fd_setsize.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceRef.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fd_def.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/SwiftStddef.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/net/if.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_offsetof.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBag.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/fp_reg.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mig.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityItemsConfigurationReading.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGShading.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINibLoading.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDragging.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExtensionRequestHandling.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderThumbnailing.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTiming.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDropping.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFString.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFAttributedString.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSAttributedString.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/string.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_string.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/secure/_string.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_symbol_aliasing.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDataSourceTranslating.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewAnimating.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderEnumerating.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/AssertionReporting.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPasteConfigurationSupporting.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextPasteConfigurationSupporting.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISpringLoadedInteractionSupporting.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityContentSizeCategoryImageAdjusting.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIContentSizeCategoryAdjusting.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStringDrawing.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSStringDrawing.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/syslog.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/syslog.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/msg.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/fmtmsg.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach_debug/mach_debug.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/search.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/fnmatch.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/dispatch.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/thread_switch.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPath.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBezierPath.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexPath.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/KeyPath.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/math.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/tgmath.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/kauth.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/objc-api.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/port_obj.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_sigaltstack.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLock.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/os/lock.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/lock.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/Block.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/block.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/clock.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFNetwork.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/task.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_task.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecSharedCredential.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimal.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/signal.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/signal.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/machine/signal.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/signal.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/AvailabilityInternal.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDropProposal.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_timeval.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateInterval.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/acl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/net/if_dl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIKernel.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/dyld_kernel.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES1/gl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES2/gl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES3/gl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDepthStencil.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/util.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/syscall.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAEmitterCell.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/poll.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/poll.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNull.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_null.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLProtocol.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAutoreleasePool.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBufferPool.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/SwiftStdbool.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISegmentedControl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPageControl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRefreshControl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecAccessControl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/pthread/pthread_impl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/ioctl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/sysctl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/fcntl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/fcntl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFStream.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFFTPStream.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFHTTPStream.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSStream.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFSocketStream.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFContentStream.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/machine/param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/_param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/machine/_param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/vm_param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/vm_param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/ndbm.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/sem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExtensionItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplicationShortcutItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_nl_item.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/System.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocusSystem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMenuSystem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/shm.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/ioccom.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/ttycom.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/Random.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecRandom.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityZoom.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGAffineTransform.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/vm.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFPlugIn.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/boolean.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/boolean.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/boolean.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/endian.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/machine/endian.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_endian.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/mman.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dlfcn.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libgen.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/netinet/in.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderDomain.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILexicon.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRegion.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_region.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationServiceExtension.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderExtension.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSFileProviderExtension.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISceneSession.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityIdentification.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotification.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFUserNotification.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFHTTPAuthentication.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSInvocation.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalizedIndexedCollation.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageDestination.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRenderDestination.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderItemDecoration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStateRestoration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageConfiguration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPasteConfiguration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageSymbolConfiguration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFontPickerViewControllerConfiguration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder+UIActivityItemsConfiguration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityItemsConfiguration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeActionsConfiguration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIContextMenuConfiguration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTRubyAnnotation.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSJSONSerialization.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIContextualAction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityCustomAction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationAction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentBrowserAction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISpringLoadedInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPencilInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextItemInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDropInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIContextMenuInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPreviewInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransaction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontCollection.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGFunction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSException.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/objc-exception.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/exception.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/exception.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/exception.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelFormatDescription.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarCommon.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/secure/_common.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPattern.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVReturn.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/kern_return.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/kern_return.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/kern_return.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/un.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTRun.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/pthread/spawn.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/spawn.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/spawn.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTGlyphInfo.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorConversionInfo.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPrintInfo.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach_debug/ipc_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/thread_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach_debug/page_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach_debug/zone_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach_debug/hash_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/task_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach_debug/vm_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach_debug/lockgroup_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/processor_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/processor_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/processor_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/host_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/langinfo.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_langinfo.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/io.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/aio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/aio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/stdio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/stdio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_stdio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_stdio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/secure/_stdio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/sockio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/filio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/cpio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/uio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/errno.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/errno.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fd_zero.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/objc-auto.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLHeap.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBinaryHeap.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_map.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/bootstrap.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/netinet/tcp.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/setjmp.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/workloop.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/grp.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItemGroup.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/group.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/wordexp.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationBar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIToolbar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFCalendar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_u_char.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/wchar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_wchar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/tar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/net/if_var.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/ndr.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFNumber.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISlider.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGDataProvider.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImageProvider.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/FileProvider.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITimingCurveProvider.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSUserActivity+NSItemProvider.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityItemProvider.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMenuBuilder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLCommandEncoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLResourceStateCommandEncoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLComputeCommandEncoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLRenderCommandEncoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLParallelRenderCommandEncoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLIndirectCommandEncoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLBlitCommandEncoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLArgumentEncoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFByteOrder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSByteOrder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libkern/i386/OSByteOrder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libkern/OSByteOrder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libkern/i386/_OSByteOrder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libkern/_OSByteOrder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/architecture/byte_order.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLBuffer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVBuffer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLCommandBuffer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLIndirectCommandBuffer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVImageBuffer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLCaptureManager.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUndoManager.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStatusBarManager.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderManager.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/DocumentManager.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationTrigger.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocusDebugger.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextChecker.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDatePicker.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICloudSharingController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPresentationController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverPresentationController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentInteractionController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPrintInteractionController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImagePickerController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPrinterPickerController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVideoEditorController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMenuController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPageViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentPickerExtensionViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentPickerViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFontPickerViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchContainerViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentBrowserViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISplitViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInputViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentMenuViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIReferenceLibraryViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchDisplayController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CISampler.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLSampler.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGDataConsumer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextContainer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityContainer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFScanner.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPrintPaper.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStepper.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGraphicsPDFRenderer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPrintPageRenderer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGraphicsImageRenderer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGraphicsRenderer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDragPreviewRenderer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLParser.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRAWFilter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNUserNotificationCenter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPrinter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRelativeDateTimeFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDateFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLengthFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateIntervalFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFNumberFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMassFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPersonNameComponentsFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateComponentsFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMeasurementFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPrintFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSByteCountFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSListFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSEnergyFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFramesetter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTTypesetter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILargeContentViewer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAEAGLLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATiledLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAScrollLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransformLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAEmitterLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAReplicatorLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStringTokenizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPinchGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreenEdgePanGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRotationGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIHoverGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILongPressGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fd_clr.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDynamicBehavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFieldBehavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPushBehavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDynamicItemBehavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollisionBehavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISnapBehavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAttachmentBehavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGravityBehavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_behavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIColor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFError.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGError.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLError.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNError.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSError.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderError.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPrintError.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/error.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_error.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImageProcessor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/processor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImageAccumulator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDynamicAnimator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextFormattingCoordinator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocusAnimationCoordinator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitionCoordinator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURLEnumerator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFeedbackGenerator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINotificationFeedbackGenerator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISelectionFeedbackGenerator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImpactFeedbackGenerator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBitVector.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIDetector.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilterConstructor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityCustomRotor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIBarcodeDescriptor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFFileDescriptor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityLocationDescriptor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFontDescriptor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontDescriptor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLStageInputOutputDescriptor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLVertexDescriptor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/err.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/attr.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/xattr.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/RuntimeStubs.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGraphics.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFontMetrics.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_statistics.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFNetDiagnostics.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFNetServices.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFUtilities.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageProperties.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/times.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDefines.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTDefines.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImageDefines.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderDefines.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitDefines.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/SFNTTypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/MacTypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceTypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecProtocolTypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/SFNTLayoutTypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/machine/types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/machine/_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/std_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/net/if_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach_debug/mach_debug_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/clock_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/nl_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/vm_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/vm_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/exception_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_voucher_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/memory_object_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/gltypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/inttypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_inttypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadataAttributes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTStringAttributes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_attributes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLFunctionConstantValues.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFNetworkDefs.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/cdefs.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/statvfs.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xattr_flags.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/eflags.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/strings.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/secure/_strings.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationSettings.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/paths.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/pthread_spis.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/TargetConditionals.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_syscalls.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSDataShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/LibcShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/UnicodeShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSLocaleShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/RuntimeShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSTimeZoneShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/CFHashingShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSIndexPathShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/FoundationShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/CoreFoundationShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSCalendarShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSCoderShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSFileManagerShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSUndoManagerShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSKeyedArchiverShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSErrorShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/CFCharacterSetShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSCharacterSetShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSIndexSetShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/ObjectiveCOverlayShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/LibcOverlayShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/DispatchOverlayShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/FoundationOverlayShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/CoreFoundationOverlayShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/UIKitOverlayShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSDictionaryShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilterBuiltins.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/NSString+UserNotifications.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINibDeclarations.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderActions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGuidedAccessRestrictions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPointerFunctions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UNNotificationResponse+UIKitAdditions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSIndexPath+UIKitAdditions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSItemProvider+UIKitAdditions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityAdditions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISceneActivationConditions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISceneDefinitions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISceneOptions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecProtocolOptions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/termios.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/termios.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/pthread/qos.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/qos.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/ConditionalMacros.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/AssertMacros.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/AvailabilityMacros.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_traps.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/ifaddrs.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITimingParameters.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPreviewParameters.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragPreviewParameters.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFNetworkErrors.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/FoundationErrors.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManagerErrors.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mig_errors.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDataDetectors.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLRenderPass.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGraphicsRendererSubclass.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizerSubclass.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURLAccess.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGuidedAccess.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/GlobalObjects.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/_structs.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/_structs.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontTraits.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/limits.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/limits.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/machine/limits.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/_limits.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/syslimits.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sysexits.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/ttydefaults.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityConstants.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPersonNameComponents.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/bsm/audit_uevents.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/appleapiopts.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/thread_special_ports.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/task_special_ports.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/host_special_ports.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocus.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/thread_status.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/thread_status.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/thread_status.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDragURLPreviews.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_int32_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_u_int32_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_uint32_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_ino64_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_int64_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_u_int64_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_uint64_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_int16_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_u_int16_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_uint16_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_int8_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_u_int8_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_uint8_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_filesec_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_iovec_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_id_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fsobj_id_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_gid_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_pid_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fsid_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_uid_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_guid_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_uuid_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_cond_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_once_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_mode_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_time_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_rune_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_ct_rune_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_wctype_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_mbstate_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_size_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_blksize_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_rsize_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_ssize_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_ptrdiff_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_off_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_clock_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_nlink_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_socklen_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_ino_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_errno_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_wchar_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_in_addr_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_caddr_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_intptr_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_uintptr_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_attr_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_useconds_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_suseconds_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_wctrans_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_sigset_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_blkcnt_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fsblkcnt_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fsfilcnt_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_wint_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_mach_port_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_in_port_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_dev_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_intmax_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_uintmax_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_key_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_key_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_sa_family_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLPixelFormat.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/float.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/stat.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/thread_act.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffect.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMotionEffect.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVibrancyEffect.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFObject.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/NSObject.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecProtocolObject.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/HeapObject.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/object.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/os/object.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/select.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_select.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/task_inspect.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFSet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderMaterializedSet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/ShareSheet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActionSheet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/Target.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFSocket.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/socket.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/arpa/inet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fd_set.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/lock_set.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_seek_set.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/processor_set.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSDataAsset.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageAsset.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fd_isset.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/wait.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/bsm/audit.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/ulimit.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_init.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_inherit.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_s_ifmt.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGGradient.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMenuElement.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityElement.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMeasurement.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationAttachment.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFDocument.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocument.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIManagedDocument.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLArgument.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dirent.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/dirent.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationContent.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLEvent.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPressesEvent.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/event.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocusMovementHint.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_u_int.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/SwiftStdint.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/stdint.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGFont.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFont.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/RefCount.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/mount.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/host_reboot.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_prot.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/getopt.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlert.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/assert.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPort.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFMessagePort.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFMachPort.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_u_short.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/port.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_port.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/FoundationShimSupport.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverSupport.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFProxySupport.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecImportExport.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationRequest.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderRequest.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFPropertyList.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_va_list.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFHost.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_host.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/kdebug_signpost.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecTrust.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewTransitionLayout.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewFlowLayout.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStringEncodingExt.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSText.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES1/glext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES2/glext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES3/glext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFContext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGContext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIContext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIOpenURLContext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExtensionContext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGBitmapContext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/_mcontext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/machine/_mcontext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/ucontext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_ucontext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMenu.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/net/net_kev.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/clock_priv.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/host_priv.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/fenv.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/iconv.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWebView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverBackgroundView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewHeaderFooterView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityIndicatorView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIProgressView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffectView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInputView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITargetedPreview.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragPreview.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITargetedDragPreview.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSShadow.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/ftw.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/regex.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_regex.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_regex.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/complex.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/utmpx.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/lctx.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFArray.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPointerArray.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecPolicy.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/policy.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/sync_policy.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/thread_policy.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/task_policy.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/notify.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/host_notify.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/clock_reply.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fd_copy.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFDictionary.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLLibrary.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/monetary.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_monetary.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderSearchQuery.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIContentSizeCategory.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationCategory.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGGeometry.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGeometry.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/Availability.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLESAvailability.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/os/availability.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_posix_availability.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/Visibility.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/FoundationLegacySwiftCompatibility.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFFileSecurity.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/host_security.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecIdentity.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivity.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserActivity.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProxy.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach-o/module.map /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libxml2/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/simd/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/unicode/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/CommonCrypto/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/ImageIO.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/IOSurface.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/reza/Documents/gallery-app-ios/Gallory/Build/Intermediates/Gallory.build/Debug-iphonesimulator/Gallory.build/Objects-normal/x86_64/AppDelegate~partial.swiftmodule : /Users/reza/Documents/gallery-app-ios/Gallory/Gallory/SceneDelegate.swift /Users/reza/Documents/gallery-app-ios/Gallory/Gallory/AppDelegate.swift /Users/reza/Documents/gallery-app-ios/Gallory/Gallory/ViewController.swift /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/ObjectiveC.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/CoreImage.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/QuartzCore.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/Dispatch.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/Metal.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/Foundation.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/CoreFoundation.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/CoreGraphics.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/Swift.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/UIKit.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_timeval32.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_timeval64.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_ucontext64.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/netinet6/in6.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceObjC.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFUUID.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGL.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFPlugInCOM.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIO.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/alloca.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/data.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageMetadata.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecProtocolMetadata.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/quota.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTTextTab.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/netdb.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/timeb.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIKernelMetalLib.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINib.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/stdlib.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_stdlib.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/glob.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_timespec.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libkern/OSAtomic.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/objc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/objc-sync.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/sync.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_sync.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_o_sync.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_o_dsync.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/malloc/malloc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/malloc/_malloc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/proc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/ipc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/rpc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/rpc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/rpc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/exc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/pthread/pthread.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/pthread/sched.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/ucred.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libkern/OSAtomicDeprecated.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libkern/OSSpinLockDeprecated.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_ctermid.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/uuid/uuid.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/gethostuuid.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchTextField.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICommand.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKeyCommand.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationSound.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/kmod.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPasteboard.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStoryboard.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/unistd.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/unistd.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/pwd.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_interface.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGLIOSurface.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBufferIOSurface.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDevice.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderService.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreenshotService.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAppearance.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItemAppearance.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarAppearance.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationBarAppearance.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIToolbarAppearance.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLFence.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/once.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDiffableDataSource.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageSource.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/source.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLResource.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/resource.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocusGuide.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreenMode.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLNode.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFTree.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/rbtree.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFPage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGImage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/ThreadLocalStorage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextStorage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFHTTPMessage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/message.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/message.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRange.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionChange.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLAuthenticationChallenge.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCache.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVOpenGLESTextureCache.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVMetalTextureCache.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/locale.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_locale.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_xlocale.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFOperatorTable.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_purgable.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_posix_vdisable.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGLDrawable.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDrawable.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBundle.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/file.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/clonefile.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/copyfile.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSParagraphStyle.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTParagraphStyle.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/utsname.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFrame.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVHostTime.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/time.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/time.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/time.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_time.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_time.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/NSObjCRuntime.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/runtime.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/utime.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScene.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindowScene.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTLine.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLPipeline.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLComputePipeline.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLRenderPipeline.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_os_inline.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSZone.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFTimeZone.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilterShape.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLCaptureScope.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/ctype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_ctype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_ctype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/wctype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_wctype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_wctype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/__wctype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/__wctype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/runetype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/semaphore.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/semaphore.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/semaphore.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/semaphore.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFeature.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMethodSignature.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTexture.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVOpenGLESTexture.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVMetalTexture.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CABase.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGBase.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIOBase.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVBase.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceBase.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/base.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/os/base.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/readpassphrase.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationResponse.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLRasterizationRate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSComparisonPredicate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextPasteDelegate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTRunDelegate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/thread_state.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/thread_state.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/CipherSuite.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libkern/OSAtomicQueue.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLCommandQueue.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotificationQueue.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/queue.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/queue.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStoryboardSegue.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStoryboardPopoverSegue.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValue.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/time_value.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_page_size.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fd_setsize.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceRef.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fd_def.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/SwiftStddef.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/net/if.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_offsetof.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBag.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/fp_reg.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mig.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityItemsConfigurationReading.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGShading.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINibLoading.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDragging.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExtensionRequestHandling.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderThumbnailing.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTiming.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDropping.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFString.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFAttributedString.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSAttributedString.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/string.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_string.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/secure/_string.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_symbol_aliasing.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDataSourceTranslating.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewAnimating.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderEnumerating.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/AssertionReporting.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPasteConfigurationSupporting.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextPasteConfigurationSupporting.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISpringLoadedInteractionSupporting.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityContentSizeCategoryImageAdjusting.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIContentSizeCategoryAdjusting.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStringDrawing.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSStringDrawing.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/syslog.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/syslog.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/msg.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/fmtmsg.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach_debug/mach_debug.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/search.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/fnmatch.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/dispatch.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/thread_switch.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPath.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBezierPath.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexPath.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/KeyPath.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/math.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/tgmath.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/kauth.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/objc-api.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/port_obj.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_sigaltstack.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLock.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/os/lock.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/lock.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/Block.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/block.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/clock.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFNetwork.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/task.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_task.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecSharedCredential.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimal.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/signal.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/signal.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/machine/signal.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/signal.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/AvailabilityInternal.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDropProposal.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_timeval.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateInterval.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/acl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/net/if_dl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIKernel.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/dyld_kernel.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES1/gl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES2/gl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES3/gl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDepthStencil.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/util.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/syscall.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAEmitterCell.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/poll.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/poll.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNull.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_null.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLProtocol.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAutoreleasePool.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBufferPool.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/SwiftStdbool.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISegmentedControl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPageControl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRefreshControl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecAccessControl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/pthread/pthread_impl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/ioctl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/sysctl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/fcntl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/fcntl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFStream.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFFTPStream.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFHTTPStream.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSStream.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFSocketStream.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFContentStream.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/machine/param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/_param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/machine/_param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/vm_param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/vm_param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/ndbm.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/sem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExtensionItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplicationShortcutItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_nl_item.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/System.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocusSystem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMenuSystem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/shm.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/ioccom.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/ttycom.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/Random.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecRandom.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityZoom.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGAffineTransform.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/vm.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFPlugIn.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/boolean.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/boolean.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/boolean.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/endian.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/machine/endian.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_endian.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/mman.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dlfcn.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libgen.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/netinet/in.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderDomain.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILexicon.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRegion.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_region.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationServiceExtension.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderExtension.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSFileProviderExtension.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISceneSession.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityIdentification.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotification.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFUserNotification.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFHTTPAuthentication.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSInvocation.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalizedIndexedCollation.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageDestination.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRenderDestination.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderItemDecoration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStateRestoration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageConfiguration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPasteConfiguration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageSymbolConfiguration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFontPickerViewControllerConfiguration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder+UIActivityItemsConfiguration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityItemsConfiguration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeActionsConfiguration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIContextMenuConfiguration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTRubyAnnotation.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSJSONSerialization.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIContextualAction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityCustomAction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationAction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentBrowserAction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISpringLoadedInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPencilInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextItemInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDropInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIContextMenuInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPreviewInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransaction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontCollection.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGFunction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSException.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/objc-exception.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/exception.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/exception.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/exception.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelFormatDescription.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarCommon.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/secure/_common.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPattern.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVReturn.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/kern_return.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/kern_return.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/kern_return.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/un.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTRun.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/pthread/spawn.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/spawn.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/spawn.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTGlyphInfo.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorConversionInfo.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPrintInfo.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach_debug/ipc_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/thread_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach_debug/page_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach_debug/zone_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach_debug/hash_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/task_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach_debug/vm_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach_debug/lockgroup_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/processor_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/processor_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/processor_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/host_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/langinfo.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_langinfo.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/io.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/aio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/aio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/stdio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/stdio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_stdio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_stdio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/secure/_stdio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/sockio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/filio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/cpio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/uio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/errno.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/errno.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fd_zero.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/objc-auto.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLHeap.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBinaryHeap.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_map.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/bootstrap.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/netinet/tcp.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/setjmp.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/workloop.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/grp.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItemGroup.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/group.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/wordexp.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationBar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIToolbar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFCalendar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_u_char.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/wchar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_wchar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/tar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/net/if_var.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/ndr.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFNumber.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISlider.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGDataProvider.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImageProvider.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/FileProvider.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITimingCurveProvider.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSUserActivity+NSItemProvider.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityItemProvider.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMenuBuilder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLCommandEncoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLResourceStateCommandEncoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLComputeCommandEncoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLRenderCommandEncoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLParallelRenderCommandEncoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLIndirectCommandEncoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLBlitCommandEncoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLArgumentEncoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFByteOrder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSByteOrder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libkern/i386/OSByteOrder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libkern/OSByteOrder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libkern/i386/_OSByteOrder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libkern/_OSByteOrder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/architecture/byte_order.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLBuffer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVBuffer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLCommandBuffer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLIndirectCommandBuffer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVImageBuffer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLCaptureManager.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUndoManager.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStatusBarManager.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderManager.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/DocumentManager.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationTrigger.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocusDebugger.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextChecker.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDatePicker.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICloudSharingController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPresentationController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverPresentationController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentInteractionController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPrintInteractionController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImagePickerController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPrinterPickerController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVideoEditorController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMenuController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPageViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentPickerExtensionViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentPickerViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFontPickerViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchContainerViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentBrowserViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISplitViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInputViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentMenuViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIReferenceLibraryViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchDisplayController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CISampler.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLSampler.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGDataConsumer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextContainer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityContainer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFScanner.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPrintPaper.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStepper.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGraphicsPDFRenderer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPrintPageRenderer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGraphicsImageRenderer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGraphicsRenderer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDragPreviewRenderer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLParser.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRAWFilter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNUserNotificationCenter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPrinter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRelativeDateTimeFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDateFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLengthFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateIntervalFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFNumberFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMassFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPersonNameComponentsFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateComponentsFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMeasurementFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPrintFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSByteCountFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSListFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSEnergyFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFramesetter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTTypesetter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILargeContentViewer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAEAGLLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATiledLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAScrollLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransformLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAEmitterLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAReplicatorLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStringTokenizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPinchGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreenEdgePanGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRotationGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIHoverGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILongPressGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fd_clr.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDynamicBehavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFieldBehavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPushBehavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDynamicItemBehavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollisionBehavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISnapBehavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAttachmentBehavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGravityBehavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_behavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIColor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFError.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGError.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLError.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNError.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSError.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderError.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPrintError.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/error.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_error.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImageProcessor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/processor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImageAccumulator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDynamicAnimator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextFormattingCoordinator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocusAnimationCoordinator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitionCoordinator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURLEnumerator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFeedbackGenerator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINotificationFeedbackGenerator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISelectionFeedbackGenerator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImpactFeedbackGenerator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBitVector.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIDetector.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilterConstructor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityCustomRotor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIBarcodeDescriptor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFFileDescriptor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityLocationDescriptor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFontDescriptor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontDescriptor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLStageInputOutputDescriptor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLVertexDescriptor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/err.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/attr.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/xattr.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/RuntimeStubs.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGraphics.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFontMetrics.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_statistics.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFNetDiagnostics.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFNetServices.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFUtilities.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageProperties.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/times.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDefines.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTDefines.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImageDefines.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderDefines.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitDefines.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/SFNTTypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/MacTypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceTypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecProtocolTypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/SFNTLayoutTypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/machine/types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/machine/_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/std_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/net/if_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach_debug/mach_debug_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/clock_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/nl_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/vm_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/vm_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/exception_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_voucher_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/memory_object_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/gltypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/inttypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_inttypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadataAttributes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTStringAttributes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_attributes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLFunctionConstantValues.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFNetworkDefs.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/cdefs.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/statvfs.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xattr_flags.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/eflags.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/strings.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/secure/_strings.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationSettings.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/paths.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/pthread_spis.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/TargetConditionals.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_syscalls.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSDataShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/LibcShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/UnicodeShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSLocaleShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/RuntimeShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSTimeZoneShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/CFHashingShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSIndexPathShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/FoundationShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/CoreFoundationShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSCalendarShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSCoderShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSFileManagerShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSUndoManagerShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSKeyedArchiverShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSErrorShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/CFCharacterSetShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSCharacterSetShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSIndexSetShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/ObjectiveCOverlayShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/LibcOverlayShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/DispatchOverlayShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/FoundationOverlayShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/CoreFoundationOverlayShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/UIKitOverlayShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSDictionaryShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilterBuiltins.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/NSString+UserNotifications.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINibDeclarations.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderActions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGuidedAccessRestrictions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPointerFunctions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UNNotificationResponse+UIKitAdditions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSIndexPath+UIKitAdditions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSItemProvider+UIKitAdditions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityAdditions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISceneActivationConditions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISceneDefinitions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISceneOptions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecProtocolOptions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/termios.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/termios.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/pthread/qos.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/qos.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/ConditionalMacros.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/AssertMacros.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/AvailabilityMacros.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_traps.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/ifaddrs.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITimingParameters.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPreviewParameters.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragPreviewParameters.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFNetworkErrors.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/FoundationErrors.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManagerErrors.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mig_errors.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDataDetectors.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLRenderPass.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGraphicsRendererSubclass.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizerSubclass.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURLAccess.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGuidedAccess.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/GlobalObjects.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/_structs.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/_structs.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontTraits.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/limits.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/limits.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/machine/limits.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/_limits.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/syslimits.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sysexits.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/ttydefaults.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityConstants.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPersonNameComponents.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/bsm/audit_uevents.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/appleapiopts.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/thread_special_ports.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/task_special_ports.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/host_special_ports.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocus.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/thread_status.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/thread_status.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/thread_status.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDragURLPreviews.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_int32_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_u_int32_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_uint32_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_ino64_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_int64_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_u_int64_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_uint64_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_int16_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_u_int16_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_uint16_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_int8_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_u_int8_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_uint8_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_filesec_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_iovec_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_id_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fsobj_id_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_gid_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_pid_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fsid_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_uid_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_guid_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_uuid_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_cond_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_once_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_mode_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_time_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_rune_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_ct_rune_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_wctype_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_mbstate_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_size_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_blksize_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_rsize_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_ssize_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_ptrdiff_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_off_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_clock_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_nlink_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_socklen_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_ino_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_errno_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_wchar_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_in_addr_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_caddr_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_intptr_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_uintptr_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_attr_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_useconds_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_suseconds_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_wctrans_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_sigset_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_blkcnt_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fsblkcnt_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fsfilcnt_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_wint_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_mach_port_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_in_port_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_dev_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_intmax_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_uintmax_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_key_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_key_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_sa_family_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLPixelFormat.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/float.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/stat.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/thread_act.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffect.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMotionEffect.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVibrancyEffect.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFObject.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/NSObject.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecProtocolObject.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/HeapObject.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/object.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/os/object.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/select.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_select.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/task_inspect.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFSet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderMaterializedSet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/ShareSheet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActionSheet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/Target.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFSocket.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/socket.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/arpa/inet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fd_set.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/lock_set.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_seek_set.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/processor_set.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSDataAsset.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageAsset.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fd_isset.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/wait.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/bsm/audit.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/ulimit.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_init.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_inherit.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_s_ifmt.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGGradient.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMenuElement.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityElement.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMeasurement.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationAttachment.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFDocument.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocument.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIManagedDocument.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLArgument.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dirent.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/dirent.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationContent.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLEvent.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPressesEvent.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/event.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocusMovementHint.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_u_int.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/SwiftStdint.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/stdint.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGFont.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFont.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/RefCount.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/mount.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/host_reboot.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_prot.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/getopt.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlert.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/assert.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPort.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFMessagePort.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFMachPort.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_u_short.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/port.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_port.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/FoundationShimSupport.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverSupport.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFProxySupport.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecImportExport.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationRequest.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderRequest.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFPropertyList.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_va_list.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFHost.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_host.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/kdebug_signpost.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecTrust.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewTransitionLayout.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewFlowLayout.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStringEncodingExt.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSText.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES1/glext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES2/glext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES3/glext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFContext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGContext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIContext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIOpenURLContext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExtensionContext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGBitmapContext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/_mcontext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/machine/_mcontext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/ucontext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_ucontext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMenu.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/net/net_kev.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/clock_priv.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/host_priv.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/fenv.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/iconv.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWebView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverBackgroundView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewHeaderFooterView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityIndicatorView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIProgressView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffectView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInputView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITargetedPreview.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragPreview.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITargetedDragPreview.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSShadow.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/ftw.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/regex.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_regex.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_regex.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/complex.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/utmpx.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/lctx.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFArray.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPointerArray.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecPolicy.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/policy.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/sync_policy.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/thread_policy.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/task_policy.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/notify.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/host_notify.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/clock_reply.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fd_copy.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFDictionary.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLLibrary.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/monetary.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_monetary.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderSearchQuery.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIContentSizeCategory.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationCategory.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGGeometry.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGeometry.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/Availability.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLESAvailability.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/os/availability.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_posix_availability.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/Visibility.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/FoundationLegacySwiftCompatibility.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFFileSecurity.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/host_security.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecIdentity.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivity.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserActivity.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProxy.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach-o/module.map /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libxml2/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/simd/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/unicode/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/CommonCrypto/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/ImageIO.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/IOSurface.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/reza/Documents/gallery-app-ios/Gallory/Build/Intermediates/Gallory.build/Debug-iphonesimulator/Gallory.build/Objects-normal/x86_64/AppDelegate~partial.swiftdoc : /Users/reza/Documents/gallery-app-ios/Gallory/Gallory/SceneDelegate.swift /Users/reza/Documents/gallery-app-ios/Gallory/Gallory/AppDelegate.swift /Users/reza/Documents/gallery-app-ios/Gallory/Gallory/ViewController.swift /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/ObjectiveC.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/CoreImage.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/QuartzCore.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/Dispatch.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/Metal.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/Foundation.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/CoreFoundation.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/CoreGraphics.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/Swift.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/UIKit.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/x86_64.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_timeval32.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_timeval64.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_ucontext64.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/netinet6/in6.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceObjC.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFUUID.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGL.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFPlugInCOM.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIO.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/alloca.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/data.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageMetadata.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecProtocolMetadata.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/quota.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTTextTab.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/netdb.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/timeb.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIKernelMetalLib.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINib.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/stdlib.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_stdlib.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/glob.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_timespec.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libkern/OSAtomic.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/objc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/objc-sync.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/sync.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_sync.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_o_sync.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_o_dsync.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/malloc/malloc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/malloc/_malloc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/proc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/ipc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/rpc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/rpc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/rpc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/exc.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/pthread/pthread.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/pthread/sched.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/ucred.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libkern/OSAtomicDeprecated.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libkern/OSSpinLockDeprecated.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_ctermid.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/uuid/uuid.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/gethostuuid.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchTextField.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICommand.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKeyCommand.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationSound.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/kmod.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPasteboard.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStoryboard.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/unistd.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/unistd.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/pwd.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_interface.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGLIOSurface.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBufferIOSurface.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDevice.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderService.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreenshotService.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAppearance.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItemAppearance.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarAppearance.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarAppearance.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationBarAppearance.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIToolbarAppearance.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLFence.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/once.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDiffableDataSource.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageSource.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/source.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLResource.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/resource.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocusGuide.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreenMode.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLNode.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFTree.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/rbtree.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFPage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGImage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/ThreadLocalStorage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextStorage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFHTTPMessage.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/message.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/message.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRange.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionChange.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLAuthenticationChallenge.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCache.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVOpenGLESTextureCache.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVMetalTextureCache.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/locale.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_locale.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_xlocale.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFOperatorTable.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_purgable.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_posix_vdisable.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGLDrawable.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDrawable.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBundle.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/file.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/clonefile.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/copyfile.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSParagraphStyle.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTParagraphStyle.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/utsname.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFrame.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVHostTime.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/time.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/time.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/time.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_time.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_time.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/NSObjCRuntime.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/runtime.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/utime.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScene.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindowScene.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTLine.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLPipeline.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLComputePipeline.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLRenderPipeline.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_os_inline.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSZone.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFTimeZone.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilterShape.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLCaptureScope.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/ctype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_ctype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_ctype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/wctype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_wctype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_wctype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/__wctype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/__wctype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/runetype.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitCore.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/semaphore.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/semaphore.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/semaphore.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/semaphore.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFeature.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMethodSignature.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTexture.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVOpenGLESTexture.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVMetalTexture.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CABase.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGBase.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIOBase.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVBase.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceBase.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/base.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/os/base.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/readpassphrase.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationResponse.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLRasterizationRate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSComparisonPredicate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextPasteDelegate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTRunDelegate.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/thread_state.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/thread_state.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/CipherSuite.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libkern/OSAtomicQueue.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLCommandQueue.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotificationQueue.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/queue.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/queue.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStoryboardSegue.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStoryboardPopoverSegue.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValue.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/time_value.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_page_size.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fd_setsize.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceRef.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fd_def.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/SwiftStddef.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/net/if.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_offsetof.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBag.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/fp_reg.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mig.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityItemsConfigurationReading.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGShading.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINibLoading.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDragging.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExtensionRequestHandling.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderThumbnailing.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTiming.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitioning.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDropping.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFString.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFAttributedString.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSAttributedString.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/string.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_string.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/secure/_string.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_symbol_aliasing.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDataSourceTranslating.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewAnimating.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderEnumerating.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/AssertionReporting.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPasteConfigurationSupporting.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextPasteConfigurationSupporting.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISpringLoadedInteractionSupporting.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityContentSizeCategoryImageAdjusting.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIContentSizeCategoryAdjusting.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStringDrawing.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSStringDrawing.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/syslog.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/syslog.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/msg.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/fmtmsg.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach_debug/mach_debug.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/search.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/fnmatch.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/dispatch.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/thread_switch.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPath.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBezierPath.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexPath.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/KeyPath.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/math.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/tgmath.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/kauth.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/objc-api.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/port_obj.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_sigaltstack.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLock.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/os/lock.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/lock.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/Block.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/block.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/clock.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFNetwork.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/task.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_task.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecSharedCredential.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimal.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/signal.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/signal.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/machine/signal.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/signal.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/AvailabilityInternal.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDropProposal.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_timeval.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateInterval.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/acl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/net/if_dl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIKernel.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/dyld_kernel.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES1/gl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES2/gl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES3/gl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDepthStencil.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/util.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/syscall.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAEmitterCell.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/poll.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/poll.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNull.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_null.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLProtocol.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAutoreleasePool.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBufferPool.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/SwiftStdbool.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISegmentedControl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPageControl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRefreshControl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecAccessControl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/pthread/pthread_impl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/ioctl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/sysctl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/fcntl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/fcntl.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFStream.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFFTPStream.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFHTTPStream.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSStream.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFSocketStream.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFContentStream.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/machine/param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/_param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/machine/_param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/vm_param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/vm_param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_param.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/ndbm.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/sem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExtensionItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplicationShortcutItem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_nl_item.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/System.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocusSystem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMenuSystem.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/shm.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/ioccom.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/ttycom.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/Random.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecRandom.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityZoom.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGAffineTransform.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/vm.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFPlugIn.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/boolean.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/boolean.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/boolean.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/endian.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/machine/endian.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_endian.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/mman.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dlfcn.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libgen.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/netinet/in.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderDomain.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILexicon.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRegion.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_region.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationServiceExtension.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderExtension.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSFileProviderExtension.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISceneSession.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityIdentification.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotification.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFUserNotification.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFHTTPAuthentication.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSInvocation.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalizedIndexedCollation.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageDestination.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRenderDestination.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderItemDecoration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStateRestoration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageConfiguration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPasteConfiguration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageSymbolConfiguration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFontPickerViewControllerConfiguration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder+UIActivityItemsConfiguration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityItemsConfiguration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeActionsConfiguration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIContextMenuConfiguration.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTRubyAnnotation.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSJSONSerialization.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIContextualAction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityCustomAction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationAction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentBrowserAction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISpringLoadedInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPencilInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextItemInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDropInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIContextMenuInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPreviewInteraction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransaction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontCollection.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGFunction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSException.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/objc-exception.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/exception.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/exception.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/exception.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelFormatDescription.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarCommon.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/secure/_common.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPattern.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVReturn.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/kern_return.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/kern_return.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/kern_return.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/un.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTRun.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/pthread/spawn.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/spawn.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/spawn.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTGlyphInfo.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorConversionInfo.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPrintInfo.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach_debug/ipc_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/thread_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach_debug/page_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach_debug/zone_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach_debug/hash_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/task_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach_debug/vm_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach_debug/lockgroup_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/processor_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/processor_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/processor_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/host_info.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/langinfo.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_langinfo.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/io.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/aio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/aio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/stdio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/stdio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_stdio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_stdio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/secure/_stdio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/sockio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/filio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/cpio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/uio.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/errno.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/errno.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fd_zero.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/objc-auto.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLHeap.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBinaryHeap.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_map.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/bootstrap.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/netinet/tcp.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/setjmp.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/workloop.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/grp.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItemGroup.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/group.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/wordexp.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationBar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIToolbar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFCalendar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_u_char.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/wchar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_wchar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/tar.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/net/if_var.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/ndr.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFNumber.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISlider.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGDataProvider.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImageProvider.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/FileProvider.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITimingCurveProvider.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSUserActivity+NSItemProvider.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityItemProvider.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMenuBuilder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLCommandEncoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLResourceStateCommandEncoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLComputeCommandEncoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLRenderCommandEncoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLParallelRenderCommandEncoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLIndirectCommandEncoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLBlitCommandEncoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLArgumentEncoder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFByteOrder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSByteOrder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libkern/i386/OSByteOrder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libkern/OSByteOrder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libkern/i386/_OSByteOrder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libkern/_OSByteOrder.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/architecture/byte_order.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLBuffer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVBuffer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLCommandBuffer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLIndirectCommandBuffer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVImageBuffer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLCaptureManager.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUndoManager.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStatusBarManager.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderManager.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/DocumentManager.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutManager.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationTrigger.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocusDebugger.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextChecker.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDatePicker.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICloudSharingController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPresentationController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverPresentationController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentInteractionController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPrintInteractionController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImagePickerController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPrinterPickerController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVideoEditorController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMenuController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPageViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentPickerExtensionViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentPickerViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFontPickerViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchContainerViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentBrowserViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISplitViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInputViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentMenuViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIReferenceLibraryViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityViewController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchDisplayController.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CISampler.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLSampler.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGDataConsumer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextContainer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityContainer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFScanner.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPrintPaper.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStepper.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGraphicsPDFRenderer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPrintPageRenderer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGraphicsImageRenderer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGraphicsRenderer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDragPreviewRenderer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLParser.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRAWFilter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNUserNotificationCenter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPrinter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRelativeDateTimeFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDateFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLengthFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateIntervalFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFNumberFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMassFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPersonNameComponentsFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateComponentsFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMeasurementFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPrintFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSByteCountFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSListFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSEnergyFormatter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFramesetter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTTypesetter.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILargeContentViewer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAEAGLLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATiledLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAScrollLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransformLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAEmitterLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAReplicatorLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStringTokenizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPinchGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreenEdgePanGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRotationGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIHoverGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILongPressGestureRecognizer.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fd_clr.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDynamicBehavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFieldBehavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPushBehavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDynamicItemBehavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollisionBehavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISnapBehavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAttachmentBehavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGravityBehavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_behavior.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIColor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFError.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGError.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLError.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNError.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSError.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderError.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPrintError.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/error.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_error.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImageProcessor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/processor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImageAccumulator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDynamicAnimator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextFormattingCoordinator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocusAnimationCoordinator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitionCoordinator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURLEnumerator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFeedbackGenerator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINotificationFeedbackGenerator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISelectionFeedbackGenerator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImpactFeedbackGenerator.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBitVector.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIDetector.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilterConstructor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityCustomRotor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIBarcodeDescriptor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFFileDescriptor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityLocationDescriptor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFontDescriptor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontDescriptor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLStageInputOutputDescriptor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLVertexDescriptor.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/err.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/attr.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/xattr.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/RuntimeStubs.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGraphics.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFontMetrics.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_statistics.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFNetDiagnostics.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFNetServices.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFUtilities.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageProperties.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/times.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDefines.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTDefines.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImageDefines.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderDefines.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitDefines.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/SFNTTypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/MacTypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceTypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecProtocolTypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/SFNTLayoutTypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/machine/types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/machine/_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/std_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/net/if_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach_debug/mach_debug_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/clock_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/nl_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/vm_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/vm_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/exception_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_voucher_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/memory_object_types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/gltypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/inttypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_inttypes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadataAttributes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTStringAttributes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_attributes.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLFunctionConstantValues.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFNetworkDefs.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/cdefs.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/statvfs.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xattr_flags.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/eflags.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/strings.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/secure/_strings.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationSettings.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/paths.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/pthread_spis.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/TargetConditionals.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_syscalls.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSDataShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/LibcShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/UnicodeShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSLocaleShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/RuntimeShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSTimeZoneShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/CFHashingShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSIndexPathShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/FoundationShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/CoreFoundationShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSCalendarShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSCoderShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSFileManagerShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSUndoManagerShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSKeyedArchiverShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSErrorShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/CFCharacterSetShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSCharacterSetShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSIndexSetShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/ObjectiveCOverlayShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/LibcOverlayShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/DispatchOverlayShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/FoundationOverlayShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/CoreFoundationOverlayShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/UIKitOverlayShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/NSDictionaryShims.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilterBuiltins.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/NSString+UserNotifications.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINibDeclarations.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderActions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGuidedAccessRestrictions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPointerFunctions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UNNotificationResponse+UIKitAdditions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSIndexPath+UIKitAdditions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSItemProvider+UIKitAdditions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityAdditions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISceneActivationConditions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISceneDefinitions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISceneOptions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecProtocolOptions.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/termios.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/termios.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/pthread/qos.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/qos.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/ConditionalMacros.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/AssertMacros.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/AvailabilityMacros.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_traps.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/ifaddrs.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITimingParameters.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPreviewParameters.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragPreviewParameters.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFNetworkErrors.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/FoundationErrors.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManagerErrors.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mig_errors.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDataDetectors.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLRenderPass.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGraphicsRendererSubclass.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizerSubclass.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURLAccess.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGuidedAccess.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPress.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/GlobalObjects.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/_structs.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/_structs.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontTraits.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/limits.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/limits.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/machine/limits.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/_limits.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/syslimits.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sysexits.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/ttydefaults.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityConstants.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPersonNameComponents.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/bsm/audit_uevents.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/appleapiopts.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/thread_special_ports.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/task_special_ports.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/host_special_ports.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocus.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/i386/thread_status.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/machine/thread_status.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/thread_status.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextDragURLPreviews.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_int32_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_u_int32_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_uint32_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_ino64_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_int64_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_u_int64_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_uint64_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_int16_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_u_int16_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_uint16_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_int8_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_u_int8_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_uint8_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_filesec_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_iovec_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_id_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fsobj_id_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_gid_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_pid_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fsid_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_uid_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_guid_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_uuid_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_cond_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_once_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_mode_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_time_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_rune_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_ct_rune_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_wctype_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_mbstate_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_size_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_blksize_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_rsize_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_ssize_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_ptrdiff_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_off_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_clock_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_nlink_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_socklen_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_ino_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_errno_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_wchar_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_in_addr_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_caddr_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_intptr_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_uintptr_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_attr_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_useconds_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_suseconds_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_wctrans_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_sigset_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_blkcnt_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fsblkcnt_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fsfilcnt_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_wint_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_mach_port_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_in_port_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_dev_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_intmax_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_types/_uintmax_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_key_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_pthread/_pthread_key_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_sa_family_t.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLPixelFormat.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/float.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/stat.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/thread_act.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffect.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMotionEffect.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVibrancyEffect.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFObject.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/NSObject.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecProtocolObject.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/HeapObject.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/object.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/os/object.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/select.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_select.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/task_inspect.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFSet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderMaterializedSet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/ShareSheet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActionSheet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/Target.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFSocket.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/socket.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/arpa/inet.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fd_set.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/lock_set.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_seek_set.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/processor_set.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSDataAsset.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageAsset.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fd_isset.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/wait.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/bsm/audit.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/ulimit.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_init.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_inherit.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_s_ifmt.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGGradient.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMenuElement.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityElement.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMeasurement.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationAttachment.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFDocument.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocument.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIManagedDocument.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLArgument.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dirent.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/dirent.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationContent.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLEvent.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPressesEvent.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/event.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocusMovementHint.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_u_int.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/SwiftStdint.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/stdint.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGFont.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFont.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/RefCount.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/mount.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/host_reboot.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/vm_prot.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/getopt.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlert.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/assert.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPort.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFMessagePort.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFMachPort.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_u_short.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/port.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_port.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/FoundationShimSupport.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverSupport.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFProxySupport.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecImportExport.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationRequest.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderRequest.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFPropertyList.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_va_list.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFHost.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/mach_host.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/kdebug_signpost.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecTrust.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewTransitionLayout.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewFlowLayout.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStringEncodingExt.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSText.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES1/glext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES2/glext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES3/glext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFContext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGContext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIContext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIOpenURLContext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExtensionContext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGBitmapContext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/i386/_mcontext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/machine/_mcontext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/ucontext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_ucontext.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMenu.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/net/net_kev.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/clock_priv.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/host_priv.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/fenv.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/iconv.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWebView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverBackgroundView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewHeaderFooterView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityIndicatorView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIProgressView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffectView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInputView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITargetedPreview.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragPreview.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITargetedDragPreview.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSShadow.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/ftw.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/regex.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/_regex.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_regex.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/complex.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/utmpx.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/lctx.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFArray.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPointerArray.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecPolicy.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/policy.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/sync_policy.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/thread_policy.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/task_policy.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/notify.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/host_notify.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/clock_reply.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_types/_fd_copy.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFDictionary.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLLibrary.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/monetary.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/xlocale/_monetary.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderSearchQuery.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIContentSizeCategory.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationCategory.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGGeometry.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGeometry.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/Availability.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLESAvailability.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/os/availability.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/sys/_posix_availability.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/Visibility.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/FoundationLegacySwiftCompatibility.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFFileSecurity.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach/host_security.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecIdentity.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivity.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserActivity.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProxy.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/mach-o/module.map /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/libxml2/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/simd/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/unicode/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/dispatch/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/CommonCrypto/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/ImageIO.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/IOSurface.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CFNetwork.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvider.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/lib/swift/shims/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
D
var int QS_Data[10]; //CQuickSlot* var int QS_BackGround; //zCView* var int QS_VRender; // const int QS_SlotBackX = 512; // szerokowść wszyskich okienek na jakiej są wyświetlane const int QS_SlotBackY = 128; const int QS_SlotBackMargin = 60; const string QS_Texture = "QUICKSLOTS.tga"; // ----; const int QS_Category_Weapon = 1; const int QS_Category_Item = 2; const int QS_Category_Potion = 3; const int QS_Category_Shield = 4; const int QS_Category_Ranged = 5; const int QS_Category_Torch = 6; const int QS_Category_Magic = 7; var int QS_InvOpen; //BOOL class CQuickSlot { var int ItemID; //Hlp_GetItem->oCItem* var int pRender; //zCRender* var int Category; //int }; instance QuickSlot(CQuickSlot); func void QS_MoveTo(var int hndl, var int x, var int y) { var zCView v; v = View_Get(hndl); var int w; w = v.psizex; // pozycja y gdy wyświetlane od dołu var int h; h = v.psizey+50; // pozycja x gdy wyświetlane od dołu ViewPtr_MoveToPxl(getPtr(hndl), x-(w>>1), y-(h>>1)); }; func int QS_SlotIsEmpty(var int Slot) { var int QS_Ptr; QS_Ptr = MEM_ReadStatArr(QS_Data, slot); if(QS_Ptr) { return FALSE; }; return TRUE; }; func void QS_CreateSlot(var int slot, var int InstID) { var int QS_Ptr; QS_Ptr = new(QuickSlot); var CQuickSlot QS; QS = get(QS_Ptr); QS.ItemID = InstID; if(!Hlp_IsValidHandle(QS_BackGround)) { var int QS_X; QS_X = Print_Screen[PS_X]/2; var int QS_Y; QS_Y = QS_SlotBackMargin; // ---------------------------------------- ; QS_BackGround = View_CreateCenterPxl(QS_X, QS_Y, QS_SlotBackX, QS_SlotBackY); View_SetTexture(QS_BackGround, QS_Texture); QS_VRender = Render_AddView(QS_BackGround); }; if(!Hlp_IsValidHandle(QS_BackGround)){ return; }; var zCView v; v = View_Get(QS_BackGround); var int hlp; hlp = slot; if(slot == 0){ hlp = 10; }; var int x; x = v.pposx + (160 + 50*(hlp - 4)); if(slot == 1) { x = v.pposx + 51; } else if(slot == 2) { x = v.pposx + 100; }; var int rPtr; rPtr = Render_AddItemCenterPxl(InstID, x, v.pposy+64, 64, 52); Render_OpenView(rPtr); QS.pRender = rPtr; MEM_WriteStatArr(QS_Data, slot, QS_Ptr); rPtr = 0; }; func void QS_RefreshRender(var int slot) { var int QS_Ptr; QS_Ptr = MEM_ReadStatArr(QS_Data, slot); if(!QS_Ptr || !Hlp_IsValidHandle(QS_BackGround)) { return; }; var CQuickSlot QS; QS = get(QS_Ptr); if(Hlp_IsValidHandle(QS.pRender)) { Render_Remove(QS.pRender); Render_CloseView(QS.pRender); QS.pRender = 0; }; var zCView v; v = View_Get(QS_BackGround); var int hlp; hlp = slot; if(slot == 0){ hlp = 10; }; var int x; x = v.pposx + (160 + 50*(hlp - 4)); if(slot == 1) { x = v.pposx +51; } else if(slot == 2) { x = v.pposx + 100; }; var int rPtr; rPtr = Render_AddItemCenterPxl(QS.ItemID, x, v.pposy+64, 64, 52); Render_OpenView(rPtr); QS.pRender = rPtr; rPtr = 0; }; func void QS_RemoveBackGround() { var int i; i = 0; var int c; c = 0; repeat(i, 10); if(QS_SlotIsEmpty(i)) { c += 1; }; end; if(c == 10) { if(Hlp_IsValidHandle(QS_BackGround)) { Render_CloseView(QS_VRender); View_Delete(QS_BackGround); QS_BackGround = 0; QS_VRender = 0; }; }; }; func void QS_ClearSlot(var int slot) { var int QS_Ptr; QS_Ptr = MEM_ReadStatArr(QS_Data, slot); if(!QS_Ptr){ return; }; var CQuickSlot QS; QS = get(QS_Ptr); if(Hlp_IsValidHandle(QS.pRender)) { Render_Remove(QS.pRender); }; QS.ItemID = 0; QS.Category = 0; QS.pRender = 0; delete(QS_Ptr); QS_Ptr = 0; MEM_WriteStatArr(QS_Data, slot, QS_Ptr); QS_RemoveBackGround(); }; func int QS_GetSlotItem(var int Slot) { var int QS_Ptr; QS_Ptr = MEM_ReadStatArr(QS_Data, slot); if(!QS_Ptr){ return 0; }; var CQuickSlot QS; QS = get(QS_Ptr); return QS.ItemID; }; func void QS_CheckItem(var c_item it, var int slot) { var int QS_Ptr; QS_Ptr = MEM_ReadStatArr(QS_Data, slot); if(!QS_Ptr){ return; }; var CQuickSlot QS; QS = get(QS_Ptr); if (it.mainflag == ITEM_KAT_NF) { QS.Category = QS_Category_Weapon; }; if (STR_Len (it.scemeName)) { QS.Category = QS_Category_Item; }; if (it.flags & ITEM_SHIELD) { QS.Category = QS_Category_Shield; }; if (it.flags & (ITEM_BOW | ITEM_CROSSBOW)) { QS.Category = QS_Category_Ranged; }; if (it.flags & ITEM_TORCH) { QS.Category = QS_Category_Torch; }; if (it.mainflag == ITEM_KAT_RUNE) { QS.Category = QS_Category_Magic; }; if (it.mainflag == ITEM_KAT_POTIONS && STR_Len (it.scemeName)) { QS.category = QS_Category_Potion; }; }; func void QS_CompareSlots(var int InstID) { var int i; i = 0; repeat(i, 10); if(InstID == QS_GetSlotItem(i)) { QS_ClearSlot(i); }; end; }; func void QS_Do(var c_item it, var int slot) { var int InstID; InstID = Hlp_GetInstanceID(it); if(QS_SlotIsEmpty(slot)) { QS_CompareSlots(InstID); QS_CreateSlot(slot, InstID); QS_CheckItem(it, slot); } else { var int Old; Old = QS_GetSlotItem(slot); QS_ClearSlot(slot); if(InstID != Old) { QS_CompareSlots(InstID); QS_CreateSlot(slot, InstID); QS_CheckItem(it, slot); }; Old = 0; }; }; func void QS_Magic(var int slot, var int key) { var oCNpc her; her = Hlp_GetNpc(hero); var int spell; //oCSpell* CALL_PtrParam(key); CALL__thiscall(her.mag_book, 4693088); //oCSpell * __thiscall oCMag_Book::GetSpellByKey(int) 0x00479C60 spell = CALL_RetValAsPtr(); if(!spell) { if(QS_GetSlotItem(slot)) { var c_item i; i = Hlp_GetItem(QS_GetSlotItem(slot)); if(i.mainflag == ITEM_KAT_RUNE) { QS_ClearSlot(slot); }; }; return; }; var int ID; //oCItem* CALL_PtrParam(spell); CALL__thiscall(her.mag_book, 4692992); //oCItem * __thiscall oCMag_Book::GetSpellItem(oCSpell *) 0x00479C00 ID = CALL_RetValAsPtr(); if(!ID){ return; }; var c_item it; it = _^(ID); if(QS_GetSlotItem(slot) != Hlp_GetInstanceID(it)) { QS_Do(it, slot); }; }; func int CanInsertThis(var c_item it) { if (it.mainflag == ITEM_KAT_NF) { return true; }; if (STR_Len (it.scemeName)) { return true; }; if (it.flags & ITEM_SHIELD) { return true; }; if (it.flags & (ITEM_BOW | ITEM_CROSSBOW)) { return true; }; if (it.flags & ITEM_TORCH) { return true; }; if (it.mainflag == ITEM_KAT_RUNE) { return true; }; return false; }; func void QS_Hook() { var oCNpc her; her = Hlp_GetNpc(hero); var c_item it; it = _^ (MEM_ReadInt (ESP+324+4)); var int InstID; InstID = Hlp_GetInstanceID(it); if(!Npc_HasItems(hero, InstID) || !her.inventory2_oCItemContainer_frame || !CanInsertThis(it)) { return; }; if(MEM_KeyState(KEY_4) == KEY_PRESSED){ QS_Do(it, 4); }; if(MEM_KeyState(KEY_5) == KEY_PRESSED){ QS_Do(it, 5); }; if(MEM_KeyState(KEY_6) == KEY_PRESSED){ QS_Do(it, 6); }; if(MEM_KeyState(KEY_7) == KEY_PRESSED){ QS_Do(it, 7); }; if(MEM_KeyState(KEY_8) == KEY_PRESSED){ QS_Do(it, 8); }; if(MEM_KeyState(KEY_9) == KEY_PRESSED){ QS_Do(it, 9); }; if(MEM_KeyState(KEY_0) == KEY_PRESSED){ QS_Do(it, 0); }; }; func void QS_UseItem(var int slot) { var oCNpc her; her = Hlp_GetNpc (hero); var int QS_Ptr; QS_Ptr = MEM_ReadStatArr(QS_Data, slot); if(!QS_Ptr){ return; }; var CQuickSlot QS; QS = get(QS_Ptr); if(QS.ItemID && QS.Category && QS.Category != QS_Category_Magic) { if(!QS_InvOpen) { var oCItem it; it = Hlp_GetItem(QS.ItemID); // ---------------------------------------------------- ; if((QS.Category == QS_Category_Weapon || QS.category == QS_Category_Shield) && her.fmode == 0) { EquipWeapon(hero, QS.ItemID); }; // ---------------------------------------------------- ; if(QS.Category == QS_Category_Item) { AI_RemoveWeapon(hero); AI_StandUpQuick(hero); AI_UseItem(hero, QS.ItemID); }; // ---------------------------------------------------- ; if(QS.Category == QS_Category_Potion) { AI_StandUpQuick(hero); AI_UseItem(hero, QS.ItemID); }; // ---------------------------------------------------- ; if(QS.Category == QS_Category_Torch && her.fmode == 0 && !oCNpc_GetSlotItem(hero, "ZS_RIGHTHAND")) { var int islot; islot = oCNpc_GetSlotItem(hero, "ZS_LEFTHAND"); var int DontUse; DontUse = false; if(islot) { var c_item pTorch; pTorch = _^(iSlot); if(pTorch.flags & ITEM_TORCH){} else{ DontUse = true; }; }; if(!DontUse) { Mdl_RemoveOverlayMDS(hero, "HUMANS_Torch.mds"); oCNpc_UseItem(hero, QS.ItemID); AI_StandUpQuick(hero); }; }; // ---------------------------------------------------- ; if(QS.Category == QS_Category_Ranged && her.fmode == 0) { Equip_FarWeapon(hero, QS.ItemID); }; }; }; }; func void QS_Use() { if(QS_InvOpen) { return; }; if(MEM_KeyState(KEY_4) == KEY_PRESSED){ QS_UseItem(4); }; if(MEM_KeyState(KEY_5) == KEY_PRESSED){ QS_UseItem(5); }; if(MEM_KeyState(KEY_6) == KEY_PRESSED){ QS_UseItem(6); }; if(MEM_KeyState(KEY_7) == KEY_PRESSED){ QS_UseItem(7); }; if(MEM_KeyState(KEY_8) == KEY_PRESSED){ QS_UseItem(8); }; if(MEM_KeyState(KEY_9) == KEY_PRESSED){ QS_UseItem(9); }; if(MEM_KeyState(KEY_0) == KEY_PRESSED){ QS_UseItem(0); }; }; func int InvIsOpen() { var oCNpc her; her = Hlp_GetNpc(hero); return her.inventory2_oCItemContainer_frame; }; func void OpenInv() { if(ECX != _@(hero)) { return; }; QS_InvOpen = true; if(Hlp_IsValidHandle(QS_BackGround)) { QS_MoveTo(QS_BackGround, Print_Screen[PS_X] / 2, QS_SlotBackMargin); }; var int i; i = 0; repeat(i, 10); QS_RefreshRender(i); end; }; func void CloseInv() { QS_InvOpen = false; if(Hlp_IsValidHandle(QS_BackGround)) { QS_MoveTo(QS_BackGround, Print_Screen[PS_X] / 2, Print_Screen[PS_Y] - QS_SlotBackMargin); }; var int i; i = 0; repeat(i, 10); QS_RefreshRender(i); end; }; func void QS_HasItems(var int slot) { if(!Npc_HasItems(hero, QS_GetSlotItem(slot))) { QS_ClearSlot(slot); }; }; func void QS_PrintAmount(var int slot) { var int QS_Ptr; QS_Ptr = MEM_ReadStatArr(QS_Data, slot); if(!QS_Ptr){ return; }; var CQuickSlot QS; QS = get(QS_Ptr); var oCItem it; it = Hlp_GetItem(QS.itemID); if(QS.category == QS_Category_Item || QS.category == QS_Category_Potion || QS.category == QS_Category_Torch || Hlp_StrCmp(it.name, NAME_Spruchrolle)) { var int a; a = Npc_HasItems(hero, QS.itemID); if(Hlp_IsValidHandle(QS_BackGround)) { var RenderItem r; r = get(QS.pRender); View_DeleteText(r.view); if(a > 1 && !MEM_Game.singleStep && InfoManager_HasFinished()) { View_AddText(r.view, 4096, 4096, IntToString(a), PF_Font); }; }; }; }; func void QS_RenderWeapons() { var c_item it; if(Npc_HasEquippedMeleeWeapon(hero)) { it = Npc_GetEquippedMeleeWeapon(hero); if(QS_GetSlotItem(1) != Hlp_GetInstanceID(it)) { if(!QS_SlotIsEmpty(1)) { QS_ClearSlot(1); }; QS_CreateSlot(1, Hlp_GetInstanceID(it)); }; } else if(Npc_HasReadiedMeleeWeapon(hero)) { it = Npc_GetReadiedWeapon(hero); if(QS_GetSlotItem(1) != Hlp_GetInstanceID(it)) { if(!QS_SlotIsEmpty(1)) { QS_ClearSlot(1); }; QS_CreateSlot(1, Hlp_GetInstanceID(it)); }; } else { if(!QS_SlotIsEmpty(1)) { QS_ClearSlot(1); }; }; if(Npc_HasEquippedRangedWeapon(hero)) { it = Npc_GetEquippedRangedWeapon(hero); if(QS_GetSlotItem(2) != Hlp_GetInstanceID(it)) { if(!QS_SlotIsEmpty(2)) { QS_ClearSlot(2); }; QS_CreateSlot(2, Hlp_GetInstanceID(it)); }; } else if(Npc_HasReadiedRangedWeapon(hero)) { it = Npc_GetReadiedWeapon(hero); if(QS_GetSlotItem(2) != Hlp_GetInstanceID(it)) { if(!QS_SlotIsEmpty(2)) { QS_ClearSlot(2); }; QS_CreateSlot(2, Hlp_GetInstanceID(it)); }; } else { if(!QS_SlotIsEmpty(2)) { QS_ClearSlot(2); }; }; }; func void QS_AddNums() { if(Hlp_IsValidHandle(QS_BackGround)) { View_DeleteText(QS_BackGround); View_AddText(QS_BackGround, 35 * 16 ,40 * 64, "1", PF_Font); View_AddText(QS_BackGround, 85 * 16 ,40 * 64, "2", PF_Font); View_AddText(QS_BackGround, 145 * 16 ,40 * 64, "4", PF_Font); View_AddText(QS_BackGround, 195 * 16 ,40 * 64, "5", PF_Font); View_AddText(QS_BackGround, 245 * 16 ,40 * 64, "6", PF_Font); View_AddText(QS_BackGround, 295 * 16 ,40 * 64, "7", PF_Font); View_AddText(QS_BackGround, 345 * 16 ,40 * 64, "8", PF_Font); View_AddText(QS_BackGround, 395 * 16 ,40 * 64, "9", PF_Font); View_AddText(QS_BackGround, 445 * 16 ,40 * 64, "0", PF_Font); }; }; //ToDo: Fix z ekwipunkiem func void Close_InvFix() { var oCNpc her; her = Hlp_GetNpc(hero); if(QS_InvOpen && !her.inventory2_oCItemContainer_frame && !her.inventory2_oCItemContainer_viewItemInfo) { QS_InvOpen = false; if(Hlp_IsValidHandle(QS_BackGround)) { QS_MoveTo(QS_BackGround, Print_Screen[PS_X] / 2, Print_Screen[PS_Y] - QS_SlotBackMargin); var int i; i = 0; repeat(i, 10); QS_RefreshRender(i); end; }; }; }; func void QS_DoFrame() { if(Npc_IsInState(hero,ZS_Dead) == FALSE) && (hero.attribute[0] > 1) { if(Hlp_IsValidHandle(QS_BackGround)) { QS_HasItems(4); QS_HasItems(5); QS_HasItems(6); QS_HasItems(7); QS_HasItems(8); QS_HasItems(9); QS_HasItems(0); QS_PrintAmount(4); QS_PrintAmount(5); QS_PrintAmount(6); QS_PrintAmount(7); QS_PrintAmount(8); QS_PrintAmount(9); QS_PrintAmount(0); // QS_Use(); QS_AddNums(); // render broni if(MEM_Game.singleStep || !InfoManager_HasFinished()) { View_DeleteText(QS_BackGround); }; }; QS_RenderWeapons(); QS_Magic(4, KEY_4 - 4); QS_Magic(5, KEY_5 - 4); QS_Magic(6, KEY_6 - 4); QS_Magic(7, KEY_7 - 4); QS_Magic(8, KEY_8 - 4); QS_Magic(9, KEY_9 - 4); QS_Magic(0, KEY_0 - 4); }; Close_InvFix(); }; func void QS_Init() { HookEngineF(oCNpc__OpenInventory, 6, OpenInv); HookEngineF(oCNpc__CloseInventory, 6, CloseInv); HookEngineF(6681344, 7, CloseInv); //CDocumentManager::Show(int) HookEngineF(7369071, 6, QS_Hook); FF_ApplyOnce(QS_DoFrame); };
D
/* Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following: The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ module derelict.opengl.versions.gl3x; import derelict.opengl.types; public import derelict.opengl.extensions.core_30, derelict.opengl.extensions.core_31, derelict.opengl.extensions.core_32, derelict.opengl.extensions.core_33; enum _gl30Decls = q{ enum : uint { GL_COMPARE_REF_TO_TEXTURE = 0x884E, GL_CLIP_DISTANCE0 = 0x3000, GL_CLIP_DISTANCE1 = 0x3001, GL_CLIP_DISTANCE2 = 0x3002, GL_CLIP_DISTANCE3 = 0x3003, GL_CLIP_DISTANCE4 = 0x3004, GL_CLIP_DISTANCE5 = 0x3005, GL_CLIP_DISTANCE6 = 0x3006, GL_CLIP_DISTANCE7 = 0x3007, GL_MAX_CLIP_DISTANCES = 0x0D32, GL_MAJOR_VERSION = 0x821B, GL_MINOR_VERSION = 0x821C, GL_NUM_EXTENSIONS = 0x821D, GL_CONTEXT_FLAGS = 0x821E, GL_COMPRESSED_RED = 0x8225, GL_COMPRESSED_RG = 0x8226, GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT = 0x0001, GL_RGBA32F = 0x8814, GL_RGB32F = 0x8815, GL_RGBA16F = 0x881A, GL_RGB16F = 0x881B, GL_VERTEX_ATTRIB_ARRAY_INTEGER = 0x88FD, GL_MAX_ARRAY_TEXTURE_LAYERS = 0x88FF, GL_MIN_PROGRAM_TEXEL_OFFSET = 0x8904, GL_MAX_PROGRAM_TEXEL_OFFSET = 0x8905, GL_CLAMP_READ_COLOR = 0x891C, GL_FIXED_ONLY = 0x891D, GL_MAX_VARYING_COMPONENTS = 0x8B4B, GL_TEXTURE_1D_ARRAY = 0x8C18, GL_PROXY_TEXTURE_1D_ARRAY = 0x8C19, GL_TEXTURE_2D_ARRAY = 0x8C1A, GL_PROXY_TEXTURE_2D_ARRAY = 0x8C1B, GL_TEXTURE_BINDING_1D_ARRAY = 0x8C1C, GL_TEXTURE_BINDING_2D_ARRAY = 0x8C1D, GL_R11F_G11F_B10F = 0x8C3A, GL_UNSIGNED_INT_10F_11F_11F_REV = 0x8C3B, GL_RGB9_E5 = 0x8C3D, GL_UNSIGNED_INT_5_9_9_9_REV = 0x8C3E, GL_TEXTURE_SHARED_SIZE = 0x8C3F, GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH = 0x8C76, GL_TRANSFORM_FEEDBACK_BUFFER_MODE = 0x8C7F, GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS = 0x8C80, GL_TRANSFORM_FEEDBACK_VARYINGS = 0x8C83, GL_TRANSFORM_FEEDBACK_BUFFER_START = 0x8C84, GL_TRANSFORM_FEEDBACK_BUFFER_SIZE = 0x8C85, GL_PRIMITIVES_GENERATED = 0x8C87, GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN = 0x8C88, GL_RASTERIZER_DISCARD = 0x8C89, GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS = 0x8C8A, GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS = 0x8C8B, GL_INTERLEAVED_ATTRIBS = 0x8C8C, GL_SEPARATE_ATTRIBS = 0x8C8D, GL_TRANSFORM_FEEDBACK_BUFFER = 0x8C8E, GL_TRANSFORM_FEEDBACK_BUFFER_BINDING = 0x8C8F, GL_RGBA32UI = 0x8D70, GL_RGB32UI = 0x8D71, GL_RGBA16UI = 0x8D76, GL_RGB16UI = 0x8D77, GL_RGBA8UI = 0x8D7C, GL_RGB8UI = 0x8D7D, GL_RGBA32I = 0x8D82, GL_RGB32I = 0x8D83, GL_RGBA16I = 0x8D88, GL_RGB16I = 0x8D89, GL_RGBA8I = 0x8D8E, GL_RGB8I = 0x8D8F, GL_RED_INTEGER = 0x8D94, GL_GREEN_INTEGER = 0x8D95, GL_BLUE_INTEGER = 0x8D96, GL_RGB_INTEGER = 0x8D98, GL_RGBA_INTEGER = 0x8D99, GL_BGR_INTEGER = 0x8D9A, GL_BGRA_INTEGER = 0x8D9B, GL_SAMPLER_1D_ARRAY = 0x8DC0, GL_SAMPLER_2D_ARRAY = 0x8DC1, GL_SAMPLER_1D_ARRAY_SHADOW = 0x8DC3, GL_SAMPLER_2D_ARRAY_SHADOW = 0x8DC4, GL_SAMPLER_CUBE_SHADOW = 0x8DC5, GL_UNSIGNED_INT_VEC2 = 0x8DC6, GL_UNSIGNED_INT_VEC3 = 0x8DC7, GL_UNSIGNED_INT_VEC4 = 0x8DC8, GL_INT_SAMPLER_1D = 0x8DC9, GL_INT_SAMPLER_2D = 0x8DCA, GL_INT_SAMPLER_3D = 0x8DCB, GL_INT_SAMPLER_CUBE = 0x8DCC, GL_INT_SAMPLER_1D_ARRAY = 0x8DCE, GL_INT_SAMPLER_2D_ARRAY = 0x8DCF, GL_UNSIGNED_INT_SAMPLER_1D = 0x8DD1, GL_UNSIGNED_INT_SAMPLER_2D = 0x8DD2, GL_UNSIGNED_INT_SAMPLER_3D = 0x8DD3, GL_UNSIGNED_INT_SAMPLER_CUBE = 0x8DD4, GL_UNSIGNED_INT_SAMPLER_1D_ARRAY = 0x8DD6, GL_UNSIGNED_INT_SAMPLER_2D_ARRAY = 0x8DD7, GL_QUERY_WAIT = 0x8E13, GL_QUERY_NO_WAIT = 0x8E14, GL_QUERY_BY_REGION_WAIT = 0x8E15, GL_QUERY_BY_REGION_NO_WAIT = 0x8E16, GL_BUFFER_ACCESS_FLAGS = 0x911F, GL_BUFFER_MAP_LENGTH = 0x9120, GL_BUFFER_MAP_OFFSET = 0x9121, } extern(System) @nogc nothrow { alias da_glColorMaski = void function(GLuint,GLboolean,GLboolean,GLboolean,GLboolean); alias da_glGetBooleani_v = void function(GLenum,GLuint,GLboolean*); alias da_glGetIntegeri_v = void function(GLenum,GLuint,GLint*); alias da_glEnablei = void function(GLenum,GLuint); alias da_glDisablei = void function(GLenum,GLuint); alias da_glIsEnabledi = GLboolean function(GLenum,GLuint); alias da_glBeginTransformFeedback = void function(GLenum); alias da_glEndTransformFeedback = void function(); alias da_glBindBufferRange = void function(GLenum,GLuint,GLuint,GLintptr,GLsizeiptr); alias da_glBindBufferBase = void function(GLenum,GLuint,GLuint); alias da_glTransformFeedbackVaryings = void function(GLuint,GLsizei,const(GLchar*)*,GLenum); alias da_glGetTransformFeedbackVarying = void function(GLuint,GLuint,GLsizei,GLsizei*,GLsizei*,GLenum*,GLchar*); alias da_glClampColor = void function(GLenum,GLenum); alias da_glBeginConditionalRender = void function(GLuint,GLenum); alias da_glEndConditionalRender = void function(); alias da_glVertexAttribIPointer = void function(GLuint,GLint,GLenum,GLsizei,const(GLvoid)*); alias da_glGetVertexAttribIiv = void function(GLuint,GLenum,GLint*); alias da_glGetVertexAttribIuiv = void function(GLuint,GLenum,GLuint*); alias da_glVertexAttribI1i = void function(GLuint,GLint); alias da_glVertexAttribI2i = void function(GLuint,GLint,GLint); alias da_glVertexAttribI3i = void function(GLuint,GLint,GLint,GLint); alias da_glVertexAttribI4i = void function(GLuint,GLint,GLint,GLint,GLint); alias da_glVertexAttribI1ui = void function(GLuint,GLuint); alias da_glVertexAttribI2ui = void function(GLuint,GLuint,GLuint); alias da_glVertexAttribI3ui = void function(GLuint,GLuint,GLuint,GLuint); alias da_glVertexAttribI4ui = void function(GLuint,GLuint,GLuint,GLuint,GLuint); alias da_glVertexAttribI1iv = void function(GLuint,const(GLint)*); alias da_glVertexAttribI2iv = void function(GLuint,const(GLint)*); alias da_glVertexAttribI3iv = void function(GLuint,const(GLint)*); alias da_glVertexAttribI4iv = void function(GLuint,const(GLint)*); alias da_glVertexAttribI1uiv = void function(GLuint,const(GLuint)*); alias da_glVertexAttribI2uiv = void function(GLuint,const(GLuint)*); alias da_glVertexAttribI3uiv = void function(GLuint,const(GLuint)*); alias da_glVertexAttribI4uiv = void function(GLuint,const(GLuint)*); alias da_glVertexAttribI4bv = void function(GLuint,const(GLbyte)*); alias da_glVertexAttribI4sv = void function(GLuint,const(GLshort)*); alias da_glVertexAttribI4ubv = void function(GLuint,const(GLubyte)*); alias da_glVertexAttribI4usv = void function(GLuint,const(GLushort)*); alias da_glGetUniformuiv = void function(GLuint,GLint,GLuint*); alias da_glBindFragDataLocation = void function(GLuint,GLuint,const(GLchar)*); alias da_glGetFragDataLocation = GLint function(GLuint,const(GLchar)*); alias da_glUniform1ui = void function(GLint,GLuint); alias da_glUniform2ui = void function(GLint,GLuint,GLuint); alias da_glUniform3ui = void function(GLint,GLuint,GLuint,GLuint); alias da_glUniform4ui = void function(GLint,GLuint,GLuint,GLuint,GLuint); alias da_glUniform1uiv = void function(GLint,GLsizei,const(GLuint)*); alias da_glUniform2uiv = void function(GLint,GLsizei,const(GLuint)*); alias da_glUniform3uiv = void function(GLint,GLsizei,const(GLuint)*); alias da_glUniform4uiv = void function(GLint,GLsizei,const(GLuint)*); alias da_glTexParameterIiv = void function(GLenum,GLenum,const(GLint)*); alias da_glTexParameterIuiv = void function(GLenum,GLenum,const(GLuint)*); alias da_glGetTexParameterIiv = void function(GLenum,GLenum,GLint*); alias da_glGetTexParameterIuiv = void function(GLenum,GLenum,GLuint*); alias da_glClearBufferiv = void function(GLenum,GLint,const(GLint)*); alias da_glClearBufferuiv = void function(GLenum,GLint,const(GLuint)*); alias da_glClearBufferfv = void function(GLenum,GLint,const(GLfloat)*); alias da_glClearBufferfi = void function(GLenum,GLint,GLfloat,GLint); alias da_glGetStringi = const(char)* function(GLenum,GLuint); }}; enum gl30Decls = corearb30Decls ~ _gl30Decls; enum _gl31Decls = q{ enum : uint { GL_SAMPLER_2D_RECT = 0x8B63, GL_SAMPLER_2D_RECT_SHADOW = 0x8B64, GL_SAMPLER_BUFFER = 0x8DC2, GL_INT_SAMPLER_2D_RECT = 0x8DCD, GL_INT_SAMPLER_BUFFER = 0x8DD0, GL_UNSIGNED_INT_SAMPLER_2D_RECT = 0x8DD5, GL_UNSIGNED_INT_SAMPLER_BUFFER = 0x8DD8, GL_TEXTURE_BUFFER = 0x8C2A, GL_MAX_TEXTURE_BUFFER_SIZE = 0x8C2B, GL_TEXTURE_BINDING_BUFFER = 0x8C2C, GL_TEXTURE_BUFFER_DATA_STORE_BINDING = 0x8C2D, GL_TEXTURE_BUFFER_FORMAT = 0x8C2E, GL_TEXTURE_RECTANGLE = 0x84F5, GL_TEXTURE_BINDING_RECTANGLE = 0x84F6, GL_PROXY_TEXTURE_RECTANGLE = 0x84F7, GL_MAX_RECTANGLE_TEXTURE_SIZE = 0x84F8, GL_RED_SNORM = 0x8F90, GL_RG_SNORM = 0x8F91, GL_RGB_SNORM = 0x8F92, GL_RGBA_SNORM = 0x8F93, GL_R8_SNORM = 0x8F94, GL_RG8_SNORM = 0x8F95, GL_RGB8_SNORM = 0x8F96, GL_RGBA8_SNORM = 0x8F97, GL_R16_SNORM = 0x8F98, GL_RG16_SNORM = 0x8F99, GL_RGB16_SNORM = 0x8F9A, GL_RGBA16_SNORM = 0x8F9B, GL_SIGNED_NORMALIZED = 0x8F9C, GL_PRIMITIVE_RESTART = 0x8F9D, GL_PRIMITIVE_RESTART_INDEX = 0x8F9E, } extern(System) @nogc nothrow { alias da_glDrawArraysInstanced = void function(GLenum,GLint,GLsizei,GLsizei); alias da_glDrawElementsInstanced = void function(GLenum,GLsizei,GLenum,const(GLvoid)*,GLsizei); alias da_glTexBuffer = void function(GLenum,GLenum,GLuint); alias da_glPrimitiveRestartIndex = void function(GLuint); }}; enum gl31Decls = corearb31Decls ~ _gl31Decls; enum _gl32Decls = q{ enum : uint { GL_CONTEXT_CORE_PROFILE_BIT = 0x00000001, GL_CONTEXT_COMPATIBILITY_PROFILE_BIT = 0x00000002, GL_LINES_ADJACENCY = 0x000A, GL_LINE_STRIP_ADJACENCY = 0x000B, GL_TRIANGLES_ADJACENCY = 0x000C, GL_TRIANGLE_STRIP_ADJACENCY = 0x000D, GL_PROGRAM_POINT_SIZE = 0x8642, GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS = 0x8C29, GL_FRAMEBUFFER_ATTACHMENT_LAYERED = 0x8DA7, GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS = 0x8DA8, GL_GEOMETRY_SHADER = 0x8DD9, GL_GEOMETRY_VERTICES_OUT = 0x8916, GL_GEOMETRY_INPUT_TYPE = 0x8917, GL_GEOMETRY_OUTPUT_TYPE = 0x8918, GL_MAX_GEOMETRY_UNIFORM_COMPONENTS = 0x8DDF, GL_MAX_GEOMETRY_OUTPUT_VERTICES = 0x8DE0, GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS = 0x8DE1, GL_MAX_VERTEX_OUTPUT_COMPONENTS = 0x9122, GL_MAX_GEOMETRY_INPUT_COMPONENTS = 0x9123, GL_MAX_GEOMETRY_OUTPUT_COMPONENTS = 0x9124, GL_MAX_FRAGMENT_INPUT_COMPONENTS = 0x9125, GL_CONTEXT_PROFILE_MASK = 0x9126, } extern(System) @nogc nothrow { alias da_glGetInteger64i_v = void function(GLenum,GLuint,GLint64*); alias da_glGetBufferParameteri64v = void function(GLenum,GLenum,GLint64*); alias da_glFramebufferTexture = void function(GLenum,GLenum,GLuint,GLint); }}; enum gl32Decls = corearb32Decls ~ _gl32Decls; enum _gl33Decls = q{ enum uint GL_VERTEX_ATTRIB_ARRAY_DIVISOR = 0x88FE; extern(System) @nogc nothrow { alias da_glVertexAttribDivisor = void function(GLuint,GLuint); }}; enum gl33Decls = corearb33Decls ~ _gl33Decls; enum _gl30Funcs = q{ da_glColorMaski glColorMaski; da_glGetBooleani_v glGetBooleani_v; da_glGetIntegeri_v glGetIntegeri_v; da_glEnablei glEnablei; da_glDisablei glDisablei; da_glIsEnabledi glIsEnabledi; da_glBeginTransformFeedback glBeginTransformFeedback; da_glEndTransformFeedback glEndTransformFeedback; da_glBindBufferRange glBindBufferRange; da_glBindBufferBase glBindBufferBase; da_glTransformFeedbackVaryings glTransformFeedbackVaryings; da_glGetTransformFeedbackVarying glGetTransformFeedbackVarying; da_glClampColor glClampColor; da_glBeginConditionalRender glBeginConditionalRender; da_glEndConditionalRender glEndConditionalRender; da_glVertexAttribIPointer glVertexAttribIPointer; da_glGetVertexAttribIiv glGetVertexAttribIiv; da_glGetVertexAttribIuiv glGetVertexAttribIuiv; da_glVertexAttribI1i glVertexAttribI1i; da_glVertexAttribI2i glVertexAttribI2i; da_glVertexAttribI3i glVertexAttribI3i; da_glVertexAttribI4i glVertexAttribI4i; da_glVertexAttribI1ui glVertexAttribI1ui; da_glVertexAttribI2ui glVertexAttribI2ui; da_glVertexAttribI3ui glVertexAttribI3ui; da_glVertexAttribI4ui glVertexAttribI4ui; da_glVertexAttribI1iv glVertexAttribI1iv; da_glVertexAttribI2iv glVertexAttribI2iv; da_glVertexAttribI3iv glVertexAttribI3iv; da_glVertexAttribI4iv glVertexAttribI4iv; da_glVertexAttribI1uiv glVertexAttribI1uiv; da_glVertexAttribI2uiv glVertexAttribI2uiv; da_glVertexAttribI3uiv glVertexAttribI3uiv; da_glVertexAttribI4uiv glVertexAttribI4uiv; da_glVertexAttribI4bv glVertexAttribI4bv; da_glVertexAttribI4sv glVertexAttribI4sv; da_glVertexAttribI4ubv glVertexAttribI4ubv; da_glVertexAttribI4usv glVertexAttribI4usv; da_glGetUniformuiv glGetUniformuiv; da_glBindFragDataLocation glBindFragDataLocation; da_glGetFragDataLocation glGetFragDataLocation; da_glUniform1ui glUniform1ui; da_glUniform2ui glUniform2ui; da_glUniform3ui glUniform3ui; da_glUniform4ui glUniform4ui; da_glUniform1uiv glUniform1uiv; da_glUniform2uiv glUniform2uiv; da_glUniform3uiv glUniform3uiv; da_glUniform4uiv glUniform4uiv; da_glTexParameterIiv glTexParameterIiv; da_glTexParameterIuiv glTexParameterIuiv; da_glGetTexParameterIiv glGetTexParameterIiv; da_glGetTexParameterIuiv glGetTexParameterIuiv; da_glClearBufferiv glClearBufferiv; da_glClearBufferuiv glClearBufferuiv; da_glClearBufferfv glClearBufferfv; da_glClearBufferfi glClearBufferfi; da_glGetStringi glGetStringi; }; enum gl30Funcs = corearb30Funcs ~ _gl30Funcs; enum _gl31Funcs = q{ da_glDrawArraysInstanced glDrawArraysInstanced; da_glDrawElementsInstanced glDrawElementsInstanced; da_glTexBuffer glTexBuffer; da_glPrimitiveRestartIndex glPrimitiveRestartIndex; }; enum gl31Funcs = corearb31Funcs ~ _gl31Funcs; enum _gl32Funcs = q{ da_glGetInteger64i_v glGetInteger64i_v; da_glGetBufferParameteri64v glGetBufferParameteri64v; da_glFramebufferTexture glFramebufferTexture; }; enum gl32Funcs = corearb32Funcs ~ _gl32Funcs; enum _gl33Funcs = q{ da_glVertexAttribDivisor glVertexAttribDivisor; }; enum gl33Funcs = corearb33Funcs ~ _gl33Funcs; enum _gl30Loader = q{ bindGLFunc(cast(void**)&glColorMaski, "glColorMaski"); bindGLFunc(cast(void**)&glGetBooleani_v, "glGetBooleani_v"); bindGLFunc(cast(void**)&glGetIntegeri_v, "glGetIntegeri_v"); bindGLFunc(cast(void**)&glEnablei, "glEnablei"); bindGLFunc(cast(void**)&glDisablei, "glDisablei"); bindGLFunc(cast(void**)&glIsEnabledi, "glIsEnabledi"); bindGLFunc(cast(void**)&glBeginTransformFeedback, "glBeginTransformFeedback"); bindGLFunc(cast(void**)&glEndTransformFeedback, "glEndTransformFeedback"); bindGLFunc(cast(void**)&glBindBufferRange, "glBindBufferRange"); bindGLFunc(cast(void**)&glBindBufferBase, "glBindBufferBase"); bindGLFunc(cast(void**)&glTransformFeedbackVaryings, "glTransformFeedbackVaryings"); bindGLFunc(cast(void**)&glGetTransformFeedbackVarying, "glGetTransformFeedbackVarying"); bindGLFunc(cast(void**)&glClampColor, "glClampColor"); bindGLFunc(cast(void**)&glBeginConditionalRender, "glBeginConditionalRender"); bindGLFunc(cast(void**)&glEndConditionalRender, "glEndConditionalRender"); bindGLFunc(cast(void**)&glVertexAttribIPointer, "glVertexAttribIPointer"); bindGLFunc(cast(void**)&glGetVertexAttribIiv, "glGetVertexAttribIiv"); bindGLFunc(cast(void**)&glGetVertexAttribIuiv, "glGetVertexAttribIuiv"); bindGLFunc(cast(void**)&glVertexAttribI1i, "glVertexAttribI1i"); bindGLFunc(cast(void**)&glVertexAttribI2i, "glVertexAttribI2i"); bindGLFunc(cast(void**)&glVertexAttribI3i, "glVertexAttribI3i"); bindGLFunc(cast(void**)&glVertexAttribI4i, "glVertexAttribI4i"); bindGLFunc(cast(void**)&glVertexAttribI1ui, "glVertexAttribI1ui"); bindGLFunc(cast(void**)&glVertexAttribI2ui, "glVertexAttribI2ui"); bindGLFunc(cast(void**)&glVertexAttribI3ui, "glVertexAttribI3ui"); bindGLFunc(cast(void**)&glVertexAttribI4ui, "glVertexAttribI4ui"); bindGLFunc(cast(void**)&glVertexAttribI1iv, "glVertexAttribI1iv"); bindGLFunc(cast(void**)&glVertexAttribI2iv, "glVertexAttribI2iv"); bindGLFunc(cast(void**)&glVertexAttribI3iv, "glVertexAttribI3iv"); bindGLFunc(cast(void**)&glVertexAttribI4iv, "glVertexAttribI4iv"); bindGLFunc(cast(void**)&glVertexAttribI1uiv, "glVertexAttribI1uiv"); bindGLFunc(cast(void**)&glVertexAttribI2uiv, "glVertexAttribI2uiv"); bindGLFunc(cast(void**)&glVertexAttribI3uiv, "glVertexAttribI3uiv"); bindGLFunc(cast(void**)&glVertexAttribI4uiv, "glVertexAttribI4uiv"); bindGLFunc(cast(void**)&glVertexAttribI4bv, "glVertexAttribI4bv"); bindGLFunc(cast(void**)&glVertexAttribI4sv, "glVertexAttribI4sv"); bindGLFunc(cast(void**)&glVertexAttribI4ubv, "glVertexAttribI4ubv"); bindGLFunc(cast(void**)&glVertexAttribI4usv, "glVertexAttribI4usv"); bindGLFunc(cast(void**)&glGetUniformuiv, "glGetUniformuiv"); bindGLFunc(cast(void**)&glBindFragDataLocation, "glBindFragDataLocation"); bindGLFunc(cast(void**)&glGetFragDataLocation, "glGetFragDataLocation"); bindGLFunc(cast(void**)&glUniform1ui, "glUniform1ui"); bindGLFunc(cast(void**)&glUniform2ui, "glUniform2ui"); bindGLFunc(cast(void**)&glUniform3ui, "glUniform3ui"); bindGLFunc(cast(void**)&glUniform4ui, "glUniform4ui"); bindGLFunc(cast(void**)&glUniform1uiv, "glUniform1uiv"); bindGLFunc(cast(void**)&glUniform2uiv, "glUniform2uiv"); bindGLFunc(cast(void**)&glUniform3uiv, "glUniform3uiv"); bindGLFunc(cast(void**)&glUniform4uiv, "glUniform4uiv"); bindGLFunc(cast(void**)&glTexParameterIiv, "glTexParameterIiv"); bindGLFunc(cast(void**)&glTexParameterIuiv, "glTexParameterIuiv"); bindGLFunc(cast(void**)&glGetTexParameterIiv, "glGetTexParameterIiv"); bindGLFunc(cast(void**)&glGetTexParameterIuiv, "glGetTexParameterIuiv"); bindGLFunc(cast(void**)&glClearBufferiv, "glClearBufferiv"); bindGLFunc(cast(void**)&glClearBufferuiv, "glClearBufferuiv"); bindGLFunc(cast(void**)&glClearBufferfv, "glClearBufferfv"); bindGLFunc(cast(void**)&glClearBufferfi, "glClearBufferfi"); bindGLFunc(cast(void**)&glGetStringi, "glGetStringi"); glVer = GLVersion.gl30; }; version(DerelictGL3_Contexts) enum _gl30LoaderAdd = corearb30Loader; else enum _gl30LoaderAdd = `loadExtensionSet(GLVersion.gl30, true);`; enum gl30Loader = `if(maxVer >= GLVersion.gl30) {` ~ _gl30LoaderAdd ~ _gl30Loader ~ `}`; enum _gl31Loader = q{ bindGLFunc(cast(void**)&glDrawArraysInstanced, "glDrawArraysInstanced"); bindGLFunc(cast(void**)&glDrawElementsInstanced, "glDrawElementsInstanced"); bindGLFunc(cast(void**)&glTexBuffer, "glTexBuffer"); bindGLFunc(cast(void**)&glPrimitiveRestartIndex, "glPrimitiveRestartIndex"); glVer = GLVersion.gl31; }; version(DerelictGL3_Contexts) enum _gl31LoaderAdd = corearb31Loader; else enum _gl31LoaderAdd = `loadExtensionSet(GLVersion.gl31, true);`; enum gl31Loader = `if(maxVer >= GLVersion.gl31) {` ~ _gl31LoaderAdd ~ _gl31Loader ~ `}`; enum _gl32Loader = q{ bindGLFunc(cast(void**)&glGetInteger64i_v, "glGetInteger64i_v"); bindGLFunc(cast(void**)&glGetBufferParameteri64v, "glGetBufferParameteri64v"); bindGLFunc(cast(void**)&glFramebufferTexture, "glFramebufferTexture"); glVer = GLVersion.gl32; }; version(DerelictGL3_Contexts) enum _gl32LoaderAdd = corearb32Loader; else enum _gl32LoaderAdd = `loadExtensionSet(GLVersion.gl32, true);`; enum gl32Loader = `if(maxVer >= GLVersion.gl32) {` ~ _gl32LoaderAdd ~ _gl32Loader ~ `}`; enum _gl33Loader = q{ bindGLFunc(cast(void**)&glVertexAttribDivisor, "glVertexAttribDivisor"); glVer = GLVersion.gl33; }; version(DerelictGL3_Contexts) enum _gl33LoaderAdd = corearb33Loader; else enum _gl33LoaderAdd = `loadExtensionSet(GLVersion.gl33, true);`; enum gl33Loader = `if(maxVer >= GLVersion.gl33) {` ~ _gl33LoaderAdd ~ _gl33Loader ~ `}`;
D
/Users/son/Desktop/DatePicker2/DerivedData/DatePicker2/Build/Intermediates.noindex/DatePicker2.build/Debug-iphonesimulator/DatePicker2.build/Objects-normal/x86_64/ViewController.o : /Users/son/Desktop/DatePicker2/DatePicker2/SceneDelegate.swift /Users/son/Desktop/DatePicker2/DatePicker2/AppDelegate.swift /Users/son/Desktop/DatePicker2/DatePicker2/ViewController.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/usr/include/mach-o/dyld.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/usr/include/mach-o/compact_unwind_encoding.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/son/Desktop/DatePicker2/DerivedData/DatePicker2/Build/Intermediates.noindex/DatePicker2.build/Debug-iphonesimulator/DatePicker2.build/Objects-normal/x86_64/ViewController~partial.swiftmodule : /Users/son/Desktop/DatePicker2/DatePicker2/SceneDelegate.swift /Users/son/Desktop/DatePicker2/DatePicker2/AppDelegate.swift /Users/son/Desktop/DatePicker2/DatePicker2/ViewController.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/usr/include/mach-o/dyld.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/usr/include/mach-o/compact_unwind_encoding.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/son/Desktop/DatePicker2/DerivedData/DatePicker2/Build/Intermediates.noindex/DatePicker2.build/Debug-iphonesimulator/DatePicker2.build/Objects-normal/x86_64/ViewController~partial.swiftdoc : /Users/son/Desktop/DatePicker2/DatePicker2/SceneDelegate.swift /Users/son/Desktop/DatePicker2/DatePicker2/AppDelegate.swift /Users/son/Desktop/DatePicker2/DatePicker2/ViewController.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/usr/include/mach-o/dyld.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/usr/include/mach-o/compact_unwind_encoding.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/son/Desktop/DatePicker2/DerivedData/DatePicker2/Build/Intermediates.noindex/DatePicker2.build/Debug-iphonesimulator/DatePicker2.build/Objects-normal/x86_64/ViewController~partial.swiftsourceinfo : /Users/son/Desktop/DatePicker2/DatePicker2/SceneDelegate.swift /Users/son/Desktop/DatePicker2/DatePicker2/AppDelegate.swift /Users/son/Desktop/DatePicker2/DatePicker2/ViewController.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/usr/include/mach-o/dyld.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/usr/include/mach-o/compact_unwind_encoding.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
D
# FIXED Startup/ICall_startup.obj: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/common/cc26xx/ICall_startup.c Startup/ICall_startup.obj: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/hal/target/CC2650TIRTOS/hal_types.h Startup/ICall_startup.obj: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/hal/target/CC2650TIRTOS/../_common/cc26xx/_hal_types.h Startup/ICall_startup.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/include/stdint.h Startup/ICall_startup.obj: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/icall/include/ICall.h Startup/ICall_startup.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/include/stdbool.h Startup/ICall_startup.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/include/stdlib.h Startup/ICall_startup.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/include/linkage.h Startup/ICall_startup.obj: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/hal/target/CC2650TIRTOS/ICallAddrs.h Startup/ICall_startup.obj: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/hal/target/CC2650TIRTOS/hal_types.h Startup/ICall_startup.obj: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/ICall/Include/bleUserConfig.h Startup/ICall_startup.obj: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/ICall/Include/bleDispatch.h Startup/ICall_startup.obj: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/hal/target/_common/cc26xx/rfHal.h Startup/ICall_startup.obj: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/hal/target/CC2650TIRTOS/hal_types.h Startup/ICall_startup.obj: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/ble/ROM/ROM_Init.h Startup/ICall_startup.obj: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/ble/ROM/CommonROM_Init.h C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/common/cc26xx/ICall_startup.c: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/hal/target/CC2650TIRTOS/hal_types.h: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/hal/target/CC2650TIRTOS/../_common/cc26xx/_hal_types.h: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/include/stdint.h: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/icall/include/ICall.h: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/include/stdbool.h: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/include/stdlib.h: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/include/linkage.h: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/hal/target/CC2650TIRTOS/ICallAddrs.h: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/hal/target/CC2650TIRTOS/hal_types.h: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/ICall/Include/bleUserConfig.h: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/ICall/Include/bleDispatch.h: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/hal/target/_common/cc26xx/rfHal.h: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/hal/target/CC2650TIRTOS/hal_types.h: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/ble/ROM/ROM_Init.h: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/ble/ROM/CommonROM_Init.h:
D
/** Implements HTTP Basic Auth. Copyright: © 2012 RejectedSoftware e.K. License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. Authors: Sönke Ludwig */ module vibe.http.auth.basic_auth; import vibe.http.server; import vibe.core.log; import std.base64; import std.exception; import std.string; /** Returns a request handler that enforces request to be authenticated using HTTP Basic Auth. */ HTTPServerRequestDelegate performBasicAuth(string realm, bool delegate(string user, string name) pwcheck) { void handleRequest(HTTPServerRequest req, HTTPServerResponse res) { auto pauth = "Authorization" in req.headers; if( pauth && (*pauth).startsWith("Basic ") ){ string user_pw = cast(string)Base64.decode((*pauth)[6 .. $]); auto idx = user_pw.indexOf(":"); enforceBadRequest(idx >= 0, "Invalid auth string format!"); string user = user_pw[0 .. idx]; string password = user_pw[idx+1 .. $]; if( pwcheck(user, password) ){ req.username = user; // let the next stage handle the request return; } } // else output an error page res.statusCode = HTTPStatus.unauthorized; res.contentType = "text/plain"; res.headers["WWW-Authenticate"] = "Basic realm=\""~realm~"\""; res.bodyWriter.write("Authorization required"); } return &handleRequest; } /** Enforces HTTP Basic Auth authentication on the given req/res pair. Params: req = Request object that is to be checked res = Response object that will be used for authentication errors realm = HTTP Basic Auth realm reported to the client pwcheck = A delegate queried for validating user/password pairs Returns: Returns the name of the authenticated user. Throws: Throws a HTTPStatusExeption in case of an authentication failure. */ string performBasicAuth(HTTPServerRequest req, HTTPServerResponse res, string realm, bool delegate(string user, string name) pwcheck) { auto pauth = "Authorization" in req.headers; if( pauth && (*pauth).startsWith("Basic ") ){ string user_pw = cast(string)Base64.decode((*pauth)[6 .. $]); auto idx = user_pw.indexOf(":"); enforceBadRequest(idx >= 0, "Invalid auth string format!"); string user = user_pw[0 .. idx]; string password = user_pw[idx+1 .. $]; if( pwcheck(user, password) ){ req.username = user; return user; } } res.headers["WWW-Authenticate"] = "Basic realm=\""~realm~"\""; throw new HTTPStatusException(HTTPStatus.unauthorized); } /** Augments the given HTTP request with an HTTP Basic Auth header. */ void addBasicAuth(HTTPRequest req, string user, string password) { string pwstr = user ~ ":" ~ password; string authstr = cast(string)Base64.encode(cast(ubyte[])pwstr); req.headers["Authorization"] = "Basic " ~ authstr; }
D
/Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIO.build/GetaddrinfoResolver.swift.o : /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/IO.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/NonBlockingFileIO.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/IOData.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Codec.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Thread.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Embedded.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Selectable.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/FileHandle.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ChannelPipeline.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/AddressedEnvelope.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/EventLoopFuture.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/PriorityQueue.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Channel.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/DeadChannel.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/SocketChannel.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/BaseSocketChannel.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/MulticastChannel.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/BlockingIOThreadPool.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/System.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/FileRegion.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ChannelOption.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Heap.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Bootstrap.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/EventLoop.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/SocketOptionProvider.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/PendingWritesManager.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/PendingDatagramWritesManager.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ChannelInvoker.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ChannelHandler.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/TypeAssistedChannelHandler.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Resolver.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/GetaddrinfoResolver.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/CompositeError.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/RecvByteBufferAllocator.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Selector.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/FileDescriptor.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Interfaces.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Utilities.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/IntegerTypes.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/SocketAddresses.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/HappyEyeballs.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ChannelHandlers.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-views.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/LinuxCPUSet.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Socket.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/BaseSocket.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ServerSocket.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-int.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-aux.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Linux.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/NIOAny.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio-zlib-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIO.build/GetaddrinfoResolver~partial.swiftmodule : /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/IO.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/NonBlockingFileIO.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/IOData.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Codec.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Thread.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Embedded.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Selectable.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/FileHandle.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ChannelPipeline.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/AddressedEnvelope.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/EventLoopFuture.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/PriorityQueue.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Channel.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/DeadChannel.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/SocketChannel.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/BaseSocketChannel.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/MulticastChannel.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/BlockingIOThreadPool.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/System.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/FileRegion.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ChannelOption.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Heap.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Bootstrap.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/EventLoop.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/SocketOptionProvider.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/PendingWritesManager.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/PendingDatagramWritesManager.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ChannelInvoker.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ChannelHandler.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/TypeAssistedChannelHandler.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Resolver.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/GetaddrinfoResolver.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/CompositeError.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/RecvByteBufferAllocator.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Selector.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/FileDescriptor.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Interfaces.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Utilities.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/IntegerTypes.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/SocketAddresses.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/HappyEyeballs.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ChannelHandlers.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-views.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/LinuxCPUSet.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Socket.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/BaseSocket.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ServerSocket.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-int.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-aux.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Linux.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/NIOAny.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio-zlib-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIO.build/GetaddrinfoResolver~partial.swiftdoc : /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/IO.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/NonBlockingFileIO.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/IOData.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Codec.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Thread.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Embedded.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Selectable.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/FileHandle.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ChannelPipeline.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/AddressedEnvelope.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/EventLoopFuture.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/PriorityQueue.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Channel.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/DeadChannel.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/SocketChannel.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/BaseSocketChannel.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/MulticastChannel.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/BlockingIOThreadPool.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/System.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/FileRegion.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ChannelOption.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Heap.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Bootstrap.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/EventLoop.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/SocketOptionProvider.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/PendingWritesManager.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/PendingDatagramWritesManager.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ChannelInvoker.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ChannelHandler.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/TypeAssistedChannelHandler.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Resolver.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/GetaddrinfoResolver.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/CompositeError.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/RecvByteBufferAllocator.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Selector.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/FileDescriptor.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Interfaces.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Utilities.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/IntegerTypes.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/SocketAddresses.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/HappyEyeballs.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ChannelHandlers.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-views.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/LinuxCPUSet.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Socket.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/BaseSocket.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ServerSocket.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-int.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-aux.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Linux.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/NIOAny.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio-zlib-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes
D
/******************************************************************************* copyright: Copyright (c) 2004 Kris Bell. Все права защищены license: BSD стиль: $(LICENSE) version: Initial release: May 2005 author: Kris Converts between исконный и текст representations of HTTP время значения. Internally, время is represented as UTC with an эпоха fixed at Jan 1st 1970. The текст representation is formatted in accordance with RFC 1123, и the парсер will прими one of RFC 1123, RFC 850, or asctime форматы. See http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html for further detail. Applying the D "import alias" mechanism в_ this module is highly recommended, in order в_ предел namespace pollution: --- import TimeStamp = text.convert.TimeStamp; auto t = TimeStamp.разбор ("Sun, 06 Nov 1994 08:49:37 GMT"); --- *******************************************************************************/ module text.convert.TimeStamp; private import time.Time; private import exception; private import Util = text.Util; private import time.chrono.Gregorian; private import Целое = text.convert.Integer; /****************************************************************************** Parse предоставленный ввод и return a UTC эпоха время. An исключение is raised where the предоставленный ткст is not fully разобрано. ******************************************************************************/ бдол воВремя(T) (T[] ист) { бцел длин; auto x = разбор (ист, &длин); if (длин < ист.length) throw new ИсклНелегальногоАргумента ("неизвестное время форматируй: "~ист); return x; } /****************************************************************************** Template wrapper в_ сделай life simpler. Returns a текст version of the предоставленный значение. See форматируй() for details ******************************************************************************/ ткст вТкст (Время время) { сим[32] врем =void; return форматируй (врем, время).dup; } /****************************************************************************** Template wrapper в_ сделай life simpler. Returns a текст version of the предоставленный значение. See форматируй() for details ******************************************************************************/ шим[] вТкст16 (Время время) { шим[32] врем =void; return форматируй (врем, время).dup; } /****************************************************************************** Template wrapper в_ сделай life simpler. Returns a текст version of the предоставленный значение. See форматируй() for details ******************************************************************************/ дим[] вТкст32 (Время время) { дим[32] врем =void; return форматируй (врем, время).dup; } /****************************************************************************** RFC1123 formatted время Converts в_ the форматируй "Sun, 06 Nov 1994 08:49:37 GMT", и returns a populated срез of the предоставленный буфер. Note that RFC1123 форматируй is always in абсолютный GMT время, и a thirty- элемент буфер is sufficient for the produced вывод Throws an исключение where the supplied время is не_годится ******************************************************************************/ T[] форматируй(T, U=Время) (T[] вывод, U t) { return форматируй!(T)(вывод, cast(Время) t); } T[] форматируй(T) (T[] вывод, Время t) { static T[][] Месяцы = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; static T[][] Дни = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]; T[] преобразуй (T[] врем, дол i) { return Целое.форматёр!(T) (врем, i, 'u', 0, 8); } assert (вывод.length >= 29); if (t is t.макс) throw new ИсклНелегальногоАргумента ("TimeStamp.форматируй :: аргумент Время непригоден"); // преобразуй время в_ field значения auto время = t.время; auto дата = Грегориан.генерный.вДату (t); // use the featherweight форматёр ... T[14] врем =void; return Util.выкладка (вывод, cast(T[])"%0, %1 %2 %3 %4:%5:%6 GMT", Дни[дата.деньнед], преобразуй (врем[0..2], дата.день), Месяцы[дата.месяц-1], преобразуй (врем[2..6], дата.год), преобразуй (врем[6..8], время.часы), преобразуй (врем[8..10], время.минуты), преобразуй (врем[10..12], время.сек) ); } /****************************************************************************** ISO-8601 форматируй :: "2006-01-31T14:49:30Z" Throws an исключение where the supplied время is не_годится ******************************************************************************/ T[] format8601(T, U=Время) (T[] вывод, U t) { return форматируй!(T)(вывод, cast(Время) t); } T[] format8601(T) (T[] вывод, Время t) { T[] преобразуй (T[] врем, дол i) { return Целое.форматёр!(T) (врем, i, 'u', 0, 8); } assert (вывод.length >= 29); if (t is t.max) throw new ИсклНелегальногоАргумента ("TimeStamp.форматируй :: аргумент Время непригоден"); // преобразуй время в_ field значения auto время = t.время; auto дата = Грегориан.генерный.вДату (t); // use the featherweight форматёр ... T[20] врем =void; return Util.выкладка (вывод, cast(T[]) "%0-%1-%2T%3%:%4:%5Z", преобразуй (врем[0..4], дата.год), преобразуй (врем[4..6], дата.месяц), преобразуй (врем[6..8], дата.день), преобразуй (врем[8..10], время.часы), преобразуй (врем[10..12], время.минуты), преобразуй (врем[12..14], время.сек) ); } /****************************************************************************** Parse предоставленный ввод и return a UTC эпоха время. A return значение of Время.макс (or нет, respectively) indicated a разбор-failure. An опция is предоставленный в_ return the счёт of characters разобрано - an unchanged значение here also indicates не_годится ввод. ******************************************************************************/ Время разбор(T) (T[] ист, бцел* ate = пусто) { т_мера длин; Время значение; if ((длин = rfc1123 (ист, значение)) > 0 || (длин = rfc850 (ист, значение)) > 0 || (длин = iso8601 (ист, значение)) > 0 || (длин = dostime (ист, значение)) > 0 || (длин = asctime (ист, значение)) > 0) { if (ate) *ate = длин; return значение; } return Время.макс; } /****************************************************************************** Parse предоставленный ввод и return a UTC эпоха время. A return значение of Время.макс (or нет, respectively) indicated a разбор-failure. An опция is предоставленный в_ return the счёт of characters разобрано - an unchanged значение here also indicates не_годится ввод. ******************************************************************************/ бул разбор(T) (T[] ист, ref ВремяДня tod, ref Дата дата, бцел* ate = пусто) { т_мера длин; if ((длин = rfc1123 (ист, tod, дата)) > 0 || (длин = rfc850 (ист, tod, дата)) > 0 || (длин = iso8601 (ист, tod, дата)) > 0 || (длин = dostime (ист, tod, дата)) > 0 || (длин = asctime (ист, tod, дата)) > 0) { if (ate) *ate = длин; return да; } return нет; } /****************************************************************************** RFC 822, updated by RFC 1123 :: "Sun, 06 Nov 1994 08:49:37 GMT" Returns the число of элементы consumed by the разбор; zero if the разбор неудачно ******************************************************************************/ т_мера rfc1123(T) (T[] ист, ref Время значение) { ВремяДня tod; Дата дата; auto r = rfc1123!(T)(ист, tod, дата); if (r) значение = Грегориан.генерный.воВремя(дата, tod); return r; } /****************************************************************************** RFC 822, updated by RFC 1123 :: "Sun, 06 Nov 1994 08:49:37 GMT" Returns the число of элементы consumed by the разбор; zero if the разбор неудачно ******************************************************************************/ т_мера rfc1123(T) (T[] ист, ref ВремяДня tod, ref Дата дата) { T* p = ист.ptr; T* e = p + ист.length; бул dt (ref T* p) { return ((дата.день = парсируйЦел(p, e)) > 0 && *p++ == ' ' && (дата.месяц = разбериМесяц(p)) > 0 && *p++ == ' ' && (дата.год = парсируйЦел(p, e)) > 0); } if (разбериКороткийДень(p) >= 0 && *p++ == ',' && *p++ == ' ' && dt (p) && *p++ == ' ' && время (tod, p, e) && *p++ == ' ' && p[0..3] == "GMT") { return (p+3) - ист.ptr; } return 0; } /****************************************************************************** RFC 850, obsoleted by RFC 1036 :: "Воскресенье, 06-Nov-94 08:49:37 GMT" Returns the число of элементы consumed by the разбор; zero if the разбор неудачно ******************************************************************************/ т_мера rfc850(T) (T[] ист, ref Время значение) { ВремяДня tod; Дата дата; auto r = rfc850!(T)(ист, tod, дата); if (r) значение = Грегориан.генерный.воВремя (дата, tod); return r; } /****************************************************************************** RFC 850, obsoleted by RFC 1036 :: "Воскресенье, 06-Nov-94 08:49:37 GMT" Returns the число of элементы consumed by the разбор; zero if the разбор неудачно ******************************************************************************/ т_мера rfc850(T) (T[] ист, ref ВремяДня tod, ref Дата дата) { T* p = ист.ptr; T* e = p + ист.length; бул dt (ref T* p) { return ((дата.день = парсируйЦел(p, e)) > 0 && *p++ == '-' && (дата.месяц = разбериМесяц(p)) > 0 && *p++ == '-' && (дата.год = парсируйЦел(p, e)) > 0); } if (разбериПолныйДень(p) >= 0 && *p++ == ',' && *p++ == ' ' && dt (p) && *p++ == ' ' && время (tod, p, e) && *p++ == ' ' && p[0..3] == "GMT") { if (дата.год < 70) дата.год += 2000; else if (дата.год < 100) дата.год += 1900; return (p+3) - ист.ptr; } return 0; } /****************************************************************************** ANSI C's asctime() форматируй :: "Sun Nov 6 08:49:37 1994" Returns the число of элементы consumed by the разбор; zero if the разбор неудачно ******************************************************************************/ т_мера asctime(T) (T[] ист, ref Время значение) { ВремяДня tod; Дата дата; auto r = asctime!(T)(ист, tod, дата); if (r) значение = Грегориан.генерный.воВремя (дата, tod); return r; } /****************************************************************************** ANSI C's asctime() форматируй :: "Sun Nov 6 08:49:37 1994" Returns the число of элементы consumed by the разбор; zero if the разбор неудачно ******************************************************************************/ т_мера asctime(T) (T[] ист, ref ВремяДня tod, ref Дата дата) { T* p = ист.ptr; T* e = p + ист.length; бул dt (ref T* p) { return ((дата.месяц = разбериМесяц(p)) > 0 && *p++ == ' ' && ((дата.день = парсируйЦел(p, e)) > 0 || (*p++ == ' ' && (дата.день = парсируйЦел(p, e)) > 0))); } if (разбериКороткийДень(p) >= 0 && *p++ == ' ' && dt (p) && *p++ == ' ' && время (tod, p, e) && *p++ == ' ' && (дата.год = парсируйЦел (p, e)) > 0) { return p - ист.ptr; } return 0; } /****************************************************************************** DOS время форматируй :: "12-31-06 08:49AM" Returns the число of элементы consumed by the разбор; zero if the разбор неудачно ******************************************************************************/ т_мера dostime(T) (T[] ист, ref Время значение) { ВремяДня tod; Дата дата; auto r = dostime!(T)(ист, tod, дата); if (r) значение = Грегориан.генерный.воВремя(дата, tod); return r; } /****************************************************************************** DOS время форматируй :: "12-31-06 08:49AM" Returns the число of элементы consumed by the разбор; zero if the разбор неудачно ******************************************************************************/ т_мера dostime(T) (T[] ист, ref ВремяДня tod, ref Дата дата) { T* p = ист.ptr; T* e = p + ист.length; бул dt (ref T* p) { return ((дата.месяц = парсируйЦел(p, e)) > 0 && *p++ == '-' && ((дата.день = парсируйЦел(p, e)) > 0 && (*p++ == '-' && (дата.год = парсируйЦел(p, e)) > 0))); } if (dt(p) >= 0 && *p++ == ' ' && (tod.часы = парсируйЦел(p, e)) > 0 && *p++ == ':' && (tod.минуты = парсируйЦел(p, e)) > 0 && (*p == 'A' || *p == 'P')) { if (*p is 'P') tod.часы += 12; if (дата.год < 70) дата.год += 2000; else if (дата.год < 100) дата.год += 1900; return (p+2) - ист.ptr; } return 0; } /****************************************************************************** ISO-8601 форматируй :: "2006-01-31 14:49:30,001" Returns the число of элементы consumed by the разбор; zero if the разбор неудачно Quote из_ http://en.wikИПedia.org/wiki/ISO_8601 (2009-09-01): "Decimal fractions may also be добавьed в_ any of the three время элементы. A decimal точка, either a comma or a dot (without any preference as stated most recently in resolution 10 of the 22nd General Conference CGPM in 2003), is использован as a разделитель between the время элемент и its дво." ******************************************************************************/ т_мера iso8601(T) (T[] ист, ref Время значение) { ВремяДня tod; Дата дата; цел r = iso8601!(T)(ист, tod, дата); if (r) значение = Грегориан.генерный.воВремя(дата, tod); return r; } /****************************************************************************** ISO-8601 форматируй :: "2006-01-31 14:49:30,001" Returns the число of элементы consumed by the разбор; zero if the разбор неудачно Quote из_ http://en.wikИПedia.org/wiki/ISO_8601 (2009-09-01): "Decimal fractions may also be добавьed в_ any of the three время элементы. A decimal точка, either a comma or a dot (without any preference as stated most recently in resolution 10 of the 22nd General Conference CGPM in 2003), is использован as a разделитель between the время элемент и its дво." ******************************************************************************/ т_мера iso8601(T) (T[] ист, ref ВремяДня tod, ref Дата дата) { T* p = ист.ptr; T* e = p + ист.length; бул dt (ref T* p) { return ((дата.год = парсируйЦел(p, e)) > 0 && *p++ == '-' && ((дата.месяц = парсируйЦел(p, e)) > 0 && (*p++ == '-' && (дата.день = парсируйЦел(p, e)) > 0))); } if (dt(p) >= 0 && *p++ == ' ' && время (tod, p, e)) { // Are there симвы left? If да, разбор миллисек. If no, миллисек = 0. if (p - ист.ptr) { // проверь дво разделитель T frac_sep = *p++; if (frac_sep is ',' || frac_sep is '.') // разделитель is ok: разбор миллисек tod.миллисек = парсируйЦел (p, e); else // wrong разделитель: ошибка return 0; } else tod.миллисек = 0; return p - ист.ptr; } return 0; } /****************************************************************************** Parse a время field ******************************************************************************/ private бул время(T) (ref ВремяДня время, ref T* p, T* e) { return ((время.часы = парсируйЦел(p, e)) >= 0 && *p++ == ':' && (время.минуты = парсируйЦел(p, e)) >= 0 && *p++ == ':' && (время.сек = парсируйЦел(p, e)) >= 0); } /****************************************************************************** Match a месяц из_ the ввод ******************************************************************************/ private цел разбериМесяц(T) (ref T* p) { цел месяц; switch (p[0..3]) { case "Jan": месяц = 1; break; case "Feb": месяц = 2; break; case "Mar": месяц = 3; break; case "Apr": месяц = 4; break; case "May": месяц = 5; break; case "Jun": месяц = 6; break; case "Jul": месяц = 7; break; case "Aug": месяц = 8; break; case "Sep": месяц = 9; break; case "Oct": месяц = 10; break; case "Nov": месяц = 11; break; case "Dec": месяц = 12; break; default: return месяц; } p += 3; return месяц; } /****************************************************************************** Match a день из_ the ввод ******************************************************************************/ private цел разбериКороткийДень(T) (ref T* p) { цел день; switch (p[0..3]) { case "Sun": день = 0; break; case "Mon": день = 1; break; case "Tue": день = 2; break; case "Wed": день = 3; break; case "Thu": день = 4; break; case "Fri": день = 5; break; case "Sat": день = 6; break; default: return -1; } p += 3; return день; } /****************************************************************************** Match a день из_ the ввод. Воскресенье is 0 ******************************************************************************/ private цел разбериПолныйДень(T) (ref T* p) { static T[][] дни = [ "Воскресенье", "Понедельник", "Вторник", "Среда", "Четверг", "Пятница", "Суббота", ]; foreach (i, день; дни) if (день == p[0..день.length]) { p += день.length; return i; } return -1; } /****************************************************************************** Extract an целое из_ the ввод ******************************************************************************/ private static цел парсируйЦел(T) (ref T* p, T* e) { цел значение; while (p < e && (*p >= '0' && *p <= '9')) значение = значение * 10 + *p++ - '0'; return значение; } /****************************************************************************** ******************************************************************************/ debug (UnitTest) { unittest { шим[30] врем; шим[] тест = "Sun, 06 Nov 1994 08:49:37 GMT"; auto время = разбор (тест); auto текст = форматируй (врем, время); assert (текст == тест); ткст garbageTest = "Wed Jun 11 17:22:07 20088"; garbageTest = garbageTest[0..$-1]; сим[128] tmp2; время = разбор(garbageTest); auto text2 = форматируй(tmp2, время); assert (text2 == "Wed, 11 Jun 2008 17:22:07 GMT"); } } /****************************************************************************** ******************************************************************************/ debug (TimeStamp) { проц main() { Время t; auto dos = "12-31-06 08:49AM"; auto iso = "2006-01-31 14:49:30,001"; assert (dostime(dos, t) == dos.length); assert (iso8601(iso, t) == iso.length); шим[30] врем; шим[] тест = "Sun, 06 Nov 1994 08:49:37 GMT"; auto время = разбор (тест); auto текст = форматируй (врем, время); assert (текст == тест); } }
D
/** This module contains the core functionality of the vibe.d framework. See `runApplication` for the main entry point for typical vibe.d server or GUI applications. Copyright: © 2012-2016 RejectedSoftware e.K. License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. Authors: Sönke Ludwig */ module vibe.core.core; public import vibe.core.driver; import vibe.core.args; import vibe.core.concurrency; import vibe.core.log; import vibe.utils.array; import std.algorithm; import std.conv; import std.encoding; import core.exception; import std.exception; import std.functional; import std.range : empty, front, popFront; import std.string; import std.variant; import std.typecons : Typedef, Tuple, tuple; import core.atomic; import core.sync.condition; import core.sync.mutex; import core.stdc.stdlib; import core.thread; alias TaskEventCb = void function(TaskEvent, Task) nothrow; version(Posix) { import core.sys.posix.signal; import core.sys.posix.unistd; import core.sys.posix.pwd; static if (__traits(compiles, {import core.sys.posix.grp; getgrgid(0);})) { import core.sys.posix.grp; } else { extern (C) { struct group { char* gr_name; char* gr_passwd; gid_t gr_gid; char** gr_mem; } group* getgrgid(gid_t); group* getgrnam(in char*); } } } version (Windows) { import core.stdc.signal; } /**************************************************************************************************/ /* Public functions */ /**************************************************************************************************/ /** Performs final initialization and runs the event loop. This function performs three tasks: $(OL $(LI Makes sure that no unrecognized command line options are passed to the application and potentially displays command line help. See also `vibe.core.args.finalizeCommandLineOptions`.) $(LI Performs privilege lowering if required.) $(LI Runs the event loop and blocks until it finishes.) ) Params: args_out = Optional parameter to receive unrecognized command line arguments. If left to `null`, an error will be reported if any unrecognized argument is passed. See_also: ` vibe.core.args.finalizeCommandLineOptions`, `lowerPrivileges`, `runEventLoop` */ int runApplication(scope void delegate(string[]) args_out = null) { try { string[] args; if (!finalizeCommandLineOptions(args_out is null ? null : &args)) return 0; if (args_out) args_out(args); } catch (Exception e) { logDiagnostic("Error processing command line: %s", e.msg); return 1; } lowerPrivileges(); logDiagnostic("Running event loop..."); int status; version (VibeDebugCatchAll) { try { status = runEventLoop(); } catch( Throwable th ){ logError("Unhandled exception in event loop: %s", th.msg); logDiagnostic("Full exception: %s", th.toString().sanitize()); return 1; } } else { status = runEventLoop(); } logDiagnostic("Event loop exited with status %d.", status); return status; } /// A simple echo server, listening on a privileged TCP port. unittest { import vibe.core.core; import vibe.core.net; int main() { // first, perform any application specific setup (privileged ports still // available if run as root) listenTCP(7, (conn) { conn.pipe(conn); }); // then use runApplication to perform the remaining initialization and // to run the event loop return runApplication(); } } /** The same as above, but performing the initialization sequence manually. This allows to skip any additional initialization (opening the listening port) if an invalid command line argument or the `--help` switch is passed to the application. */ unittest { import vibe.core.core; import vibe.core.net; int main() { // process the command line first, to be able to skip the application // setup if not required if (!finalizeCommandLineOptions()) return 0; // then set up the application listenTCP(7, (conn) { conn.pipe(conn); }); // finally, perform privilege lowering (safe to skip for non-server // applications) lowerPrivileges(); // and start the event loop return runEventLoop(); } } /** Starts the vibe.d event loop for the calling thread. Note that this function is usually called automatically by the vibe.d framework. However, if you provide your own `main()` function, you may need to call either this or `runApplication` manually. The event loop will by default continue running during the whole life time of the application, but calling `runEventLoop` multiple times in sequence is allowed. Tasks will be started and handled only while the event loop is running. Returns: The returned value is the suggested code to return to the operating system from the `main` function. See_Also: `runApplication` */ int runEventLoop() { setupSignalHandlers(); logDebug("Starting event loop."); s_eventLoopRunning = true; scope (exit) { s_eventLoopRunning = false; s_exitEventLoop = false; st_threadShutdownCondition.notifyAll(); } // runs any yield()ed tasks first assert(!s_exitEventLoop); s_exitEventLoop = false; driverCore.notifyIdle(); if (getExitFlag()) return 0; // handle exit flag in the main thread to exit when // exitEventLoop(true) is called from a thread) if (Thread.getThis() is st_threads[0].thread) runTask(toDelegate(&watchExitFlag)); if (auto err = getEventDriver().runEventLoop() != 0) { if (err == 1) { logDebug("No events active, exiting message loop."); return 0; } logError("Error running event loop: %d", err); return 1; } logDebug("Event loop done."); return 0; } /** Stops the currently running event loop. Calling this function will cause the event loop to stop event processing and the corresponding call to runEventLoop() will return to its caller. Params: shutdown_all_threads = If true, exits event loops of all threads - false by default. Note that the event loops of all threads are automatically stopped when the main thread exits, so usually there is no need to set shutdown_all_threads to true. */ void exitEventLoop(bool shutdown_all_threads = false) { logDebug("exitEventLoop called (%s)", shutdown_all_threads); assert(s_eventLoopRunning || shutdown_all_threads, "Trying to exit event loop when no loop is running."); if (shutdown_all_threads) { atomicStore(st_term, true); st_threadsSignal.emit(); } // shutdown the calling thread s_exitEventLoop = true; if (s_eventLoopRunning) getEventDriver().exitEventLoop(); } /** Process all pending events without blocking. Checks if events are ready to trigger immediately, and run their callbacks if so. Returns: Returns false $(I iff) exitEventLoop was called in the process. */ bool processEvents() { if (!getEventDriver().processEvents()) return false; driverCore.notifyIdle(); return true; } /** Sets a callback that is called whenever no events are left in the event queue. The callback delegate is called whenever all events in the event queue have been processed. Returning true from the callback will cause another idle event to be triggered immediately after processing any events that have arrived in the meantime. Returning false will instead wait until another event has arrived first. */ void setIdleHandler(void delegate() @safe del) { s_idleHandler = { del(); return false; }; } /// ditto void setIdleHandler(bool delegate() @safe del) { s_idleHandler = del; } /// Scheduled for deprecation - use a `@safe` callback instead. void setIdleHandler(void delegate() @system del) @system { s_idleHandler = () @trusted { del(); return false; }; } /// ditto void setIdleHandler(bool delegate() @system del) @system { s_idleHandler = () @trusted => del(); } /** Runs a new asynchronous task. task will be called synchronously from within the vibeRunTask call. It will continue to run until vibeYield() or any of the I/O or wait functions is called. Note that the maximum size of all args must not exceed `maxTaskParameterSize`. */ Task runTask(ARGS...)(void delegate(ARGS) @safe task, ARGS args) { auto tfi = makeTaskFuncInfo(task, args); return runTask_internal(tfi); } /// ditto Task runTask(ARGS...)(void delegate(ARGS) task, ARGS args) { auto tfi = makeTaskFuncInfo(task, args); return runTask_internal(tfi); } private Task runTask_internal(ref TaskFuncInfo tfi) @safe nothrow { import std.typecons : Tuple, tuple; CoreTask f; while (!f && !s_availableFibers.empty) { f = s_availableFibers.back; s_availableFibers.popBack(); if (() @trusted nothrow { return f.state; } () != Fiber.State.HOLD) f = null; } if (f is null) { // if there is no fiber available, create one. if (s_availableFibers.capacity == 0) s_availableFibers.capacity = 1024; logDebugV("Creating new fiber..."); s_fiberCount++; f = new CoreTask; } f.m_taskFunc = tfi; f.bumpTaskCounter(); auto handle = f.task(); debug Task self = Task.getThis(); debug if (s_taskEventCallback) { if (self != Task.init) () @trusted { s_taskEventCallback(TaskEvent.yield, self); } (); () @trusted { s_taskEventCallback(TaskEvent.preStart, handle); } (); } driverCore.resumeTask(handle, null, true); debug if (s_taskEventCallback) { () @trusted { s_taskEventCallback(TaskEvent.postStart, handle); } (); if (self != Task.init) () @trusted { s_taskEventCallback(TaskEvent.resume, self); } (); } return handle; } @safe unittest { runTask({}); } /** Runs a new asynchronous task in a worker thread. Only function pointers with weakly isolated arguments are allowed to be able to guarantee thread-safety. */ void runWorkerTask(FT, ARGS...)(FT func, auto ref ARGS args) if (is(typeof(*func) == function)) { foreach (T; ARGS) static assert(isWeaklyIsolated!T, "Argument type "~T.stringof~" is not safe to pass between threads."); runWorkerTask_unsafe(func, args); } /// ditto void runWorkerTask(alias method, T, ARGS...)(shared(T) object, auto ref ARGS args) if (is(typeof(__traits(getMember, object, __traits(identifier, method))))) { foreach (T; ARGS) static assert(isWeaklyIsolated!T, "Argument type "~T.stringof~" is not safe to pass between threads."); auto func = &__traits(getMember, object, __traits(identifier, method)); runWorkerTask_unsafe(func, args); } /** Runs a new asynchronous task in a worker thread, returning the task handle. This function will yield and wait for the new task to be created and started in the worker thread, then resume and return it. Only function pointers with weakly isolated arguments are allowed to be able to guarantee thread-safety. */ Task runWorkerTaskH(FT, ARGS...)(FT func, auto ref ARGS args) if (is(typeof(*func) == function)) { foreach (T; ARGS) static assert(isWeaklyIsolated!T, "Argument type "~T.stringof~" is not safe to pass between threads."); alias PrivateTask = Typedef!(Task, Task.init, __PRETTY_FUNCTION__); Task caller = Task.getThis(); // workaround for runWorkerTaskH to work when called outside of a task if (caller == Task.init) { Task ret; runTask({ ret = runWorkerTaskH(func, args); }).join(); return ret; } assert(caller != Task.init, "runWorkderTaskH can currently only be called from within a task."); static void taskFun(Task caller, FT func, ARGS args) { PrivateTask callee = Task.getThis(); caller.prioritySendCompat(callee); mixin(callWithMove!ARGS("func", "args")); } runWorkerTask_unsafe(&taskFun, caller, func, args); return () @trusted { return cast(Task)receiveOnlyCompat!PrivateTask(); } (); } /// ditto Task runWorkerTaskH(alias method, T, ARGS...)(shared(T) object, auto ref ARGS args) if (is(typeof(__traits(getMember, object, __traits(identifier, method))))) { foreach (T; ARGS) static assert(isWeaklyIsolated!T, "Argument type "~T.stringof~" is not safe to pass between threads."); auto func = &__traits(getMember, object, __traits(identifier, method)); alias FT = typeof(func); alias PrivateTask = Typedef!(Task, Task.init, __PRETTY_FUNCTION__); Task caller = Task.getThis(); // workaround for runWorkerTaskH to work when called outside of a task if (caller == Task.init) { Task ret; runTask({ ret = runWorkerTaskH!method(object, args); }).join(); return ret; } assert(caller != Task.init, "runWorkderTaskH can currently only be called from within a task."); static void taskFun(Task caller, FT func, ARGS args) { PrivateTask callee = Task.getThis(); () @trusted { caller.prioritySendCompat(callee); } (); mixin(callWithMove!ARGS("func", "args")); } runWorkerTask_unsafe(&taskFun, caller, func, args); return cast(Task)receiveOnlyCompat!PrivateTask(); } /// Running a worker task using a function unittest { static void workerFunc(int param) { logInfo("Param: %s", param); } static void test() { runWorkerTask(&workerFunc, 42); runWorkerTask(&workerFunc, cast(ubyte)42); // implicit conversion #719 runWorkerTaskDist(&workerFunc, 42); runWorkerTaskDist(&workerFunc, cast(ubyte)42); // implicit conversion #719 } } /// Running a worker task using a class method unittest { static class Test { void workerMethod(int param) shared { logInfo("Param: %s", param); } } static void test() { auto cls = new shared Test; runWorkerTask!(Test.workerMethod)(cls, 42); runWorkerTask!(Test.workerMethod)(cls, cast(ubyte)42); // #719 runWorkerTaskDist!(Test.workerMethod)(cls, 42); runWorkerTaskDist!(Test.workerMethod)(cls, cast(ubyte)42); // #719 } } /// Running a worker task using a function and communicating with it unittest { static void workerFunc(Task caller) { int counter = 10; while (receiveOnlyCompat!string() == "ping" && --counter) { logInfo("pong"); caller.sendCompat("pong"); } caller.sendCompat("goodbye"); } static void test() { Task callee = runWorkerTaskH(&workerFunc, Task.getThis); do { logInfo("ping"); callee.sendCompat("ping"); } while (receiveOnlyCompat!string() == "pong"); } static void work719(int) {} static void test719() { runWorkerTaskH(&work719, cast(ubyte)42); } } /// Running a worker task using a class method and communicating with it unittest { static class Test { void workerMethod(Task caller) shared { int counter = 10; while (receiveOnlyCompat!string() == "ping" && --counter) { logInfo("pong"); caller.sendCompat("pong"); } caller.sendCompat("goodbye"); } } static void test() { auto cls = new shared Test; Task callee = runWorkerTaskH!(Test.workerMethod)(cls, Task.getThis()); do { logInfo("ping"); callee.sendCompat("ping"); } while (receiveOnlyCompat!string() == "pong"); } static class Class719 { void work(int) shared {} } static void test719() { auto cls = new shared Class719; runWorkerTaskH!(Class719.work)(cls, cast(ubyte)42); } } unittest { // run and join worker task from outside of a task __gshared int i = 0; auto t = runWorkerTaskH({ sleep(5.msecs); i = 1; }); // FIXME: joining between threads not yet supported //t.join(); //assert(i == 1); } private void runWorkerTask_unsafe(CALLABLE, ARGS...)(CALLABLE callable, ref ARGS args) { import std.traits : ParameterTypeTuple; import vibe.internal.meta.traits : areConvertibleTo; import vibe.internal.meta.typetuple; alias FARGS = ParameterTypeTuple!CALLABLE; static assert(areConvertibleTo!(Group!ARGS, Group!FARGS), "Cannot convert arguments '"~ARGS.stringof~"' to function arguments '"~FARGS.stringof~"'."); setupWorkerThreads(); auto tfi = makeTaskFuncInfo(callable, args); () @trusted { synchronized (st_threadsMutex) st_workerTasks ~= tfi; st_threadsSignal.emit(); } (); } /** Runs a new asynchronous task in all worker threads concurrently. This function is mainly useful for long-living tasks that distribute their work across all CPU cores. Only function pointers with weakly isolated arguments are allowed to be able to guarantee thread-safety. The number of tasks started is guaranteed to be equal to `workerThreadCount`. */ void runWorkerTaskDist(FT, ARGS...)(FT func, auto ref ARGS args) if (is(typeof(*func) == function)) { foreach (T; ARGS) static assert(isWeaklyIsolated!T, "Argument type "~T.stringof~" is not safe to pass between threads."); runWorkerTaskDist_unsafe(func, args); } /// ditto void runWorkerTaskDist(alias method, T, ARGS...)(shared(T) object, ARGS args) { auto func = &__traits(getMember, object, __traits(identifier, method)); foreach (T; ARGS) static assert(isWeaklyIsolated!T, "Argument type "~T.stringof~" is not safe to pass between threads."); runWorkerTaskDist_unsafe(func, args); } private void runWorkerTaskDist_unsafe(CALLABLE, ARGS...)(ref CALLABLE callable, ref ARGS args) { import std.traits : ParameterTypeTuple; import vibe.internal.meta.traits : areConvertibleTo; import vibe.internal.meta.typetuple; alias FARGS = ParameterTypeTuple!CALLABLE; static assert(areConvertibleTo!(Group!ARGS, Group!FARGS), "Cannot convert arguments '"~ARGS.stringof~"' to function arguments '"~FARGS.stringof~"'."); setupWorkerThreads(); auto tfi = makeTaskFuncInfo(callable, args); synchronized (st_threadsMutex) { foreach (ref ctx; st_threads) if (ctx.isWorker) ctx.taskQueue ~= tfi; } st_threadsSignal.emit(); } private TaskFuncInfo makeTaskFuncInfo(CALLABLE, ARGS...)(ref CALLABLE callable, ref ARGS args) { import std.algorithm : move; import std.traits : hasElaborateAssign; static struct TARGS { ARGS expand; } static assert(CALLABLE.sizeof <= TaskFuncInfo.callable.length); static assert(TARGS.sizeof <= maxTaskParameterSize, "The arguments passed to run(Worker)Task must not exceed "~ maxTaskParameterSize.to!string~" bytes in total size."); static void callDelegate(TaskFuncInfo* tfi) { assert(tfi.func is &callDelegate); // copy original call data to stack CALLABLE c; TARGS args; move(*(cast(CALLABLE*)tfi.callable.ptr), c); move(*(cast(TARGS*)tfi.args.ptr), args); // reset the info tfi.func = null; // make the call mixin(callWithMove!ARGS("c", "args.expand")); } TaskFuncInfo tfi; tfi.func = &callDelegate; static if (hasElaborateAssign!CALLABLE) tfi.initCallable!CALLABLE(); static if (hasElaborateAssign!TARGS) tfi.initArgs!TARGS(); () @trusted { tfi.typedCallable!CALLABLE = callable; foreach (i, A; ARGS) { static if (needsMove!A) args[i].move(tfi.typedArgs!TARGS.expand[i]); else tfi.typedArgs!TARGS.expand[i] = args[i]; } } (); return tfi; } import core.cpuid : threadsPerCPU; /** Sets up the thread pool used for executing worker tasks. This function gives explicit control over the number of worker threads. Note, to have an effect the function must be called before any worker tasks are started. Otherwise the default number of worker threads (`logicalProcessorCount`) will be used automatically. Params: num = The number of worker threads to initialize. Defaults to `logicalProcessorCount`. See_also: `runWorkerTask`, `runWorkerTaskH`, `runWorkerTaskDist` */ public void setupWorkerThreads(uint num = logicalProcessorCount()) @safe { static bool s_workerThreadsStarted = false; if (s_workerThreadsStarted) return; s_workerThreadsStarted = true; () @trusted { synchronized (st_threadsMutex) { if (st_threads.any!(t => t.isWorker)) return; foreach (i; 0 .. num) { auto thr = new Thread(&workerThreadFunc); thr.name = format("Vibe Task Worker #%s", i); st_threads ~= ThreadContext(thr, true); thr.start(); } } } (); } /** Determines the number of logical processors in the system. This number includes virtual cores on hyper-threading enabled CPUs. */ public @property uint logicalProcessorCount() { import std.parallelism : totalCPUs; return totalCPUs; } /** Suspends the execution of the calling task to let other tasks and events be handled. Calling this function in short intervals is recommended if long CPU computations are carried out by a task. It can also be used in conjunction with Signals to implement cross-fiber events with no polling. Throws: May throw an `InterruptException` if `Task.interrupt()` gets called on the calling task. */ void yield() @safe { // throw any deferred exceptions driverCore.processDeferredExceptions(); auto t = CoreTask.getThis(); if (t && t !is CoreTask.ms_coreTask) { assert(!t.m_queue, "Calling yield() when already yielded!?"); if (!t.m_queue) s_yieldedTasks.insertBack(t); scope (exit) assert(t.m_queue is null, "Task not removed from yielders queue after being resumed."); rawYield(); } else { // Let yielded tasks execute () @trusted { driverCore.notifyIdle(); } (); } } /** Yields execution of this task until an event wakes it up again. Beware that the task will starve if no event wakes it up. */ void rawYield() @safe { driverCore.yieldForEvent(); } /** Suspends the execution of the calling task for the specified amount of time. Note that other tasks of the same thread will continue to run during the wait time, in contrast to $(D core.thread.Thread.sleep), which shouldn't be used in vibe.d applications. */ void sleep(Duration timeout) @safe { assert(timeout >= 0.seconds, "Argument to sleep must not be negative."); if (timeout <= 0.seconds) return; auto tm = setTimer(timeout, null); tm.wait(); } /// unittest { import vibe.core.core : sleep; import vibe.core.log : logInfo; import core.time : msecs; void test() { logInfo("Sleeping for half a second..."); sleep(500.msecs); logInfo("Done sleeping."); } } /** Returns a new armed timer. Note that timers can only work if an event loop is running. Passing a `@system` callback is scheduled for deprecation. Use a `@safe` callback instead. Params: timeout = Determines the minimum amount of time that elapses before the timer fires. callback = This delegate will be called when the timer fires periodic = Speficies if the timer fires repeatedly or only once Returns: Returns a Timer object that can be used to identify and modify the timer. See_also: createTimer */ Timer setTimer(Duration timeout, void delegate() @safe callback, bool periodic = false) @safe { auto tm = createTimer(callback); tm.rearm(timeout, periodic); return tm; } /// ditto Timer setTimer(Duration timeout, void delegate() @system callback, bool periodic = false) @system { return setTimer(timeout, () @trusted => callback(), periodic); } /// unittest { void printTime() @safe { import std.datetime; logInfo("The time is: %s", Clock.currTime()); } void test() { import vibe.core.core; // start a periodic timer that prints the time every second setTimer(1.seconds, &printTime, true); } } /** Creates a new timer without arming it. Passing a `@system` callback is scheduled for deprecation. Use a `@safe` callback instead. See_also: setTimer */ Timer createTimer(void delegate() @safe callback) @safe { auto drv = getEventDriver(); return Timer(drv, drv.createTimer(callback)); } /// ditto Timer createTimer(void delegate() @system callback) @system { return createTimer(() @trusted => callback()); } /** Creates an event to wait on an existing file descriptor. The file descriptor usually needs to be a non-blocking socket for this to work. Params: file_descriptor = The Posix file descriptor to watch event_mask = Specifies which events will be listened for event_mode = Specifies event waiting mode Returns: Returns a newly created FileDescriptorEvent associated with the given file descriptor. */ FileDescriptorEvent createFileDescriptorEvent(int file_descriptor, FileDescriptorEvent.Trigger event_mask, FileDescriptorEvent.Mode event_mode = FileDescriptorEvent.Mode.persistent) { auto drv = getEventDriver(); return drv.createFileDescriptorEvent(file_descriptor, event_mask, event_mode); } /** Sets the stack size to use for tasks. The default stack size is set to 512 KiB on 32-bit systems and to 16 MiB on 64-bit systems, which is sufficient for most tasks. Tuning this value can be used to reduce memory usage for large numbers of concurrent tasks or to avoid stack overflows for applications with heavy stack use. Note that this function must be called at initialization time, before any task is started to have an effect. Also note that the stack will initially not consume actual physical memory - it just reserves virtual address space. Only once the stack gets actually filled up with data will physical memory then be reserved page by page. This means that the stack can safely be set to large sizes on 64-bit systems without having to worry about memory usage. */ void setTaskStackSize(size_t sz) { s_taskStackSize = sz; } /** The number of worker threads used for processing worker tasks. Note that this function will cause the worker threads to be started, if they haven't already. See_also: `runWorkerTask`, `runWorkerTaskH`, `runWorkerTaskDist`, `setupWorkerThreads` */ @property size_t workerThreadCount() out(count) { assert(count > 0); } body { setupWorkerThreads(); return st_threads.count!(c => c.isWorker); } /** Disables the signal handlers usually set up by vibe.d. During the first call to `runEventLoop`, vibe.d usually sets up a set of event handlers for SIGINT, SIGTERM and SIGPIPE. Since in some situations this can be undesirable, this function can be called before the first invocation of the event loop to avoid this. Calling this function after `runEventLoop` will have no effect. */ void disableDefaultSignalHandlers() { synchronized (st_threadsMutex) s_disableSignalHandlers = true; } /** Sets the effective user and group ID to the ones configured for privilege lowering. This function is useful for services run as root to give up on the privileges that they only need for initialization (such as listening on ports <= 1024 or opening system log files). Note that this function is called automatically by vibe.d's default main implementation, as well as by `runApplication`. */ void lowerPrivileges(string uname, string gname) @safe { if (!isRoot()) return; if (uname != "" || gname != "") { static bool tryParse(T)(string s, out T n) { import std.conv, std.ascii; if (!isDigit(s[0])) return false; n = parse!T(s); return s.length==0; } int uid = -1, gid = -1; if (uname != "" && !tryParse(uname, uid)) uid = getUID(uname); if (gname != "" && !tryParse(gname, gid)) gid = getGID(gname); setUID(uid, gid); } else logWarn("Vibe was run as root, and no user/group has been specified for privilege lowering. Running with full permissions."); } // ditto void lowerPrivileges() @safe { lowerPrivileges(s_privilegeLoweringUserName, s_privilegeLoweringGroupName); } /** Sets a callback that is invoked whenever a task changes its status. This function is useful mostly for implementing debuggers that analyze the life time of tasks, including task switches. Note that the callback will only be called for debug builds. */ void setTaskEventCallback(TaskEventCb func) { debug s_taskEventCallback = func; } /** A version string representing the current vibe.d version */ enum vibeVersionString = "0.8.4-alpha.1"; /** The maximum combined size of all parameters passed to a task delegate See_Also: runTask */ enum maxTaskParameterSize = 128; /** Represents a timer. */ struct Timer { @safe: private { EventDriver m_driver; size_t m_id; debug uint m_magicNumber = 0x4d34f916; } private this(EventDriver driver, size_t id) { m_driver = driver; m_id = id; } this(this) { debug assert(m_magicNumber == 0x4d34f916); if (m_driver) m_driver.acquireTimer(m_id); } ~this() { debug assert(m_magicNumber == 0x4d34f916); if (m_driver && driverCore) m_driver.releaseTimer(m_id); } /// True if the timer is yet to fire. @property bool pending() { return m_driver.isTimerPending(m_id); } /// The internal ID of the timer. @property size_t id() const { return m_id; } bool opCast() const { return m_driver !is null; } /** Resets the timer to the specified timeout */ void rearm(Duration dur, bool periodic = false) in { assert(dur > 0.seconds); } body { m_driver.rearmTimer(m_id, dur, periodic); } /** Resets the timer and avoids any firing. */ void stop() nothrow { m_driver.stopTimer(m_id); } /** Waits until the timer fires. */ void wait() { m_driver.waitTimer(m_id); } } /** Implements a task local storage variable. Task local variables, similar to thread local variables, exist separately in each task. Consequently, they do not need any form of synchronization when accessing them. Note, however, that each TaskLocal variable will increase the memory footprint of any task that uses task local storage. There is also an overhead to access TaskLocal variables, higher than for thread local variables, but generelly still O(1) (since actual storage acquisition is done lazily the first access can require a memory allocation with unknown computational costs). Notice: FiberLocal instances MUST be declared as static/global thread-local variables. Defining them as a temporary/stack variable will cause crashes or data corruption! Examples: --- TaskLocal!string s_myString = "world"; void taskFunc() { assert(s_myString == "world"); s_myString = "hello"; assert(s_myString == "hello"); } shared static this() { // both tasks will get independent storage for s_myString runTask(&taskFunc); runTask(&taskFunc); } --- */ struct TaskLocal(T) { private { size_t m_offset = size_t.max; size_t m_id; T m_initValue; bool m_hasInitValue = false; } this(T init_val) { m_initValue = init_val; m_hasInitValue = true; } @disable this(this); void opAssign(T value) { this.storage = value; } @property ref T storage() { auto fiber = CoreTask.getThis(); // lazily register in FLS storage if (m_offset == size_t.max) { static assert(T.alignof <= 8, "Unsupported alignment for type "~T.stringof); assert(CoreTask.ms_flsFill % 8 == 0, "Misaligned fiber local storage pool."); m_offset = CoreTask.ms_flsFill; m_id = CoreTask.ms_flsCounter++; CoreTask.ms_flsFill += T.sizeof; while (CoreTask.ms_flsFill % 8 != 0) CoreTask.ms_flsFill++; } // make sure the current fiber has enough FLS storage if (fiber.m_fls.length < CoreTask.ms_flsFill) { fiber.m_fls.length = CoreTask.ms_flsFill + 128; fiber.m_flsInit.length = CoreTask.ms_flsCounter + 64; } // return (possibly default initialized) value auto data = fiber.m_fls.ptr[m_offset .. m_offset+T.sizeof]; if (!fiber.m_flsInit[m_id]) { fiber.m_flsInit[m_id] = true; import std.traits : hasElaborateDestructor, hasAliasing; static if (hasElaborateDestructor!T || hasAliasing!T) { void function(void[], size_t) destructor = (void[] fls, size_t offset){ static if (hasElaborateDestructor!T) { auto obj = cast(T*)&fls[offset]; // call the destructor on the object if a custom one is known declared obj.destroy(); } else static if (hasAliasing!T) { // zero the memory to avoid false pointers foreach (size_t i; offset .. offset + T.sizeof) { ubyte* u = cast(ubyte*)&fls[i]; *u = 0; } } }; FLSInfo fls_info; fls_info.fct = destructor; fls_info.offset = m_offset; // make sure flsInfo has enough space if (fiber.ms_flsInfo.length <= m_id) fiber.ms_flsInfo.length = m_id + 64; fiber.ms_flsInfo[m_id] = fls_info; } if (m_hasInitValue) { static if (__traits(compiles, emplace!T(data, m_initValue))) emplace!T(data, m_initValue); else assert(false, "Cannot emplace initialization value for type "~T.stringof); } else emplace!T(data); } return (cast(T[])data)[0]; } alias storage this; } private struct FLSInfo { void function(void[], size_t) fct; size_t offset; void destroy(void[] fls) { fct(fls, offset); } } /** High level state change events for a Task */ enum TaskEvent { preStart, /// Just about to invoke the fiber which starts execution postStart, /// After the fiber has returned for the first time (by yield or exit) start, /// Just about to start execution yield, /// Temporarily paused resume, /// Resumed from a prior yield end, /// Ended normally fail /// Ended with an exception } /**************************************************************************************************/ /* private types */ /**************************************************************************************************/ private class CoreTask : TaskFiber { import std.bitmanip; private { static CoreTask ms_coreTask; CoreTask m_nextInQueue; CoreTaskQueue* m_queue; TaskFuncInfo m_taskFunc; Exception m_exception; Task[] m_yielders; // task local storage static FLSInfo[] ms_flsInfo; static size_t ms_flsFill = 0; // thread-local static size_t ms_flsCounter = 0; BitArray m_flsInit; void[] m_fls; } static CoreTask getThis() @safe nothrow { auto f = () @trusted nothrow { return Fiber.getThis(); } (); if (f) return cast(CoreTask)f; if (!ms_coreTask) ms_coreTask = new CoreTask; return ms_coreTask; } this() @trusted nothrow { super(&run, s_taskStackSize); } // expose Fiber.state as @safe on older DMD versions static if (!__traits(compiles, () @safe { return Fiber.init.state; } ())) @property State state() @trusted const nothrow { return super.state; } @property size_t taskCounter() const { return m_taskCounter; } private void run() { version (VibeDebugCatchAll) alias UncaughtException = Throwable; else alias UncaughtException = Exception; try { while(true){ while (!m_taskFunc.func) { try { Fiber.yield(); } catch( Exception e ){ logWarn("CoreTaskFiber was resumed with exception but without active task!"); logDiagnostic("Full error: %s", e.toString().sanitize()); } } auto task = m_taskFunc; m_taskFunc = TaskFuncInfo.init; Task handle = this.task; try { m_running = true; scope(exit) m_running = false; static import std.concurrency; std.concurrency.thisTid; // force creation of a new Tid debug if (s_taskEventCallback) s_taskEventCallback(TaskEvent.start, handle); if (!s_eventLoopRunning) { logTrace("Event loop not running at task start - yielding."); .yield(); logTrace("Initial resume of task."); } task.func(&task); debug if (s_taskEventCallback) s_taskEventCallback(TaskEvent.end, handle); } catch( Exception e ){ debug if (s_taskEventCallback) s_taskEventCallback(TaskEvent.fail, handle); import std.encoding; logCritical("Task terminated with uncaught exception: %s", e.msg); logDebug("Full error: %s", e.toString().sanitize()); } this.tidInfo.ident = Tid.init; // reset Tid // check for any unhandled deferred exceptions if (m_exception !is null) { if (cast(InterruptException)m_exception) { logDebug("InterruptException not handled by task before exit."); } else { logCritical("Deferred exception not handled by task before exit: %s", m_exception.msg); logDebug("Full error: %s", m_exception.toString().sanitize()); } } foreach (t; m_yielders) s_yieldedTasks.insertBack(cast(CoreTask)t.fiber); m_yielders.length = 0; // make sure that the task does not get left behind in the yielder queue if terminated during yield() if (m_queue) { s_core.resumeYieldedTasks(); assert(m_queue is null, "Still in yielder queue at the end of task after resuming all yielders!?"); } // zero the fls initialization ByteArray for memory safety foreach (size_t i, ref bool b; m_flsInit) { if (b) { if (ms_flsInfo !is null && ms_flsInfo.length >= i && ms_flsInfo[i] != FLSInfo.init) ms_flsInfo[i].destroy(m_fls); b = false; } } // make the fiber available for the next task if (s_availableFibers.full) s_availableFibers.capacity = 2 * s_availableFibers.capacity; // clear the message queue for the next task messageQueue.clear(); s_availableFibers.put(this); } } catch (UncaughtException th) { logCritical("CoreTaskFiber was terminated unexpectedly: %s", th.msg); logDiagnostic("Full error: %s", th.toString().sanitize()); s_fiberCount--; } } override void join() { auto caller = Task.getThis(); if (!m_running) return; if (caller != Task.init) { assert(caller.fiber !is this, "A task cannot join itself."); assert(caller.thread is this.thread, "Joining tasks in foreign threads is currently not supported."); m_yielders ~= caller; } else assert(() @trusted { return Thread.getThis(); } () is this.thread, "Joining tasks in different threads is not yet supported."); auto run_count = m_taskCounter; if (caller == Task.init) () @trusted { return s_core; } ().resumeYieldedTasks(); // let the task continue (it must be yielded currently) while (m_running && run_count == m_taskCounter) rawYield(); } override void interrupt() { auto caller = Task.getThis(); if (caller != Task.init) { assert(caller != this.task, "A task cannot interrupt itself."); assert(caller.thread is this.thread, "Interrupting tasks in different threads is not yet supported."); } else assert(Thread.getThis() is this.thread, "Interrupting tasks in different threads is not yet supported."); s_core.yieldAndResumeTask(this.task, new InterruptException); } override void terminate() { assert(false, "Not implemented"); } } private class VibeDriverCore : DriverCore { @safe: private { Duration m_gcCollectTimeout; Timer m_gcTimer; bool m_ignoreIdleForGC = false; Exception m_eventException; } private void setupGcTimer() { m_gcTimer = createTimer(&collectGarbage); m_gcCollectTimeout = dur!"seconds"(2); } @property void eventException(Exception e) { m_eventException = e; } void yieldForEventDeferThrow() @safe nothrow { yieldForEventDeferThrow(Task.getThis()); } void processDeferredExceptions() @safe { processDeferredExceptions(Task.getThis()); } void yieldForEvent() @safe { auto task = Task.getThis(); processDeferredExceptions(task); yieldForEventDeferThrow(task); processDeferredExceptions(task); } void resumeTask(Task task, Exception event_exception = null) @safe nothrow { assert(Task.getThis() == Task.init, "Calling resumeTask from another task."); resumeTask(task, event_exception, false); } void yieldAndResumeTask(Task task, Exception event_exception = null) @safe { auto thisct = CoreTask.getThis(); if (thisct is null || thisct is CoreTask.ms_coreTask) { resumeTask(task, event_exception); return; } auto otherct = cast(CoreTask)task.fiber; assert(!thisct || otherct.thread is thisct.thread, "Resuming task in foreign thread."); assert(() @trusted { return otherct.state; } () == Fiber.State.HOLD, "Resuming fiber that is not on HOLD."); if (event_exception) otherct.m_exception = event_exception; if (!otherct.m_queue) s_yieldedTasks.insertBack(otherct); yield(); } void resumeTask(Task task, Exception event_exception, bool initial_resume) @safe nothrow { assert(initial_resume || task.running, "Resuming terminated task."); resumeCoreTask(cast(CoreTask)task.fiber, event_exception); } void resumeCoreTask(CoreTask ctask, Exception event_exception = null) nothrow @safe { assert(ctask.thread is () @trusted { return Thread.getThis(); } (), "Resuming task in foreign thread."); assert(() @trusted nothrow { return ctask.state; } () == Fiber.State.HOLD, "Resuming fiber that is not on HOLD"); if (event_exception) { extrap(); assert(!ctask.m_exception, "Resuming task with exception that is already scheduled to be resumed with exception."); ctask.m_exception = event_exception; } // do nothing if the task is aready scheduled to be resumed if (ctask.m_queue) return; try () @trusted { ctask.call!(Fiber.Rethrow.yes)(); } (); catch (Exception e) { extrap(); assert(() @trusted nothrow { return ctask.state; } () == Fiber.State.TERM); logError("Task terminated with unhandled exception: %s", e.msg); logDebug("Full error: %s", () @trusted { return e.toString().sanitize; } ()); } } void notifyIdle() { bool again = !getExitFlag(); while (again) { if (s_idleHandler) again = s_idleHandler(); else again = false; resumeYieldedTasks(); again = (again || !s_yieldedTasks.empty) && !getExitFlag(); if (again && !getEventDriver().processEvents()) { logDebug("Setting exit flag due to driver signalling exit"); s_exitEventLoop = true; return; } } if (!s_yieldedTasks.empty) logDebug("Exiting from idle processing although there are still yielded tasks (exit=%s)", getExitFlag()); if (() @trusted { return Thread.getThis() is st_mainThread; } ()) { if (!m_ignoreIdleForGC && m_gcTimer) { m_gcTimer.rearm(m_gcCollectTimeout); } else m_ignoreIdleForGC = false; } } bool isScheduledForResume(Task t) { if (t == Task.init) return false; if (!t.running) return false; auto cf = cast(CoreTask)t.fiber; return cf.m_queue !is null; } private void resumeYieldedTasks() nothrow @safe { for (auto limit = s_yieldedTasks.length; limit > 0 && !s_yieldedTasks.empty; limit--) { auto tf = s_yieldedTasks.front; s_yieldedTasks.popFront(); if (tf.state == Fiber.State.HOLD) resumeCoreTask(tf); } } private void yieldForEventDeferThrow(Task task) @safe nothrow { if (task != Task.init) { debug if (s_taskEventCallback) () @trusted { s_taskEventCallback(TaskEvent.yield, task); } (); () @trusted { task.fiber.yield(); } (); debug if (s_taskEventCallback) () @trusted { s_taskEventCallback(TaskEvent.resume, task); } (); // leave fiber.m_exception untouched, so that it gets thrown on the next yieldForEvent call } else { assert(!s_eventLoopRunning, "Event processing outside of a fiber should only happen before the event loop is running!?"); m_eventException = null; () @trusted nothrow { resumeYieldedTasks(); } (); // let tasks that yielded because they were started outside of an event loop try if (auto err = () @trusted { return getEventDriver().runEventLoopOnce(); } ()) { logError("Error running event loop: %d", err); assert(err != 1, "No events registered, exiting event loop."); assert(false, "Error waiting for events."); } catch (Exception e) { assert(false, "Driver.runEventLoopOnce() threw: "~e.msg); } // leave m_eventException untouched, so that it gets thrown on the next yieldForEvent call } } private void processDeferredExceptions(Task task) @safe { if (task != Task.init) { auto fiber = cast(CoreTask)task.fiber; if (auto e = fiber.m_exception) { fiber.m_exception = null; throw e; } } else { if (auto e = m_eventException) { m_eventException = null; throw e; } } } private void collectGarbage() { import core.memory; logTrace("gc idle collect"); () @trusted { GC.collect(); GC.minimize(); } (); m_ignoreIdleForGC = true; } } private struct ThreadContext { Thread thread; bool isWorker; TaskFuncInfo[] taskQueue; this(Thread thr, bool worker) { this.thread = thr; this.isWorker = worker; } } private struct TaskFuncInfo { void function(TaskFuncInfo*) func; void[2*size_t.sizeof] callable; void[maxTaskParameterSize] args; @property ref C typedCallable(C)() @trusted { static assert(C.sizeof <= callable.sizeof); return *cast(C*)callable.ptr; } @property ref A typedArgs(A)() @trusted { static assert(A.sizeof <= args.sizeof); return *cast(A*)args.ptr; } void initCallable(C)() @trusted { C cinit; this.callable[0 .. C.sizeof] = cast(void[])(&cinit)[0 .. 1]; } void initArgs(A)() @trusted { A ainit; this.args[0 .. A.sizeof] = cast(void[])(&ainit)[0 .. 1]; } } alias TaskArgsVariant = VariantN!maxTaskParameterSize; /**************************************************************************************************/ /* private functions */ /**************************************************************************************************/ private { static if ((void*).sizeof >= 8) enum defaultTaskStackSize = 16*1024*1024; else enum defaultTaskStackSize = 512*1024; __gshared VibeDriverCore s_core; __gshared size_t s_taskStackSize = defaultTaskStackSize; __gshared core.sync.mutex.Mutex st_threadsMutex; __gshared ManualEvent st_threadsSignal; __gshared Thread st_mainThread; __gshared ThreadContext[] st_threads; __gshared TaskFuncInfo[] st_workerTasks; __gshared Condition st_threadShutdownCondition; __gshared debug TaskEventCb s_taskEventCallback; shared bool st_term = false; bool s_exitEventLoop = false; bool s_eventLoopRunning = false; bool delegate() @safe s_idleHandler; CoreTaskQueue s_yieldedTasks; Variant[string] s_taskLocalStorageGlobal; // for use outside of a task FixedRingBuffer!CoreTask s_availableFibers; size_t s_fiberCount; string s_privilegeLoweringUserName; string s_privilegeLoweringGroupName; __gshared bool s_disableSignalHandlers = false; } private static @property VibeDriverCore driverCore() @trusted nothrow { return s_core; } private bool getExitFlag() @trusted nothrow { return s_exitEventLoop || atomicLoad(st_term); } private void setupSignalHandlers() { __gshared bool s_setup = false; // only initialize in main thread synchronized (st_threadsMutex) { if (s_setup) return; s_setup = true; if (s_disableSignalHandlers) return; logTrace("setup signal handler"); version(Posix){ // support proper shutdown using signals sigset_t sigset; sigemptyset(&sigset); sigaction_t siginfo; siginfo.sa_handler = &onSignal; siginfo.sa_mask = sigset; siginfo.sa_flags = SA_RESTART; sigaction(SIGINT, &siginfo, null); sigaction(SIGTERM, &siginfo, null); siginfo.sa_handler = &onBrokenPipe; sigaction(SIGPIPE, &siginfo, null); } version(Windows){ // WORKAROUND: we don't care about viral @nogc attribute here! import std.traits; signal(SIGABRT, cast(ParameterTypeTuple!signal[1])&onSignal); signal(SIGTERM, cast(ParameterTypeTuple!signal[1])&onSignal); signal(SIGINT, cast(ParameterTypeTuple!signal[1])&onSignal); } } } // per process setup shared static this() { st_mainThread = Thread.getThis(); version(Windows){ version(VibeLibeventDriver) enum need_wsa = true; else version(VibeWin32Driver) enum need_wsa = true; else enum need_wsa = false; static if (need_wsa) { logTrace("init winsock"); // initialize WinSock2 import core.sys.windows.winsock2; WSADATA data; WSAStartup(0x0202, &data); } } // COMPILER BUG: Must be some kind of module constructor order issue: // without this, the stdout/stderr handles are not initialized before // the log module is set up. import std.stdio; File f; f.close(); initializeLogModule(); logTrace("create driver core"); s_core = new VibeDriverCore; st_threadsMutex = new Mutex; st_threadShutdownCondition = new Condition(st_threadsMutex); auto thisthr = Thread.getThis(); thisthr.name = "Main"; assert(st_threads.length == 0, "Main thread not the first thread!?"); st_threads ~= ThreadContext(thisthr, false); setupDriver(); st_threadsSignal = getEventDriver().createManualEvent(); version(VibeIdleCollect){ logTrace("setup gc"); driverCore.setupGcTimer(); } version (VibeNoDefaultArgs) {} else { readOption("uid|user", &s_privilegeLoweringUserName, "Sets the user name or id used for privilege lowering."); readOption("gid|group", &s_privilegeLoweringGroupName, "Sets the group name or id used for privilege lowering."); } // set up vibe.d compatibility for std.concurrency static import std.concurrency; std.concurrency.scheduler = new VibedScheduler; } shared static ~this() { deleteEventDriver(); size_t tasks_left; synchronized (st_threadsMutex) { if( !st_workerTasks.empty ) tasks_left = st_workerTasks.length; } if (!s_yieldedTasks.empty) tasks_left += s_yieldedTasks.length; if (tasks_left > 0) { logWarn("There were still %d tasks running at exit.", tasks_left); } destroy(s_core); s_core = null; } // per thread setup static this() { /// workaround for: // object.Exception@src/rt/minfo.d(162): Aborting: Cycle detected between modules with ctors/dtors: // vibe.core.core -> vibe.core.drivers.native -> vibe.core.drivers.libasync -> vibe.core.core if (Thread.getThis().isDaemon && Thread.getThis().name == "CmdProcessor") return; assert(s_core !is null); auto thisthr = Thread.getThis(); synchronized (st_threadsMutex) if (!st_threads.any!(c => c.thread is thisthr)) st_threads ~= ThreadContext(thisthr, false); //CoreTask.ms_coreTask = new CoreTask; setupDriver(); } static ~this() { // Issue #1374: Sometimes Druntime for some reason calls `static ~this` after `shared static ~this` if (!s_core) return; version(VibeLibasyncDriver) { import vibe.core.drivers.libasync; if (LibasyncDriver.isControlThread) return; } auto thisthr = Thread.getThis(); bool is_main_thread = false; synchronized (st_threadsMutex) { auto idx = st_threads.countUntil!(c => c.thread is thisthr); // if we are the main thread, wait for all others before terminating is_main_thread = idx == 0; if (is_main_thread) { // we are the main thread, wait for others atomicStore(st_term, true); st_threadsSignal.emit(); // wait for all non-daemon threads to shut down while (st_threads[1 .. $].any!(th => !th.thread.isDaemon)) { logDiagnostic("Main thread still waiting for other threads: %s", st_threads[1 .. $].map!(t => t.thread.name ~ (t.isWorker ? " (worker thread)" : "")).join(", ")); st_threadShutdownCondition.wait(); } logDiagnostic("Main thread exiting"); } assert(idx >= 0, "No more threads registered"); if (idx >= 0) { st_threads[idx] = st_threads[$-1]; st_threads.length--; } } // delay deletion of the main event driver to "~shared static this()" if (!is_main_thread) deleteEventDriver(); st_threadShutdownCondition.notifyAll(); } package void setupDriver() { if (getEventDriver(true) !is null) return; logTrace("create driver"); setupEventDriver(driverCore); logTrace("driver %s created", (cast(Object)getEventDriver()).classinfo.name); } private void workerThreadFunc() nothrow { try { assert(s_core !is null); if (getExitFlag()) return; logDebug("entering worker thread"); runTask(toDelegate(&handleWorkerTasks)); logDebug("running event loop"); if (!getExitFlag()) runEventLoop(); logDebug("Worker thread exit."); } catch (Exception e) { scope (failure) abort(); logFatal("Worker thread terminated due to uncaught exception: %s", e.msg); logDebug("Full error: %s", e.toString().sanitize()); } catch (Throwable th) { scope (exit) abort(); logFatal("Worker thread terminated due to uncaught error: %s (%s)", th.msg); logFatal("Error type: %s", th.classinfo.name); logDebug("Full error: %s", th.toString().sanitize()); } } private void handleWorkerTasks() { logDebug("worker thread enter"); auto thisthr = Thread.getThis(); logDebug("worker thread loop enter"); while(true){ auto emit_count = st_threadsSignal.emitCount; TaskFuncInfo task; synchronized (st_threadsMutex) { auto idx = st_threads.countUntil!(c => c.thread is thisthr); assert(idx >= 0); logDebug("worker thread check"); if (getExitFlag()) { if (st_threads[idx].taskQueue.length > 0) logWarn("Worker thread shuts down with specific worker tasks left in its queue."); if (st_threads.count!(c => c.isWorker) == 1 && st_workerTasks.length > 0) logWarn("Worker threads shut down with worker tasks still left in the queue."); break; } if (!st_workerTasks.empty) { logDebug("worker thread got task"); task = st_workerTasks.front; st_workerTasks.popFront(); } else if (!st_threads[idx].taskQueue.empty) { logDebug("worker thread got specific task"); task = st_threads[idx].taskQueue.front; st_threads[idx].taskQueue.popFront(); } } if (task.func !is null) runTask_internal(task); else emit_count = st_threadsSignal.wait(emit_count); } logDebug("worker thread exit"); getEventDriver().exitEventLoop(); } private void watchExitFlag() { auto emit_count = st_threadsSignal.emitCount; while (true) { synchronized (st_threadsMutex) { if (getExitFlag()) break; } emit_count = st_threadsSignal.wait(emit_count); } logDebug("main thread exit"); getEventDriver().exitEventLoop(); } private extern(C) void extrap() @safe nothrow { logTrace("exception trap"); } private extern(C) void onSignal(int signal) nothrow { atomicStore(st_term, true); try st_threadsSignal.emit(); catch (Throwable) {} logInfo("Received signal %d. Shutting down.", signal); } private extern(C) void onBrokenPipe(int signal) nothrow { logTrace("Broken pipe."); } version(Posix) { private bool isRoot() @safe { return geteuid() == 0; } private void setUID(int uid, int gid) @safe { logInfo("Lowering privileges to uid=%d, gid=%d...", uid, gid); if (gid >= 0) { enforce(() @trusted { return getgrgid(gid); }() !is null, "Invalid group id!"); enforce(setegid(gid) == 0, "Error setting group id!"); } //if( initgroups(const char *user, gid_t group); if (uid >= 0) { enforce(() @trusted { return getpwuid(uid); }() !is null, "Invalid user id!"); enforce(seteuid(uid) == 0, "Error setting user id!"); } } private int getUID(string name) @safe { auto pw = () @trusted { return getpwnam(name.toStringz()); }(); enforce(pw !is null, "Unknown user name: "~name); return pw.pw_uid; } private int getGID(string name) @safe { auto gr = () @trusted { return getgrnam(name.toStringz()); }(); enforce(gr !is null, "Unknown group name: "~name); return gr.gr_gid; } } else version(Windows){ private bool isRoot() @safe { return false; } private void setUID(int uid, int gid) @safe { enforce(false, "UID/GID not supported on Windows."); } private int getUID(string name) @safe { enforce(false, "Privilege lowering not supported on Windows."); assert(false); } private int getGID(string name) @safe { enforce(false, "Privilege lowering not supported on Windows."); assert(false); } } private struct CoreTaskQueue { @safe nothrow: CoreTask first, last; size_t length; @disable this(this); @property bool empty() const { return first is null; } @property CoreTask front() { return first; } void insertBack(CoreTask task) { assert(task.m_queue == null, "Task is already scheduled to be resumed!"); assert(task.m_nextInQueue is null, "Task has m_nextInQueue set without being in a queue!?"); task.m_queue = &this; if (empty) first = task; else last.m_nextInQueue = task; last = task; length++; } void popFront() { if (first is last) last = null; assert(first && first.m_queue == &this); auto next = first.m_nextInQueue; first.m_nextInQueue = null; first.m_queue = null; first = next; length--; } } // mixin string helper to call a function with arguments that potentially have // to be moved private string callWithMove(ARGS...)(string func, string args) { import std.string; string ret = func ~ "("; foreach (i, T; ARGS) { if (i > 0) ret ~= ", "; ret ~= format("%s[%s]", args, i); static if (needsMove!T) ret ~= ".move"; } return ret ~ ");"; } private template needsMove(T) { template isCopyable(T) { enum isCopyable = __traits(compiles, (T a) { return a; }); } template isMoveable(T) { enum isMoveable = __traits(compiles, (T a) { return a.move; }); } enum needsMove = !isCopyable!T; static assert(isCopyable!T || isMoveable!T, "Non-copyable type "~T.stringof~" must be movable with a .move property."); } unittest { enum E { a, move } static struct S { @disable this(this); @property S move() { return S.init; } } static struct T { @property T move() { return T.init; } } static struct U { } static struct V { @disable this(); @disable this(this); @property V move() { return V.init; } } static struct W { @disable this(); } static assert(needsMove!S); static assert(!needsMove!int); static assert(!needsMove!string); static assert(!needsMove!E); static assert(!needsMove!T); static assert(!needsMove!U); static assert(needsMove!V); static assert(!needsMove!W); } // DMD currently has no option to set merging of coverage files at compile-time // This needs to be done via a Druntime API // As this option is solely for Vibed's internal testsuite, it's hidden behind // a long version version(VibedSetCoverageMerge) shared static this() { import core.runtime : dmd_coverSetMerge; dmd_coverSetMerge(true); }
D
/***************************************************************************** * * Higgs JavaScript Virtual Machine * * This file is part of the Higgs project. The project is distributed at: * https://github.com/maximecb/Higgs * * Copyright (c) 2012-2014, Maxime Chevalier-Boisvert. All rights reserved. * * This software is licensed under the following license (Modified BSD * License): * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote * products derived from this software without specific prior written * permission. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * *****************************************************************************/ module stats; import core.sys.posix.sys.resource; import std.stdio; import std.datetime; import std.string; import std.array; import std.stdint; import std.conv; import std.typecons; import std.algorithm; import options; /// Total size of the machine code generated (in bytes) ulong genCodeSize = 0; /// Number of blocks for which there are compiled versions ulong numBlocks = 0; /// Number of block versions compiled ulong numVersions = 0; /// Maximum number of versions compiled for a block ulong maxVersions = 0; /// Number of blocks with specific version counts ulong[ulong] numVerBlocks; /// Number of edge phi/value moves //ulong numMoves = 0; /// Number of property index requests ulong numMapPropIdx = 0; /// Number of property cache misses ulong numMapPropMisses = 0; /// Number of slow property lookups ulong numMapPropSlow = 0; /// Number of heap allocations ulong numHeapAllocs = 0; /// Number of dynamic calls ulong numCall = 0; /// Number of primitive calls by primitive name private ulong* numPrimCalls[string]; /// Number of type tests executed by test kind private ulong* numTypeTests[string]; /// Get a pointer to the counter variable associated with a primitive ulong* getPrimCallCtr(string primName) { // If there is no counter for this primitive, allocate one if (primName !in numPrimCalls) numPrimCalls[primName] = new ulong; // Return the counter for this primitive return numPrimCalls[primName]; } /// Get a pointer to the counter variable associated with a type test ulong* getTypeTestCtr(string testOp) { // If there is no counter for this op, allocate one if (testOp !in numTypeTests) numTypeTests[testOp] = new ulong; // Return the counter for this test op return numTypeTests[testOp]; } /// Total compilation time in microseconds private ulong compTimeUsecs = 0; /// Total execution time in microseconds private ulong execTimeUsecs = 0; /// Total garbage collection time in microseconds private ulong gcTimeUsecs = 0; /// Compilation timer start private ulong compStartUsecs = 0; /// Execution timer start private ulong execStartUsecs = 0; /// Garbage collection timer start private ulong gcStartUsecs = 0; /// Get the current process time in microseconds ulong getTimeUsecs() { return Clock.currAppTick().usecs(); /* // User CPU time rusage usage; getrusage(RUSAGE_SELF, &usage); return (usage.ru_utime.tv_sec * 1000000) + usage.ru_utime.tv_usec; */ } /// Start recording compilation time void compTimeStart() { assert (compStartUsecs is 0, "comp timer already started"); assert (execStartUsecs is 0, "exec timer ongoing"); compStartUsecs = getTimeUsecs(); } /// Stop recording compilation time void compTimeStop() { assert (compStartUsecs !is 0); auto compEndUsecs = getTimeUsecs(); compTimeUsecs += compEndUsecs - compStartUsecs; compStartUsecs = 0; } /// Start recording execution time void execTimeStart() { assert (execStartUsecs is 0, "exec timer already started"); assert (compStartUsecs is 0, "comp timer ongoing"); execStartUsecs = getTimeUsecs(); } /// Stop recording execution time void execTimeStop() { assert (execStartUsecs !is 0); auto execEndUsecs = getTimeUsecs(); execTimeUsecs += execEndUsecs - execStartUsecs; execStartUsecs = 0; } /// Check if the execution time is being recorded bool execTimeStarted() { return execStartUsecs != 0; } /// Start recording garbage collection time void gcTimeStart() { assert (gcStartUsecs is 0, "gc timer already started"); gcStartUsecs = getTimeUsecs(); } /// Stop recording garbage collection time void gcTimeStop() { assert (gcStartUsecs !is 0); auto gcEndUsecs = getTimeUsecs(); gcTimeUsecs += gcEndUsecs - gcStartUsecs; gcStartUsecs = 0; } /// Static module constructor static this() { // Pre-register type test counters getTypeTestCtr("is_i32"); getTypeTestCtr("is_i64"); getTypeTestCtr("is_f64"); getTypeTestCtr("is_const"); getTypeTestCtr("is_refptr"); getTypeTestCtr("is_rawptr"); } /// Static module destructor, log the accumulated stats static ~this() { if (opts.stats || opts.perf_stats) { writeln(); writefln("comp time (ms): %s", compTimeUsecs / 1000); writefln("exec time (ms): %s", execTimeUsecs / 1000); writefln("gc time (ms): %s", gcTimeUsecs / 1000); writefln("total time (ms): %s", (compTimeUsecs + execTimeUsecs) / 1000); writefln("code size (bytes): %s", genCodeSize); } if (opts.stats) { writefln("num blocks: %s", numBlocks); writefln("num versions: %s", numVersions); writefln("max versions: %s", maxVersions); //writefln("num moves: %s", numMoves); writefln("num map_prop_idx: %s", numMapPropIdx); writefln("num prop cache misses: %s", numMapPropMisses); writefln("num prop slow lookups: %s", numMapPropSlow); writefln("num heap allocs: %s", numHeapAllocs); writefln("num call: %s", numCall); alias Tuple!(string, "name", ulong, "cnt") PrimCallCnt; PrimCallCnt[] primCallCnts; foreach (name, pCtr; numPrimCalls) primCallCnts ~= PrimCallCnt(name, *pCtr); primCallCnts.sort!"a.cnt > b.cnt"; ulong totalPrimCalls = 0; foreach (pair; primCallCnts) { writefln("%s: %s", pair.name, pair.cnt); totalPrimCalls += pair.cnt; } writefln("total prim calls: %s", totalPrimCalls); alias Tuple!(string, "test", ulong, "cnt") TypeTestCnt; TypeTestCnt[] typeTestCnts; foreach (test, pCtr; numTypeTests) typeTestCnts ~= TypeTestCnt(test, *pCtr); typeTestCnts.sort!"a.cnt > b.cnt"; ulong totalTypeTests = 0; foreach (pair; typeTestCnts) { writefln("%s: %s", pair.test, pair.cnt); totalTypeTests += pair.cnt; } writefln("total type tests: %s", totalTypeTests); for (size_t numVers = 1; numVers <= min(opts.jit_maxvers, 10); numVers++) { auto blockCount = numVerBlocks.get(numVers, 0); writefln("%s versions: %s", numVers, blockCount); } } if (opts.stats || opts.perf_stats) { version (linux) { rusage usage; getrusage(RUSAGE_SELF, &usage); writefln("page reclaims: %d", usage.ru_minflt); writefln("page faults: %s", usage.ru_majflt); writefln("voluntary context sw: %s", usage.ru_nvcsw); writefln("involuntary context sw: %s", usage.ru_nivcsw); } } }
D
// REQUIRED_ARGS: -betterC // POST_SCRIPT: runnable/extra-files/test17868-postscript.sh import core.stdc.stdio; extern(C): pragma(crt_constructor) void init() { puts("init"); } pragma(crt_destructor) void fini2() { puts("fini"); } pragma(crt_constructor) void foo() { puts("init"); } pragma(crt_destructor) void bar() { puts("fini"); } int main() { puts("main"); return 0; }
D
module wx.StaticLine; public import wx.common; public import wx.Control; //--------------------------------------------------------------------- extern(D) class СтатическаяСтрока : Контрол { enum { ГОРИЗОНТАЛЬНАЯ = ПОриентация.Горизонталь, ВЕРТИКАЛЬНАЯ = ПОриентация.Вертикаль, } public const ткст СтрИмениСтатическойСтроки = "СтатическаяСтрока"; //--------------------------------------------------------------------- public this(ЦелУкз вхобъ); public this(); public this(Окно родитель, цел ид, Точка поз = ДЕФПОЗ, Размер размер = ДЕФРАЗМ, цел стиль = ГОРИЗОНТАЛЬНАЯ, ткст имя = СтрИмениСтатическойСтроки); //public static ВизОбъект Нов(ЦелУкз вхобъ); public this(Окно родитель, Точка поз = ДЕФПОЗ, Размер размер = ДЕФРАЗМ, цел стиль = ГОРИЗОНТАЛЬНАЯ, ткст имя = СтрИмениСтатическойСтроки); public бул создай(Окно родитель, цел ид, inout Точка поз, inout Размер размер, цел стиль, ткст имя); public бул вертикален(); public цел дефРазмер(); }
D
module game_over; import std.variant; import game; import content; import graphics; import collections; import types; import util.strings; import math; import types; import achtung_game_data; static places = ["first","second","third","fourth","fifth"]; struct PlayerRenderData { char[50] name; uint nameLength; Color color; uint score; } class GameOverGameState : IGameState { AchtungGameData agd; List!PlayerRenderData players; FontID titleFont; FontID font; float elapsed; float interval; this(A)(ref A allocator, AchtungGameData agd, float interval) { this.players = List!PlayerRenderData(allocator, 5); this.agd = agd; this.interval = interval; this.titleFont = FontManager.load("fonts\\Blocked72.fnt"); this.font = FontManager.load("fonts\\Megaman24.fnt"); } void enter() { import std.algorithm; this.elapsed = 0; sort!("a.score > b.score")(this.agd.data.buffer[0 .. agd.data.length]); foreach(i;0..min(5,agd.data.length)) { auto player = Game.players.find!(x => x.id == agd.data[i].playerId)[0]; auto prd = PlayerRenderData(); prd.name[0..player.name.length] = player.name[]; prd.nameLength = player.name.length; prd.color = agd.data[i].color; prd.score = agd.data[i].score; players ~= prd; } foreach(i, player ; agd.data) { import network.message; Game.server.sendMessage(player.playerId, PositionMessage(cast(short)(i + 1))); } auto sound = Game.content.loadSound("halleluja"); Game.sound.playSound(sound); } void exit() { players.clear(); } void update() { elapsed += Time.delta; if(elapsed >= interval) { Game.transitionTo("MainMenu"); } } void render() { import std.algorithm; gl.clear(ClearFlags.color); enum offset = 50f; enum gameOverString = "GAME OVER"; auto size = titleFont.measure(gameOverString); auto pos = float2(Game.window.size.x/2, Game.window.size.y - offset); Game.renderer.addText(titleFont, gameOverString, pos, Color.blue, float2.one, float2(size.x/2,0)); renderPlayerScores(offset + size.y + 100); } void renderPlayerScores(float offset) { char[128] buffer = void; float longestNameWidth = 0f; float longestScoreWidth = 0f; foreach(playerData; players) { auto size = font.measure(playerData.name[0..playerData.nameLength]); if(longestNameWidth<size.x) longestNameWidth = size.x; size = font.measure(text(buffer, playerData.score)); if(longestScoreWidth<size.x) longestScoreWidth = size.x; } foreach(i, playerData; players) { auto str = text(buffer, playerData.name[0..playerData.nameLength]); auto size = font.measure(str); auto height = Game.window.size.y - offset - 75 * i; auto pos = float2(Game.window.size.x/2 + longestNameWidth/2, height); Game.renderer.addText(font, str, pos, playerData.color, float2.one, float2(size.x,0)); str = text(buffer, i+1, ". "); size = font.measure(str); pos = float2(Game.window.size.x/2 - longestNameWidth/2 - font.measure(" ").x, height); Game.renderer.addText(font, str, pos, playerData.color, float2.one, float2(size.x,0)); str = text(buffer, playerData.score); size = font.measure(str); pos = float2(Game.window.size.x/2 + longestNameWidth/2 + longestScoreWidth + font.measure(" ").x, height); Game.renderer.addText(font, str, pos, playerData.color, float2.one, float2(size.x,0)); } } }
D
/Users/oyo02699/apps/easycrm/easycrm-api/target/rls/debug/deps/fsevent_sys-551fa341ae3134bb.rmeta: /Users/oyo02699/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/fsevent-sys-2.0.1/src/lib.rs /Users/oyo02699/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/fsevent-sys-2.0.1/src/core_foundation.rs /Users/oyo02699/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/fsevent-sys-2.0.1/src/fsevent.rs /Users/oyo02699/apps/easycrm/easycrm-api/target/rls/debug/deps/fsevent_sys-551fa341ae3134bb.d: /Users/oyo02699/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/fsevent-sys-2.0.1/src/lib.rs /Users/oyo02699/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/fsevent-sys-2.0.1/src/core_foundation.rs /Users/oyo02699/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/fsevent-sys-2.0.1/src/fsevent.rs /Users/oyo02699/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/fsevent-sys-2.0.1/src/lib.rs: /Users/oyo02699/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/fsevent-sys-2.0.1/src/core_foundation.rs: /Users/oyo02699/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/fsevent-sys-2.0.1/src/fsevent.rs:
D
Attendance Britain February Negroes Wednesday absence abundance accede accelerate accept accidentally accommodate accompanied accumulate accumulator accuracy accuse achieved achievement acknowledgment acquaint acquainted acquire acquitted across address adequate adjacent adolescence advice advise aggravate aisle all right allot allotted already altogether always amateur among amount analysis analyze annual antecede antecedent anxiety apparent appearance appropriate approximately arctic argument around arrangement article association athlete audience auxiliary available awkward bachelor barbarian barbarous barren basically beautiful becoming beggar beginning believe believed beneficial benefited biscuit blameable is ok born borne boundary break breath breathe brilliant broke bulletin buried business cafeteria caffeine calendar candidate career carriage carrying category cede ceiling cemetery certain changeable changing characteristic chauffeur chose chosen cie i before e except after c clothes coarse codeine coercible collapsible collectable also collectible is ok colonel column combustible comfortable coming commercial commit commitment committed committee comparative comparatively comparison compatible compel compelled competent competition competitive completely compressible compulsion concede conceivable conceive conception condensable also condensible is ok conductible is ok confident conquer conqueror conscience conscientious conscious constructible contemptible contingency continually contractible si ok controversy controvertible convenient conversable is ok convertible coolly copies corrodible corruptible counterfeit course courteous courtesy criticism cruelty curiosity cylinder dateable is ok dealt deceit deceive deception decide decided decision deducible deductible defer deference deferrable is ok deferred definite definition dependent depressible descent describe description desirable despair desperate destroy develop device devisable is ok devise dictionary difference different diffusible digestible dilemma diphtheria dirigible is ok disappear disappeared disappoint disappointed disastrous discernible discipline discrimination discuss discussible is ok discussion disease dislikeable is ok dispersible dissatisfied dissatisfy dissipate dissipation distribute divided divine division doesn't dominant dormitories drought drudgery dual duel dying ecstasy edible educible is ok efficiency efficient eight eighth either eligible eliminate eliminated embarrass embarrassed eminent emphasize endeavor enemy enforce entertain environment equip equipment equipped equivalent erodible erroneous eruptible is ok especially evincible is ok exaggerate exceed excel excellent except excitement excludible also excludable exercise exhaust exhausted exhaustible exhilaration exigency existence experience explain explanation expressible extendible extractible also extractible extraordinary extreme familiar fantasy fascinate fascinating feign fictitious fiery finally financial financier forcible forehead foreign foremost forfeit formally formerly forth forty fourth fraternity freight fulfill fungible furniture fusible gaiety generally genius ghost government grammar grandeur grief grievance grievous guard guidance gullable also gullible is ok handkerchief handle handled hangar heifer height heir heroine hesitancy hesitate hierarchy hindrance hoping horrible huge humorous hurriedly hygiene hypocrisy ignitible also ignitable imaginary imagination imitation immediately imminent impressible incidence incidentally incidents includible incompatible incompressible incorrigible incredible indelible independent indigestible indispensable inducible ineffaceable is ok inevitable influential ingenious ingestible initiative innocence instance instant intellectual intelligence intelligent intelligible intentionally intercede interest interesting interfere interpret interpreted interrupted invertible irrelevant irremeable is ok irresistible irrespirable is ok it's means it is "its" is the possessive form, cannot be used for "it is" itself jealousy kaleidoscope knowledge laboratory laid later latter lead led legitimate leisure leviable is ok liable library license lightning likeable is ok likely literary literature liveable is ok livelihood loneliness loose lose losing loveable is ok luxury machineable is ok magazine maintain maintenance maneuver manual manufacturers manufactures marriage material mathematics mattress meant mechanics medicine melancholy mere messenger mineable is ok miniature minute mischievous misspell misspelled modelling or modeling momentous monotonous moral morale morality mortgage moveable is ok muscle mysterious naive naturally necessary neighbor neither nevertheless nickel niece ninetieth ninety ninth noble noisily noticeable notoriety nowadays nucleus obedience obligation oblige obliged obstacle occasion occasionally occur occurred occurrence off offered omission omit omitted operate opinion opportunity oppose optimistic organization original outrageous pageant paid pamphlet parallel paralyzed parenthesis parentheses parenthetical parliament particle particular particularly partner passed past pastime perfectible perform perhaps permanent permissible perseverance persistent personal personnel persuade phase phenomena phenomenon physically physician picnic picnicking piece playwright pleasant political politician portrayed possess possession possible practically prairie precede precedence precedents preceding predicable is ok predominant prefer preference preferred prejudice preparations prescience prescient prescription presence prestige prevalent preventible also preventable principal principle privilege probably procedure proceed proceeded producible professional professor prominent pronunciation propaganda propeller prophecy protein psychiatrist psychic psychology pursue pursuit quantity quiet quite quitting rateable is ok readily realize really rebel recede receive recognize recommend reducible refer reference referred referring regard region reign rein relative relieve religion religious remembrance repeat repetition representative resemblance reservoir resistance resistible resource response restaurant retrocede reversible revertible is ok revisable is ok rhetoric rhythm rideable is ok ridicule ridiculous righteous roommate sacrifice sacrilegious safety salary saleable is ok satisfactorily scarcely schedule science secede secretary seize semblable is ok sense sensible sentinel separate sergeant severely shapeable is ok shepherd shining shriek siege significance similar sincerely sizeable is ok sleight smokeable is ok soliloquy sophomore source sovereign spareable is ok species specimen speech stateable is ok stationary stationery stein stopped strength strenuous strenuously stretched strictly studying submergible is ok submersible succeed success successful sufficient suffrage suggestible summarize superintendent supersede suppress suppressible surely surprise susceptible suspense syllable symmetry synonym synonymous tameable is ok tangible technique temperament temperature tendency themselves therefore thorough thought till together tournament toward tragedy transfer transferred transferring transfusable is ok transfusible also transfusable tremendous tried tries trouble truly try tuneable is ok twelfth typeable is ok tyranny unanimous undoubtedly unnecessary until unusual usable also useable is ok usage useful usually vacuum valleys valuable varieties vegetable veil vein vendable also vendible is ok vengeance vigilance vigorous villain wadeable is ok warrant weak weather weigh weird whether whole wholly whose worrying writing written yield yoke yolk you're means you are your
D
module modules.user.user; class User { private string _username; private string _email; private string _password; private string _status; string username() const @property { return _username; } public void username( string value ) @property { _username = value; } string email() const @property { return _email; } public void email( string value ) @property { _email = value ; } string password() const @property { return _password; } public void password( string value ) @property { _password = value; } string status() const @property { return _status; } public void status( string value ) @property { _status = value; } this() { // Constructor code } }
D
// Written in the D programming language. /** This app is a demo for most of DlangUI library features. Synopsis: ---- dub run dlangui:example1 ---- Copyright: Vadim Lopatin, 2014 License: Boost License 1.0 Authors: Vadim Lopatin, coolreader.org@gmail.com */ module main; import dlangui; import dlangui.dialogs.dialog; import dlangui.dialogs.filedlg; import dlangui.dialogs.msgbox; import std.stdio; import std.conv; import std.utf; import std.algorithm; import std.path; mixin APP_ENTRY_POINT; Widget createAboutWidget() { LinearLayout res = new VerticalLayout(); res.padding(Rect(10,10,10,10)); res.addChild(new TextWidget(null, "DLangUI demo app"d)); res.addChild(new TextWidget(null, "(C) Vadim Lopatin, 2014"d)); res.addChild(new TextWidget(null, "http://github.com/buggins/dlangui"d)); Button closeButton = new Button("close", "Close"d); closeButton.onClickListener = delegate(Widget src) { Log.i("Closing window"); res.window.close(); return true; }; res.addChild(closeButton); return res; } class TimerTest : HorizontalLayout { ulong timerId; TextWidget _counter; int _value; Button _start; Button _stop; override bool onTimer(ulong id) { _value++; _counter.text = to!dstring(_value); return true; } this() { addChild(new TextWidget(null, "Timer test."d)); _counter = new TextWidget(null, "0"d); _counter.fontSize(32); _start = new Button(null, "Start timer"d); _stop = new Button(null, "Stop timer"d); _stop.enabled = false; _start.onClickListener = delegate(Widget src) { _start.enabled = false; _stop.enabled = true; timerId = setTimer(1000); return true; }; _stop.onClickListener = delegate(Widget src) { _start.enabled = true; _stop.enabled = false; cancelTimer(timerId); return true; }; addChild(_start); addChild(_stop); addChild(_counter); } } class AnimatedDrawable : Drawable { DrawableRef background; this() { background = drawableCache.get("tx_fabric.tiled"); } void drawAnimatedRect(DrawBuf buf, uint p, Rect rc, int speedx, int speedy, int sz) { int x = (p * speedx % rc.width); int y = (p * speedy % rc.height); if (x < 0) x += rc.width; if (y < 0) y += rc.height; uint a = 64 + ((p / 2) & 0x7F); uint r = 128 + ((p / 7) & 0x7F); uint g = 128 + ((p / 5) & 0x7F); uint b = 128 + ((p / 3) & 0x7F); uint color = (a << 24) | (r << 16) | (g << 8) | b; buf.fillRect(Rect(rc.left + x, rc.top + y, rc.left + x + sz, rc.top + y + sz), color); } void drawAnimatedIcon(DrawBuf buf, uint p, Rect rc, int speedx, int speedy, string resourceId) { int x = (p * speedx % rc.width); int y = (p * speedy % rc.height); if (x < 0) x += rc.width; if (y < 0) y += rc.height; DrawBufRef image = drawableCache.getImage(resourceId); buf.drawImage(x, y, image.get); } override void drawTo(DrawBuf buf, Rect rc, uint state = 0, int tilex0 = 0, int tiley0 = 0) { background.drawTo(buf, rc, state, cast(int)(animationProgress / 695430), cast(int)(animationProgress / 1500000)); drawAnimatedRect(buf, cast(uint)(animationProgress / 295430), rc, 2, 3, 100); drawAnimatedRect(buf, cast(uint)(animationProgress / 312400) + 100, rc, 3, 2, 130); drawAnimatedIcon(buf, cast(uint)(animationProgress / 212400) + 200, rc, -2, 1, "dlangui-logo1"); drawAnimatedRect(buf, cast(uint)(animationProgress / 512400) + 300, rc, 2, -2, 200); drawAnimatedRect(buf, cast(uint)(animationProgress / 214230) + 800, rc, 1, 2, 390); drawAnimatedIcon(buf, cast(uint)(animationProgress / 123320) + 900, rc, 1, 2, "cr3_logo"); drawAnimatedRect(buf, cast(uint)(animationProgress / 100000) + 100, rc, -1, -1, 120); } @property override int width() { return 1; } @property override int height() { return 1; } ulong animationProgress; void animate(long interval) { animationProgress += interval; } } class TextEditorWidget : VerticalLayout { EditBox _edit; this(string ID) { super(ID); _edit = new EditBox("editor"); _edit.layoutWidth = FILL_PARENT; _edit.layoutHeight = FILL_PARENT; addChild(_edit); } } class SampleAnimationWidget : VerticalLayout { AnimatedDrawable drawable; DrawableRef drawableRef; this(string ID) { super(ID); drawable = new AnimatedDrawable(); drawableRef = drawable; padding = Rect(20, 20, 20, 20); addChild(new TextWidget(null, "This is TextWidget on top of animated background"d)); addChild(new EditLine(null, "This is EditLine on top of animated background"d)); addChild(new Button(null, "This is Button on top of animated background"d)); addChild(new VSpacer()); } /// background drawable @property override DrawableRef backgroundDrawable() const { return (cast(SampleAnimationWidget)this).drawableRef; } /// returns true is widget is being animated - need to call animate() and redraw @property override bool animating() { return true; } /// animates window; interval is time left from previous draw, in hnsecs (1/10000000 of second) override void animate(long interval) { drawable.animate(interval); invalidate(); } } Widget createEditorSettingsControl(EditWidgetBase editor) { HorizontalLayout res = new HorizontalLayout("editor_options"); res.addChild((new CheckBox("wantTabs", "wantTabs"d)).checked(editor.wantTabs).addOnCheckChangeListener(delegate(Widget, bool checked) { editor.wantTabs = checked; return true;})); res.addChild((new CheckBox("useSpacesForTabs", "useSpacesForTabs"d)).checked(editor.useSpacesForTabs).addOnCheckChangeListener(delegate(Widget, bool checked) { editor.useSpacesForTabs = checked; return true;})); res.addChild((new CheckBox("readOnly", "readOnly"d)).checked(editor.readOnly).addOnCheckChangeListener(delegate(Widget, bool checked) { editor.readOnly = checked; return true;})); res.addChild((new CheckBox("showLineNumbers", "showLineNumbers"d)).checked(editor.showLineNumbers).addOnCheckChangeListener(delegate(Widget, bool checked) { editor.showLineNumbers = checked; return true;})); res.addChild((new CheckBox("fixedFont", "fixedFont"d)).checked(editor.fontFamily == FontFamily.MonoSpace).addOnCheckChangeListener(delegate(Widget, bool checked) { if (checked) editor.fontFamily(FontFamily.MonoSpace).fontFace("Courier New"); else editor.fontFamily(FontFamily.SansSerif).fontFace("Arial"); return true; })); res.addChild((new CheckBox("tabSize", "Tab size 8"d)).checked(editor.tabSize == 8).addOnCheckChangeListener(delegate(Widget, bool checked) { if (checked) editor.tabSize(8); else editor.tabSize(4); return true; })); return res; } enum : int { ACTION_FILE_OPEN = 5500, ACTION_FILE_SAVE, ACTION_FILE_CLOSE, ACTION_FILE_EXIT, } /// entry point for dlangui based application extern (C) int UIAppMain(string[] args) { // resource directory search paths // not required if only embedded resources are used //string[] resourceDirs = [ // appendPath(exePath, "../../../res/"), // for Visual D and DUB builds // appendPath(exePath, "../../../res/mdpi/"), // for Visual D and DUB builds // appendPath(exePath, "../../../../res/"),// for Mono-D builds // appendPath(exePath, "../../../../res/mdpi/"),// for Mono-D builds // appendPath(exePath, "res/"), // when res dir is located at the same directory as executable // appendPath(exePath, "../res/"), // when res dir is located at project directory // appendPath(exePath, "../../res/"), // when res dir is located at the same directory as executable // appendPath(exePath, "res/mdpi/"), // when res dir is located at the same directory as executable // appendPath(exePath, "../res/mdpi/"), // when res dir is located at project directory // appendPath(exePath, "../../res/mdpi/") // when res dir is located at the same directory as executable //]; // setup resource directories - will use only existing directories //Platform.instance.resourceDirs = resourceDirs; // embed resources listed in views/resources.list into executable embeddedResourceList.addResources(embedResourcesFromList!("resources.list")()); //version (USE_OPENGL) { // // you can turn on subpixel font rendering (ClearType) here //FontManager.subpixelRenderingMode = SubpixelRenderingMode.None; // //} else { // you can turn on subpixel font rendering (ClearType) here FontManager.subpixelRenderingMode = SubpixelRenderingMode.BGR; //SubpixelRenderingMode.None; // //} // select translation file - for english language Platform.instance.uiLanguage = "en"; // load theme from file "theme_default.xml" Platform.instance.uiTheme = "theme_default"; // you can override default hinting mode here (Normal, AutoHint, Disabled) FontManager.hintingMode = HintingMode.Normal; // you can override antialiasing setting here (0 means antialiasing always on, some big value = always off) // fonts with size less than specified value will not be antialiased FontManager.minAnitialiasedFontSize = 0; // 0 means always antialiased //version (USE_OPENGL) { // // you can turn on subpixel font rendering (ClearType) here FontManager.subpixelRenderingMode = SubpixelRenderingMode.None; // //} else { // you can turn on subpixel font rendering (ClearType) here //FontManager.subpixelRenderingMode = SubpixelRenderingMode.BGR; //SubpixelRenderingMode.None; // //} // create window Window window = Platform.instance.createWindow("My Window", null, WindowFlag.Resizable, pointsToPixels(600), pointsToPixels(500)); static if (true) { VerticalLayout contentLayout = new VerticalLayout(); TabWidget tabs = new TabWidget("TABS"); //========================================================================= // create main menu MenuItem mainMenuItems = new MenuItem(); MenuItem fileItem = new MenuItem(new Action(1, "MENU_FILE")); fileItem.add(new Action(ACTION_FILE_OPEN, "MENU_FILE_OPEN"c, "document-open", KeyCode.KEY_O, KeyFlag.Control)); fileItem.add(new Action(ACTION_FILE_SAVE, "MENU_FILE_SAVE"c, "document-save", KeyCode.KEY_S, KeyFlag.Control)); MenuItem openRecentItem = new MenuItem(new Action(13, "MENU_FILE_OPEN_RECENT", "document-open-recent")); openRecentItem.add(new Action(100, "&1: File 1"d)); openRecentItem.add(new Action(101, "&2: File 2"d)); openRecentItem.add(new Action(102, "&3: File 3"d)); openRecentItem.add(new Action(103, "&4: File 4"d)); openRecentItem.add(new Action(104, "&5: File 5"d)); fileItem.add(openRecentItem); fileItem.add(new Action(ACTION_FILE_EXIT, "MENU_FILE_EXIT"c, "document-close"c, KeyCode.KEY_X, KeyFlag.Alt)); MenuItem editItem = new MenuItem(new Action(2, "MENU_EDIT")); editItem.add(new Action(EditorActions.Copy, "MENU_EDIT_COPY"c, "edit-copy", KeyCode.KEY_C, KeyFlag.Control)); editItem.add(new Action(EditorActions.Paste, "MENU_EDIT_PASTE"c, "edit-paste", KeyCode.KEY_V, KeyFlag.Control)); editItem.add(new Action(EditorActions.Cut, "MENU_EDIT_CUT"c, "edit-cut", KeyCode.KEY_X, KeyFlag.Control)); editItem.add(new Action(EditorActions.Undo, "MENU_EDIT_UNDO"c, "edit-undo", KeyCode.KEY_Z, KeyFlag.Control)); editItem.add(new Action(EditorActions.Redo, "MENU_EDIT_REDO"c, "edit-redo", KeyCode.KEY_Y, KeyFlag.Control)); editItem.add(new Action(EditorActions.Indent, "MENU_EDIT_INDENT"c, "edit-indent", KeyCode.TAB, 0)); editItem.add(new Action(EditorActions.Unindent, "MENU_EDIT_UNINDENT"c, "edit-unindent", KeyCode.TAB, KeyFlag.Control)); editItem.add(new Action(20, "MENU_EDIT_PREFERENCES")); MenuItem editPopupItem = new MenuItem(null); editPopupItem.add(new Action(EditorActions.Copy, "MENU_EDIT_COPY"c, "edit-copy", KeyCode.KEY_C, KeyFlag.Control)); editPopupItem.add(new Action(EditorActions.Paste, "MENU_EDIT_PASTE"c, "edit-paste", KeyCode.KEY_V, KeyFlag.Control)); editPopupItem.add(new Action(EditorActions.Cut, "MENU_EDIT_CUT"c, "edit-cut", KeyCode.KEY_X, KeyFlag.Control)); editPopupItem.add(new Action(EditorActions.Undo, "MENU_EDIT_UNDO"c, "edit-undo", KeyCode.KEY_Z, KeyFlag.Control)); editPopupItem.add(new Action(EditorActions.Redo, "MENU_EDIT_REDO"c, "edit-redo", KeyCode.KEY_Y, KeyFlag.Control)); editPopupItem.add(new Action(EditorActions.Indent, "MENU_EDIT_INDENT"c, "edit-indent", KeyCode.TAB, 0)); editPopupItem.add(new Action(EditorActions.Unindent, "MENU_EDIT_UNINDENT"c, "edit-unindent", KeyCode.TAB, KeyFlag.Control)); MenuItem viewItem = new MenuItem(new Action(60, "MENU_VIEW")); MenuItem langItem = new MenuItem(new Action(61, "MENU_VIEW_LANGUAGE")); auto onLangChange = delegate (MenuItem item) { if (!item.checked) return false; if (item.id == 611) { // set interface language to english platform.instance.uiLanguage = "en"; } else if (item.id == 612) { // set interface language to russian platform.instance.uiLanguage = "ru"; } return true; }; MenuItem enLang = (new MenuItem(new Action(611, "MENU_VIEW_LANGUAGE_EN"))).type(MenuItemType.Radio).checked(true); MenuItem ruLang = (new MenuItem(new Action(612, "MENU_VIEW_LANGUAGE_RU"))).type(MenuItemType.Radio); enLang.onMenuItemClick = onLangChange; ruLang.onMenuItemClick = onLangChange; langItem.add(enLang); langItem.add(ruLang); viewItem.add(langItem); MenuItem themeItem = new MenuItem(new Action(62, "MENU_VIEW_THEME")); MenuItem theme1 = (new MenuItem(new Action(621, "MENU_VIEW_THEME_DEFAULT"))).type(MenuItemType.Radio).checked(true); MenuItem theme2 = (new MenuItem(new Action(622, "MENU_VIEW_THEME_DARK"))).type(MenuItemType.Radio); MenuItem theme3 = (new MenuItem(new Action(623, "MENU_VIEW_THEME_CUSTOM1"))).type(MenuItemType.Radio); auto onThemeChange = delegate (MenuItem item) { if (!item.checked) return false; if (item.id == 621) { platform.instance.uiTheme = "theme_default"; } else if (item.id == 622) { platform.instance.uiTheme = "theme_dark"; } else if (item.id == 623) { platform.instance.uiTheme = "theme_custom1"; } return true; }; theme1.onMenuItemClick = onThemeChange; theme2.onMenuItemClick = onThemeChange; theme3.onMenuItemClick = onThemeChange; themeItem.add(theme1); themeItem.add(theme2); themeItem.add(theme3); viewItem.add(themeItem); MenuItem windowItem = new MenuItem(new Action(3, "MENU_WINDOW"c)); windowItem.add(new Action(30, "MENU_WINDOW_PREFERENCES")); MenuItem helpItem = new MenuItem(new Action(4, "MENU_HELP"c)); helpItem.add(new Action(40, "MENU_HELP_VIEW_HELP")); MenuItem aboutItem = new MenuItem(new Action(41, "MENU_HELP_ABOUT")); helpItem.add(aboutItem); aboutItem.onMenuItemClick = delegate(MenuItem item) { Window wnd = Platform.instance.createWindow("About...", window, WindowFlag.Modal); wnd.mainWidget = createAboutWidget(); wnd.show(); return true; }; mainMenuItems.add(fileItem); mainMenuItems.add(editItem); mainMenuItems.add(viewItem); mainMenuItems.add(windowItem); mainMenuItems.add(helpItem); MainMenu mainMenu = new MainMenu(mainMenuItems); mainMenu.onMenuItemClickListener = delegate(MenuItem item) { Log.d("mainMenu.onMenuItemListener", item.label); const Action a = item.action; if (a) { if (a.id == ACTION_FILE_EXIT) { window.close(); return true; } else if (a.id == ACTION_FILE_OPEN) { UIString caption; caption = "Open Text File"d; FileDialog dlg = new FileDialog(caption, window, null); dlg.addFilter(FileFilterEntry(UIString("FILTER_ALL_FILES", "All files (*.*)"d), "*.*")); dlg.addFilter(FileFilterEntry(UIString("FILTER_TEXT_FILES", "Text files (*.txt)"d), "*.txt")); dlg.addFilter(FileFilterEntry(UIString("FILTER_SOURCE_FILES", "Source files"d), "*.d;*.dd;*.c;*.cc;*.cpp;*.h;*.hpp")); //dlg.filterIndex = 2; dlg.onDialogResult = delegate(Dialog dlg, const Action result) { if (result.id == ACTION_OPEN.id) { string filename = result.stringParam; if (filename.endsWith(".d") || filename.endsWith(".txt") || filename.endsWith(".cpp") || filename.endsWith(".h") || filename.endsWith(".c") || filename.endsWith(".json") || filename.endsWith(".dd") || filename.endsWith(".ddoc") || filename.endsWith(".xml") || filename.endsWith(".html") || filename.endsWith(".html") || filename.endsWith(".css") || filename.endsWith(".log") || filename.endsWith(".hpp")) { // open source file in tab int index = tabs.tabIndex(filename); if (index >= 0) { // file is already opened in tab tabs.selectTab(index, true); } else { SourceEdit editor = new SourceEdit(filename); if (editor.load(filename)) { tabs.addTab(editor, toUTF32(baseName(filename)), null, true); tabs.selectTab(filename); } else { destroy(editor); window.showMessageBox(UIString("File open error"d), UIString("Cannot open file "d ~ toUTF32(filename))); } } } else { Log.d("FileDialog.onDialogResult: ", result, " param=", result.stringParam); window.showMessageBox(UIString("FileOpen result"d), UIString("Filename: "d ~ toUTF32(filename))); } } }; dlg.show(); return true; } else return contentLayout.dispatchAction(a); } return false; }; contentLayout.addChild(mainMenu); // ========= create tabs =================== tabs.onTabChangedListener = delegate(string newTabId, string oldTabId) { window.windowCaption = tabs.tab(newTabId).text.value ~ " - dlangui example 1"d; }; tabs.layoutWidth(FILL_PARENT).layoutHeight(FILL_PARENT); LinearLayout layout = new LinearLayout("tab1"); layout.addChild((new TextWidget()).textColor(0x00802000).text("Text widget 0")); layout.addChild((new TextWidget()).textColor(0x40FF4000).text("Text widget")); layout.addChild((new Button("BTN1")).textResource("EXIT")); //.textColor(0x40FF4000) layout.addChild(new TimerTest()); static if (true) { LinearLayout hlayout = new HorizontalLayout(); hlayout.layoutWidth(FILL_PARENT); //hlayout.addChild((new Button()).text("<<")); //.textColor(0x40FF4000) hlayout.addChild((new TextWidget()).text("Several").alignment(Align.Center)); hlayout.addChild((new ImageWidget()).drawableId("btn_radio").padding(Rect(5,5,5,5)).alignment(Align.Center)); hlayout.addChild((new TextWidget()).text("items").alignment(Align.Center)); hlayout.addChild((new ImageWidget()).drawableId("btn_check").padding(Rect(5,5,5,5)).alignment(Align.Center)); hlayout.addChild((new TextWidget()).text("in horizontal layout")); hlayout.addChild((new ImageWidget()).drawableId("exit").padding(Rect(5,5,5,5)).alignment(Align.Center)); hlayout.addChild((new EditLine("editline", "Some text to edit"d)).popupMenu(editPopupItem).alignment(Align.Center).layoutWidth(FILL_PARENT)); //hlayout.addChild((new Button()).text(">>")); //.textColor(0x40FF4000) hlayout.backgroundColor = 0x8080C0; layout.addChild(hlayout); LinearLayout vlayoutgroup = new HorizontalLayout(); LinearLayout vlayout = new VerticalLayout(); vlayout.addChild((new TextWidget()).text("VLayout line 1").textColor(0x40FF4000)); // vlayout.addChild((new TextWidget()).text("VLayout line 2").textColor(0x40FF8000)); vlayout.addChild((new TextWidget()).text("VLayout line 2").textColor(0x40008000)); vlayout.addChild(new RadioButton("rb1", "Radio button 1"d)); vlayout.addChild(new RadioButton("rb2", "Radio button 2"d)); vlayout.addChild(new RadioButton("rb3", "Radio button 3"d)); vlayout.layoutWidth(FILL_PARENT); vlayoutgroup.addChild(vlayout); vlayoutgroup.layoutWidth(FILL_PARENT); ScrollBar vsb = new ScrollBar("vscroll", Orientation.Vertical); vlayoutgroup.addChild(vsb); layout.addChild(vlayoutgroup); ScrollBar sb = new ScrollBar("hscroll", Orientation.Horizontal); layout.addChild(sb.layoutHeight(WRAP_CONTENT).layoutWidth(FILL_PARENT)); layout.addChild((new CheckBox("BTN2", "Some checkbox"d))); layout.addChild((new TextWidget()).textColor(0x40FF4000).text("Text widget")); layout.addChild((new ImageWidget()).drawableId("exit").padding(Rect(5,5,5,5))); layout.addChild((new TextWidget()).textColor(0xFF4000).text("Text widget2").padding(Rect(5,5,5,5)).margins(Rect(5,5,5,5)).backgroundColor(0xA0A0A0)); layout.addChild((new RadioButton("BTN3", "Some radio button"d))); layout.addChild((new TextWidget(null, "Text widget3 with very long text"d)).textColor(0x004000)); layout.addChild(new VSpacer()); // vertical spacer to fill extra space layout.childById("BTN1").onClickListener = (delegate (Widget w) { Log.d("onClick ", w.id); return true; }); layout.childById("BTN2").onClickListener = (delegate (Widget w) { Log.d("onClick ", w.id); return true; }); layout.childById("BTN3").onClickListener = (delegate (Widget w) { Log.d("onClick ", w.id); return true; }); } layout.layoutHeight(FILL_PARENT).layoutWidth(FILL_PARENT); tabs.addTab(layout, "Misc"d); static if (true) { // two long lists // left one is list with widgets as items // right one is list with string list adapter HorizontalLayout longLists = new HorizontalLayout("tab2"); longLists.layoutWidth(FILL_PARENT).layoutHeight(FILL_PARENT); ListWidget list = new ListWidget("list1", Orientation.Vertical); list.layoutWidth(FILL_PARENT).layoutHeight(FILL_PARENT); StringListAdapter stringList = new StringListAdapter(); WidgetListAdapter listAdapter = new WidgetListAdapter(); listAdapter.widgets.add((new TextWidget()).text("This is a list of widgets"d).styleId("LIST_ITEM")); stringList.items.add("This is a list of strings from StringListAdapter"d); for (int i = 1; i < 1000; i++) { dstring label = "List item "d ~ to!dstring(i); listAdapter.widgets.add((new TextWidget()).text("Widget list - "d ~ label).styleId("LIST_ITEM")); stringList.items.add("Simple string - "d ~ label); } list.ownAdapter = listAdapter; listAdapter.resetItemState(0, State.Enabled); listAdapter.resetItemState(5, State.Enabled); listAdapter.resetItemState(7, State.Enabled); listAdapter.resetItemState(12, State.Enabled); assert(list.itemEnabled(5) == false); assert(list.itemEnabled(6) == true); list.layoutWidth(FILL_PARENT).layoutHeight(FILL_PARENT); list.selectItem(0); longLists.addChild(list); ListWidget list2 = new ListWidget("list2"); list2.ownAdapter = stringList; list2.layoutWidth(FILL_PARENT).layoutHeight(FILL_PARENT); list2.selectItem(0); longLists.addChild(list2); tabs.addTab(longLists, "TAB_LONG_LIST"c); } { LinearLayout layout3 = new VerticalLayout("tab3"); // 3 types of buttons: Button, ImageButton, ImageTextButton layout3.addChild(new TextWidget(null, "Buttons in HorizontalLayout"d)); WidgetGroup buttons1 = new HorizontalLayout(); buttons1.addChild(new TextWidget(null, "Button widgets: "d)); buttons1.addChild((new Button("btn1", "Button"d)).tooltipText("Tooltip text for button"d)); buttons1.addChild((new Button("btn2", "Disabled Button"d)).enabled(false)); buttons1.addChild(new TextWidget(null, "ImageButton widgets: "d)); buttons1.addChild(new ImageButton("btn3", "text-plain")); buttons1.addChild(new TextWidget(null, "disabled: "d)); buttons1.addChild((new ImageButton("btn4", "folder")).enabled(false)); layout3.addChild(buttons1); WidgetGroup buttons10 = new HorizontalLayout(); buttons10.addChild(new TextWidget(null, "ImageTextButton widgets: "d)); buttons10.addChild(new ImageTextButton("btn5", "text-plain", "Enabled"d)); buttons10.addChild((new ImageTextButton("btn6", "folder", "Disabled"d)).enabled(false)); layout3.addChild(buttons10); WidgetGroup buttons11 = new HorizontalLayout(); buttons11.addChild(new TextWidget(null, "Construct buttons by action (Button, ImageButton, ImageTextButton): "d)); Action FILE_OPEN_ACTION = new Action(ACTION_FILE_OPEN, "MENU_FILE_OPEN"c, "document-open", KeyCode.KEY_O, KeyFlag.Control); buttons11.addChild(new Button(FILE_OPEN_ACTION)); buttons11.addChild(new ImageButton(FILE_OPEN_ACTION)); buttons11.addChild(new ImageTextButton(FILE_OPEN_ACTION)); layout3.addChild(buttons11); WidgetGroup buttons12 = new HorizontalLayout(); buttons12.addChild(new TextWidget(null, "The same in disabled state: "d)); buttons12.addChild((new Button(FILE_OPEN_ACTION)).enabled(false)); buttons12.addChild((new ImageButton(FILE_OPEN_ACTION)).enabled(false)); buttons12.addChild((new ImageTextButton(FILE_OPEN_ACTION)).enabled(false)); layout3.addChild(buttons12); layout3.addChild(new VSpacer()); layout3.addChild(new TextWidget(null, "CheckBoxes in HorizontalLayout"d)); WidgetGroup buttons2 = new HorizontalLayout(); buttons2.addChild(new CheckBox("btn1", "CheckBox 1"d)); buttons2.addChild(new CheckBox("btn2", "CheckBox 2"d)); //buttons2.addChild(new ResizerWidget()); buttons2.addChild(new CheckBox("btn3", "CheckBox 3"d)); buttons2.addChild(new CheckBox("btn4", "CheckBox 4"d)); layout3.addChild(buttons2); layout3.addChild(new VSpacer()); layout3.addChild(new TextWidget(null, "RadioButtons in HorizontalLayout"d)); WidgetGroup buttons3 = new HorizontalLayout(); buttons3.addChild(new RadioButton("btn1", "RadioButton 1"d)); buttons3.addChild(new RadioButton("btn2", "RadioButton 2"d)); buttons3.addChild(new RadioButton("btn3", "RadioButton 3"d)); buttons3.addChild(new RadioButton("btn4", "RadioButton 4"d)); layout3.addChild(buttons3); layout3.addChild(new VSpacer()); layout3.addChild(new TextWidget(null, "ImageButtons HorizontalLayout"d)); WidgetGroup buttons4 = new HorizontalLayout(); buttons4.addChild(new ImageButton("btn1", "fileclose")); buttons4.addChild(new ImageButton("btn2", "fileopen")); buttons4.addChild(new ImageButton("btn3", "exit")); layout3.addChild(buttons4); layout3.addChild(new VSpacer()); layout3.addChild(new TextWidget(null, "In vertical layouts:"d)); HorizontalLayout hlayout2 = new HorizontalLayout(); hlayout2.layoutHeight(FILL_PARENT); //layoutWidth(FILL_PARENT). buttons1 = new VerticalLayout(); buttons1.addChild(new TextWidget(null, "Buttons"d)); buttons1.addChild(new Button("btn1", "Button 1"d)); buttons1.addChild(new Button("btn2", "Button 2"d)); buttons1.addChild((new Button("btn3", "Button 3 - disabled"d)).enabled(false)); buttons1.addChild(new Button("btn4", "Button 4"d)); hlayout2.addChild(buttons1); hlayout2.addChild(new HSpacer()); buttons2 = new VerticalLayout(); buttons2.addChild(new TextWidget(null, "CheckBoxes"d)); buttons2.addChild(new CheckBox("btn1", "CheckBox 1"d)); buttons2.addChild(new CheckBox("btn2", "CheckBox 2"d)); buttons2.addChild(new CheckBox("btn3", "CheckBox 3"d)); buttons2.addChild(new CheckBox("btn4", "CheckBox 4"d)); hlayout2.addChild(buttons2); hlayout2.addChild(new HSpacer()); buttons3 = new VerticalLayout(); buttons3.addChild(new TextWidget(null, "RadioButtons"d)); buttons3.addChild(new RadioButton("btn1", "RadioButton 1"d)); buttons3.addChild(new RadioButton("btn2", "RadioButton 2"d)); //buttons3.addChild(new ResizerWidget()); buttons3.addChild(new RadioButton("btn3", "RadioButton 3"d)); buttons3.addChild(new RadioButton("btn4", "RadioButton 4"d)); hlayout2.addChild(buttons3); hlayout2.addChild(new HSpacer()); buttons4 = new VerticalLayout(); buttons4.addChild(new TextWidget(null, "ImageButtons"d)); buttons4.addChild(new ImageButton("btn1", "fileclose")); buttons4.addChild(new ImageButton("btn2", "fileopen")); buttons4.addChild(new ImageButton("btn3", "exit")); hlayout2.addChild(buttons4); hlayout2.addChild(new HSpacer()); WidgetGroup buttons5 = new VerticalLayout(); buttons5.addChild(new TextWidget(null, "ImageTextButtons"d)); buttons5.addChild(new ImageTextButton("btn1", "fileclose", "Close"d)); buttons5.addChild(new ImageTextButton("btn2", "fileopen", "Open"d)); buttons5.addChild(new ImageTextButton("btn3", "exit", "Exit"d)); hlayout2.addChild(buttons5); layout3.addChild(hlayout2); layout3.addChild(new VSpacer()); layout3.layoutWidth(FILL_PARENT).layoutHeight(FILL_PARENT); tabs.addTab(layout3, "TAB_BUTTONS"c); } TableLayout table = new TableLayout("TABLE"); table.colCount = 2; // headers table.addChild((new TextWidget(null, "Parameter Name"d)).alignment(Align.Right | Align.VCenter)); table.addChild((new TextWidget(null, "Edit Box to edit parameter"d)).alignment(Align.Left | Align.VCenter)); // row 1 table.addChild((new TextWidget(null, "Parameter 1 name"d)).alignment(Align.Right | Align.VCenter)); table.addChild((new EditLine("edit1", "Text 1"d)).layoutWidth(FILL_PARENT)); // row 2 table.addChild((new TextWidget(null, "Parameter 2 name bla bla"d)).alignment(Align.Right | Align.VCenter)); table.addChild((new EditLine("edit2", "Some text for parameter 2"d)).layoutWidth(FILL_PARENT)); // row 3 table.addChild((new TextWidget(null, "Param 3 is disabled"d)).alignment(Align.Right | Align.VCenter).enabled(false)); table.addChild((new EditLine("edit3", "Parameter 3 value"d)).layoutWidth(FILL_PARENT).enabled(false)); // normal readonly combo box ComboBox combo1 = new ComboBox("combo1", ["item value 1"d, "item value 2"d, "item value 3"d, "item value 4"d, "item value 5"d, "item value 6"d]); table.addChild((new TextWidget(null, "Combo box param"d)).alignment(Align.Right | Align.VCenter)); combo1.selectedItemIndex = 3; table.addChild(combo1).layoutWidth(FILL_PARENT); // disabled readonly combo box ComboBox combo2 = new ComboBox("combo2", ["item value 1"d, "item value 2"d, "item value 3"d]); table.addChild((new TextWidget(null, "Disabled combo box"d)).alignment(Align.Right | Align.VCenter)); combo2.enabled = false; combo2.selectedItemIndex = 0; table.addChild(combo2).layoutWidth(FILL_PARENT); table.margins(Rect(10,10,10,10)).layoutWidth(FILL_PARENT); tabs.addTab(table, "TAB_TABLE_LAYOUT"c); //tabs.addTab((new TextWidget()).id("tab5").textColor(0x00802000).text("Tab 5 contents"), "Tab 5"d); //========================================================================== // create Editors test tab VerticalLayout editors = new VerticalLayout("editors"); // EditLine sample editors.addChild(new TextWidget(null, "EditLine: Single line editor"d)); EditLine editLine = new EditLine("editline1", "Single line editor sample text"); editors.addChild(createEditorSettingsControl(editLine)); editors.addChild(editLine); editLine.popupMenu = editPopupItem; // EditBox sample editors.addChild(new TextWidget(null, "SourceEdit: multiline editor, for source code editing"d)); SourceEdit editBox = new SourceEdit("editbox1"); editBox.text = q{#!/usr/bin/env rdmd // Computes average line length for standard input. import std.stdio; void main() { ulong lines = 0; double sumLength = 0; foreach (line; stdin.byLine()) { ++lines; sumLength += line.length; } writeln("Average line length: ", lines ? sumLength / lines : 0); } }d; editors.addChild(createEditorSettingsControl(editBox)); editors.addChild(editBox); editBox.popupMenu = editPopupItem; editors.addChild(new TextWidget(null, "EditBox: additional view for the same content (split view testing)"d)); SourceEdit editBox2 = new SourceEdit("editbox2"); editBox2.content = editBox.content; // view the same content as first editbox editors.addChild(editBox2); editors.layoutHeight(FILL_PARENT).layoutWidth(FILL_PARENT); tabs.addTab(editors, "TAB_EDITORS"c); //========================================================================== StringGridWidget grid = new StringGridWidget("GRID1"); grid.layoutWidth(FILL_PARENT).layoutHeight(FILL_PARENT); grid.showColHeaders = true; grid.showRowHeaders = true; grid.resize(30, 50); grid.fixedCols = 3; grid.fixedRows = 2; //grid.rowSelect = true; // testing full row selection grid.selectCell(4, 6, false); // create sample grid content for (int y = 0; y < grid.rows; y++) { for (int x = 0; x < grid.cols; x++) { grid.setCellText(x, y, "cell("d ~ to!dstring(x + 1) ~ ","d ~ to!dstring(y + 1) ~ ")"d); } grid.setRowTitle(y, to!dstring(y + 1)); } for (int x = 0; x < grid.cols; x++) { int col = x + 1; dstring res; int n1 = col / 26; int n2 = col % 26; if (n1) res ~= n1 + 'A'; res ~= n2 + 'A'; grid.setColTitle(x, res); } grid.autoFit(); tabs.addTab(grid, "Grid"d); //========================================================================== // Scroll view example ScrollWidget scroll = new ScrollWidget("SCROLL1"); scroll.layoutWidth(FILL_PARENT).layoutHeight(FILL_PARENT); WidgetGroup scrollContent = new VerticalLayout("CONTENT"); scrollContent.layoutWidth(FILL_PARENT).layoutHeight(FILL_PARENT); TableLayout table2 = new TableLayout("TABLE2"); table2.colCount = 2; // headers table2.addChild((new TextWidget(null, "Parameter Name"d)).alignment(Align.Right | Align.VCenter)); table2.addChild((new TextWidget(null, "Edit Box to edit parameter"d)).alignment(Align.Left | Align.VCenter)); // row 1 table2.addChild((new TextWidget(null, "Parameter 1 name"d)).alignment(Align.Right | Align.VCenter)); table2.addChild((new EditLine("edit1", "Text 1"d)).layoutWidth(FILL_PARENT)); // row 2 table2.addChild((new TextWidget(null, "Parameter 2 name bla bla"d)).alignment(Align.Right | Align.VCenter)); table2.addChild((new EditLine("edit2", "Some text for parameter 2 blah blah blah"d)).layoutWidth(FILL_PARENT)); // row 3 table2.addChild((new TextWidget(null, "Param 3"d)).alignment(Align.Right | Align.VCenter)); table2.addChild((new EditLine("edit3", "Parameter 3 value"d)).layoutWidth(FILL_PARENT)); // row 4 table2.addChild((new TextWidget(null, "Param 4"d)).alignment(Align.Right | Align.VCenter)); table2.addChild((new EditLine("edit3", "Parameter 4 value shdjksdfh hsjdfas hdjkf hdjsfk ah"d)).layoutWidth(FILL_PARENT)); // row 5 table2.addChild((new TextWidget(null, "Param 5 - edit text here - blah blah blah"d)).alignment(Align.Right | Align.VCenter)); table2.addChild((new EditLine("edit3", "Parameter 5 value"d)).layoutWidth(FILL_PARENT)); // row 6 table2.addChild((new TextWidget(null, "Param 6 - just to fill content widget (DISABLED)"d)).alignment(Align.Right | Align.VCenter).enabled(false)); table2.addChild((new EditLine("edit3", "Parameter 5 value"d)).layoutWidth(FILL_PARENT).enabled(false)); // row 7 table2.addChild((new TextWidget(null, "Param 7 - just to fill content widget (DISABLED)"d)).alignment(Align.Right | Align.VCenter).enabled(false)); table2.addChild((new EditLine("edit3", "Parameter 5 value"d)).layoutWidth(FILL_PARENT).enabled(false)); // row 8 table2.addChild((new TextWidget(null, "Param 8 - just to fill content widget"d)).alignment(Align.Right | Align.VCenter)); table2.addChild((new EditLine("edit3", "Parameter 5 value"d)).layoutWidth(FILL_PARENT)); table2.margins(Rect(10,10,10,10)).layoutWidth(FILL_PARENT); scrollContent.addChild(table2); scrollContent.addChild(new TextWidget(null, "Now - some buttons"d)); scrollContent.addChild(new ImageTextButton("btn1", "fileclose", "Close"d)); scrollContent.addChild(new ImageTextButton("btn2", "fileopen", "Open"d)); scrollContent.addChild(new TextWidget(null, "And checkboxes"d)); scrollContent.addChild(new CheckBox("btn1", "CheckBox 1"d)); scrollContent.addChild(new CheckBox("btn2", "CheckBox 2"d)); scroll.contentWidget = scrollContent; tabs.addTab(scroll, "Scroll"d); //========================================================================== // tree view example TreeWidget tree = new TreeWidget("TREE1"); tree.layoutWidth(WRAP_CONTENT).layoutHeight(FILL_PARENT); TreeItem tree1 = tree.items.newChild("group1", "Group 1"d, "document-open"); tree1.newChild("g1_1", "Group 1 item 1"d); tree1.newChild("g1_2", "Group 1 item 2"d); tree1.newChild("g1_3", "Group 1 item 3"d); TreeItem tree2 = tree.items.newChild("group2", "Group 2"d, "document-save"); tree2.newChild("g2_1", "Group 2 item 1"d, "edit-copy"); tree2.newChild("g2_2", "Group 2 item 2"d, "edit-cut"); tree2.newChild("g2_3", "Group 2 item 3"d, "edit-paste"); tree2.newChild("g2_4", "Group 2 item 4"d); TreeItem tree3 = tree.items.newChild("group3", "Group 3"d); tree3.newChild("g3_1", "Group 3 item 1"d); tree3.newChild("g3_2", "Group 3 item 2"d); TreeItem tree32 = tree3.newChild("g3_3", "Group 3 item 3"d); tree3.newChild("g3_4", "Group 3 item 4"d); tree32.newChild("group3_2_1", "Group 3 item 2 subitem 1"d); tree32.newChild("group3_2_2", "Group 3 item 2 subitem 2"d); tree32.newChild("group3_2_3", "Group 3 item 2 subitem 3"d); tree32.newChild("group3_2_4", "Group 3 item 2 subitem 4"d); tree32.newChild("group3_2_5", "Group 3 item 2 subitem 5"d); tree3.newChild("g3_5", "Group 3 item 5"d); tree3.newChild("g3_6", "Group 3 item 6"d); LinearLayout treeLayout = new HorizontalLayout("TREE"); LinearLayout treeControlledPanel = new VerticalLayout(); treeLayout.layoutWidth = FILL_PARENT; treeControlledPanel.layoutWidth = FILL_PARENT; treeControlledPanel.layoutHeight = FILL_PARENT; TextWidget treeItemLabel = new TextWidget("TREE_ITEM_DESC"); treeItemLabel.layoutWidth = FILL_PARENT; treeItemLabel.layoutHeight = FILL_PARENT; treeItemLabel.alignment = Align.Center; treeItemLabel.text = "Sample text"d; treeControlledPanel.addChild(treeItemLabel); treeLayout.addChild(tree); treeLayout.addChild(new ResizerWidget()); treeLayout.addChild(treeControlledPanel); tree.selectionListener = delegate(TreeItems source, TreeItem selectedItem, bool activated) { dstring label = "Selected item: "d ~ toUTF32(selectedItem.id) ~ (activated ? " selected + activated"d : " selected"d); treeItemLabel.text = label; }; tree.items.selectItem(tree.items.child(0)); tabs.addTab(treeLayout, "Tree"d); tabs.addTab((new SampleAnimationWidget("tab6")).layoutWidth(FILL_PARENT).layoutHeight(FILL_PARENT), "TAB_ANIMATION"c); //========================================================================== contentLayout.addChild(tabs); window.mainWidget = contentLayout; tabs.selectTab("tab3"); } else { window.mainWidget = (new Button()).text("sample button"); } window.windowIcon = drawableCache.getImage("dlangui-logo1"); window.show(); //window.windowCaption = "New Window Caption"; // run message loop Log.i("HOME path: ", homePath); Log.i("APPDATA path: ", appDataPath(".dlangui")); Log.i("Root paths: ", getRootPaths); return Platform.instance.enterMessageLoop(); }
D
module UnrealScript.TribesGame.TrDmgType_RhinoSMG; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.TribesGame.TrDmgType_Bullet; extern(C++) interface TrDmgType_RhinoSMG : TrDmgType_Bullet { public extern(D): private static __gshared ScriptClass mStaticClass; @property final static ScriptClass StaticClass() { mixin(MGSCC("Class TribesGame.TrDmgType_RhinoSMG")); } private static __gshared TrDmgType_RhinoSMG mDefaultProperties; @property final static TrDmgType_RhinoSMG DefaultProperties() { mixin(MGDPC("TrDmgType_RhinoSMG", "TrDmgType_RhinoSMG TribesGame.Default__TrDmgType_RhinoSMG")); } }
D
import std.stdio, std.conv, std.string, std.algorithm; string extractRanges(in int[] items) in { assert(items.isSorted()); } body { string[] ranges; for (size_t i = 0; i < items.length; i++) { immutable low = items[i]; while (i < (items.length - 1) && (items[i] + 1) == items[i + 1]) i++; immutable hi = items[i]; if (hi - low >= 2) ranges ~= text(low, '-', hi); else if (hi - low == 1) ranges ~= text(low, ',', hi); else ranges ~= text(low); } return ranges.join(","); } void main() { foreach (data; [[-8, -7, -6, -3, -2, -1, 0, 1, 3, 4, 5, 7, 8, 9, 10, 11, 14, 15, 17, 18, 19, 20], [0, 0, 0, 1, 1], [0, 1, 2, 4, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39]]) writeln(extractRanges(data)); }
D
module vibe.http.server; public import vibe.core.net; import vibe.core.stream; import vibe.http.internal.http1; import vibe.http.internal.http2.settings; import vibe.http.internal.http2.exchange; public import vibe.http.log; public import vibe.http.common; public import vibe.http.session; import vibe.inet.message; import vibe.core.file; import vibe.core.log; import vibe.inet.url; import vibe.inet.webform; import vibe.data.json; import vibe.internal.allocator; import vibe.internal.freelistref; import vibe.internal.interfaceproxy : InterfaceProxy; import vibe.stream.wrapper : ConnectionProxyStream, createConnectionProxyStream, createConnectionProxyStreamFL; import vibe.stream.tls; import vibe.utils.array; import vibe.utils.string; import vibe.stream.counting; import vibe.stream.operations; import vibe.stream.zlib; import vibe.textfilter.urlencode : urlEncode, urlDecode; import std.datetime; import std.typecons; import std.conv; import std.array; import std.algorithm; import std.format; import std.parallelism; import std.exception; import std.string; import std.traits; import std.encoding : sanitize; version (VibeNoSSL) version = HaveNoTLS; else version (Have_botan) {} else version (Have_openssl) {} else version = HaveNoTLS; /**************************************************************************************************/ /* Public functions */ /**************************************************************************************************/ /** Starts a HTTP server listening on the specified port. request_handler will be called for each HTTP request that is made. The res parameter of the callback then has to be filled with the response data. request_handler can be either HTTPServerRequestDelegate/HTTPServerRequestFunction or a class/struct with a member function 'handleRequest' that has the same signature. Note that if the application has been started with the --disthost command line switch, listenHTTP() will automatically listen on the specified VibeDist host instead of locally. This allows for a seamless switch from single-host to multi-host scenarios without changing the code. If you need to listen locally, use listenHTTPPlain() instead. Params: settings = Customizes the HTTP servers functionality (host string or HTTPServerSettings object) request_handler = This callback is invoked for each incoming request and is responsible for generating the response. Returns: A handle is returned that can be used to stop listening for further HTTP requests with the supplied settings. Another call to `listenHTTP` can be used afterwards to start listening again. */ import vibe.http.router; HTTPListener listenHTTP(alias Handler)(HTTPServerSettings settings) if (is(typeof(Handler) == URLRouter) || is(typeof(Handler) : HTTPServerRequestHandler)) { //if (!settings) //settings = HTTPServerSettings; return listenHTTPPlain(settings, (req, res) @trusted => Handler.handleRequest(req, res)); } import std.traits; import std.typetuple; HTTPListener listenHTTP(alias Handler)(HTTPServerSettings settings) if ((isCallable!Handler) && is(ReturnType!Handler == void) && is(ParameterTypeTuple!Handler == TypeTuple!(HTTPServerRequest, HTTPServerResponse))) { //if (!settings) //settings = HTTPServerSettings; return listenHTTPPlain(settings, (req, res) @trusted => Handler(req, res)); } HTTPListener listenHTTP(H)(HTTPServerSettings settings, H handler) { return listenHTTP!handler(settings); } HTTPListener listenHTTP(H)(string bind_string, H handler) { auto settings = HTTPServerSettings(bind_string); return listenHTTP!handler(settings); } /* Testing listenHTTP */ unittest { void test() { static void testSafeFunction(HTTPServerRequest req, HTTPServerResponse res) @safe {} listenHTTP("0.0.0.0:8080", &testSafeFunction); listenHTTP(":8080", new class HTTPServerRequestHandler { void handleRequest(HTTPServerRequest req, HTTPServerResponse res) @safe {} }); //listenHTTP(":8080", (req, res) {}); // fails on parameter type tuple static void testSafeFunctionS(scope HTTPServerRequest req, scope HTTPServerResponse res) @safe {} listenHTTP(":8080", &testSafeFunctionS); void testSafeDelegateS(scope HTTPServerRequest req, scope HTTPServerResponse res) @safe {} listenHTTP(":8080", &testSafeDelegateS); listenHTTP(":8080", new class HTTPServerRequestHandler { void handleRequest(scope HTTPServerRequest req, scope HTTPServerResponse res) @safe {} }); //listenHTTP(":8080", (scope req, scope res) {}); // fails on parameter type tuple } } unittest { import vibe.http.router; void test() { auto router = new URLRouter; router.get("/old_url", staticRedirect("http://example.org/new_url", HTTPStatus.movedPermanently)); HTTPServerSettings settings; listenHTTP!router(settings); } } unittest { // testing a callable as request handler void handleRequest (HTTPServerRequest req, HTTPServerResponse res) @safe { if (req.path == "/") res.writeBody("Hello, World! Delegate"); } auto settings = HTTPServerSettings(); settings.port = 8060; settings.bindAddresses = ["localhost"]; listenHTTP!handleRequest(settings); } /** Provides a HTTP request handler that responds with a static redirection to the specified URL. Params: url = The URL to redirect to status = Redirection status to use $(LPAREN)by default this is $(D HTTPStatus.found)$(RPAREN). Returns: Returns a $(D HTTPServerRequestDelegate) that performs the redirect */ HTTPServerRequestDelegate staticRedirect(string url, HTTPStatus status = HTTPStatus.found) @safe { return (HTTPServerRequest req, HTTPServerResponse res){ res.redirect(url, status); }; } /// ditto HTTPServerRequestDelegate staticRedirect(URL url, HTTPStatus status = HTTPStatus.found) @safe { return (HTTPServerRequest req, HTTPServerResponse res){ res.redirect(url, status); }; } /// /** Sets a VibeDist host to register with. */ void setVibeDistHost(string host, ushort port) @safe { s_distHost = host; s_distPort = port; } /** Renders the given Diet template and makes all ALIASES available to the template. You can call this function as a pseudo-member of `HTTPServerResponse` using D's uniform function call syntax. See_also: `diet.html.compileHTMLDietFile` Examples: --- string title = "Hello, World!"; int pageNumber = 1; res.render!("mytemplate.dt", title, pageNumber); --- */ @property void render(string template_file, ALIASES...)(HTTPServerResponse res) { res.contentType = "text/html; charset=UTF-8"; version (VibeUseOldDiet) pragma(msg, "VibeUseOldDiet is not supported anymore. Please undefine in the package recipe."); import vibe.stream.wrapper : streamOutputRange; import diet.html : compileHTMLDietFile; auto output = streamOutputRange!1024(res.bodyWriter); compileHTMLDietFile!(template_file, ALIASES, DefaultDietFilters)(output); } version (Have_diet_ng) { import diet.traits; /** Provides the default `css`, `javascript`, `markdown` and `htmlescape` filters */ @dietTraits struct DefaultDietFilters { import diet.html : HTMLOutputStyle; import std.string : splitLines; version (VibeOutputCompactHTML) enum HTMLOutputStyle htmlOutputStyle = HTMLOutputStyle.compact; else enum HTMLOutputStyle htmlOutputStyle = HTMLOutputStyle.pretty; static string filterCss(I)(I text, size_t indent = 0) { auto lines = splitLines(text); string indent_string = "\n"; while (indent-- > 0) indent_string ~= '\t'; string ret = indent_string~"<style type=\"text/css\"><!--"; indent_string = indent_string ~ '\t'; foreach (ln; lines) ret ~= indent_string ~ ln; indent_string = indent_string[0 .. $-1]; ret ~= indent_string ~ "--></style>"; return ret; } static string filterJavascript(I)(I text, size_t indent = 0) { auto lines = splitLines(text); string indent_string = "\n"; while (indent-- > 0) indent_string ~= '\t'; string ret = indent_string~"<script type=\"application/javascript\">"; ret ~= indent_string~'\t' ~ "//<![CDATA["; foreach (ln; lines) ret ~= indent_string ~ '\t' ~ ln; ret ~= indent_string ~ '\t' ~ "//]]>" ~ indent_string ~ "</script>"; return ret; } static string filterMarkdown(I)(I text) { import vibe.textfilter.markdown : markdown = filterMarkdown; // TODO: indent return markdown(text); } static string filterHtmlescape(I)(I text) { import vibe.textfilter.html : htmlEscape; // TODO: indent return htmlEscape(text); } static this() { filters["css"] = (input, scope output) { output(filterCss(input)); }; filters["javascript"] = (input, scope output) { output(filterJavascript(input)); }; filters["markdown"] = (input, scope output) { output(filterMarkdown(() @trusted { return cast(string)input; } ())); }; filters["htmlescape"] = (input, scope output) { output(filterHtmlescape(input)); }; } static SafeFilterCallback[string] filters; } unittest { static string compile(string diet)() { import std.array : appender; import std.string : strip; import diet.html : compileHTMLDietString; auto dst = appender!string; dst.compileHTMLDietString!(diet, DefaultDietFilters); return strip(cast(string)(dst.data)); } assert(compile!":css .test" == "<style type=\"text/css\"><!--\n\t.test\n--></style>"); assert(compile!":javascript test();" == "<script type=\"application/javascript\">\n\t//<![CDATA[\n\ttest();\n\t//]]>\n</script>"); assert(compile!":markdown **test**" == "<p><strong>test</strong>\n</p>"); assert(compile!":htmlescape <test>" == "&lt;test&gt;"); assert(compile!":css !{\".test\"}" == "<style type=\"text/css\"><!--\n\t.test\n--></style>"); assert(compile!":javascript !{\"test();\"}" == "<script type=\"application/javascript\">\n\t//<![CDATA[\n\ttest();\n\t//]]>\n</script>"); assert(compile!":markdown !{\"**test**\"}" == "<p><strong>test</strong>\n</p>"); assert(compile!":htmlescape !{\"<test>\"}" == "&lt;test&gt;"); assert(compile!":javascript\n\ttest();" == "<script type=\"application/javascript\">\n\t//<![CDATA[\n\ttest();\n\t//]]>\n</script>"); } } /** Creates a HTTPServerRequest suitable for writing unit tests. */ HTTPServerRequest createTestHTTPServerRequest(URL url, HTTPMethod method = HTTPMethod.GET, InputStream data = null) @safe { InetHeaderMap headers; return createTestHTTPServerRequest(url, method, headers, data); } /// ditto HTTPServerRequest createTestHTTPServerRequest(URL url, HTTPMethod method, InetHeaderMap headers, InputStream data = null) @safe { auto tls = url.schema == "https"; auto ret = HTTPServerRequest(Clock.currTime(UTC()), url.port ? url.port : tls ? 443 : 80); ret.requestPath = url.path; ret.queryString = url.queryString; ret.username = url.username; ret.password = url.password; ret.requestURI = url.localURI; ret.method = method; ret.tls = tls; //ret.headers = headers; // TODO compiler error ret.bodyReader = data; return ret; } /** Creates a HTTPServerResponse suitable for writing unit tests. */ HTTPServerResponse createTestHTTPServerResponse(OutputStream data_sink = null, SessionStore session_store = null) @safe { import vibe.stream.wrapper; HTTPServerSettings settings; if (session_store) { //settings = HTTPServerSettings; settings.sessionStore = session_store; } if (!data_sink) data_sink = new NullOutputStream; auto stream = createProxyStream(Stream.init, data_sink); auto ret = HTTPServerResponse(stream, null, settings, () @trusted { return vibeThreadAllocator(); } ()); return ret; } /**************************************************************************************************/ /* Public types */ /**************************************************************************************************/ /// Interface for class based request handlers interface HTTPServerRequestHandler { /// Handles incoming HTTP requests void handleRequest(HTTPServerRequest req, HTTPServerResponse res) @safe ; } alias HTTPContext = HTTPServerContext; /// Delegate based request handler alias HTTPServerRequestDelegate = void delegate(HTTPServerRequest req, HTTPServerResponse res) @safe; /// Static function based request handler alias HTTPServerRequestFunction = void function(HTTPServerRequest req, HTTPServerResponse res) @safe; /// Aggregates all information about an HTTP error status. struct HTTPServerErrorInfo { /// The HTTP status code int code; /// The error message string message; /// Extended error message with debug information such as a stack trace string debugMessage; /// The error exception, if any Throwable exception; } /// Delegate type used for user defined error page generator callbacks. alias HTTPServerErrorPageHandler = void delegate(HTTPServerRequest req, HTTPServerResponse res, HTTPServerErrorInfo error) @safe; private enum HTTPServerOptionImpl { none = 0, errorStackTraces = 1<<7, reusePort = 1<<8, distribute = 1<<9 // deprecated } // TODO: Should be turned back into an enum once the deprecated symbols can be removed /** Specifies optional features of the HTTP server. Disabling unneeded features can speed up the server or reduce its memory usage. Note that the options `parseFormBody`, `parseJsonBody` and `parseMultiPartBody` will also drain the `HTTPServerRequest.bodyReader` stream whenever a request body with form or JSON data is encountered. */ struct HTTPServerOption { static enum none = HTTPServerOptionImpl.none; deprecated("This is done lazily. It will be removed in 0.9.") static enum parseURL = none; deprecated("This is done lazily. It will be removed in 0.9.") static enum parseQueryString = none; deprecated("This is done lazily. It will be removed in 0.9.") static enum parseFormBody = none; deprecated("This is done lazily. It will be removed in 0.9.") static enum parseJsonBody = none; deprecated("This is done lazily. It will be removed in 0.9.") static enum parseMultiPartBody = none; /* Deprecated: Distributes request processing among worker threads Note that this functionality assumes that the request handler is implemented in a thread-safe way. However, the D type system is bypassed, so that no static verification takes place. For this reason, it is recommended to instead use `vibe.core.core.runWorkerTaskDist` and call `listenHTTP` from each task/thread individually. If the `reusePort` option is set, then all threads will be able to listen on the same port, with the operating system distributing the incoming connections. If possible, instead of threads, the use of separate processes is more robust and often faster. The `reusePort` option works the same way in this scenario. */ deprecated("Use runWorkerTaskDist or start threads separately. It will be removed in 0.9.") static enum distribute = HTTPServerOptionImpl.distribute; /* Enables stack traces (`HTTPServerErrorInfo.debugMessage`). Note that generating the stack traces are generally a costly operation that should usually be avoided in production environments. It can also reveal internal information about the application, such as function addresses, which can help an attacker to abuse possible security holes. */ static enum errorStackTraces = HTTPServerOptionImpl.errorStackTraces; /// Enable port reuse in `listenTCP()` static enum reusePort = HTTPServerOptionImpl.reusePort; /* The default set of options. Includes all parsing options, as well as the `errorStackTraces` option if the code is compiled in debug mode. */ static enum defaults = () { debug return HTTPServerOptionImpl.errorStackTraces; else return HTTPServerOptionImpl.none; } ().HTTPServerOption; deprecated("None has been renamed to none.") static enum None = none; deprecated("This is done lazily. It will be removed in 0.9.") static enum ParseURL = none; deprecated("This is done lazily. It will be removed in 0.9.") static enum ParseQueryString = none; deprecated("This is done lazily. It will be removed in 0.9.") static enum ParseFormBody = none; deprecated("This is done lazily. It will be removed in 0.9.") static enum ParseJsonBody = none; deprecated("This is done lazily. It will be removed in 0.9.") static enum ParseMultiPartBody = none; deprecated("This is done lazily. It will be removed in 0.9.") static enum ParseCookies = none; HTTPServerOptionImpl x; alias x this; } /** Contains all settings for configuring a basic HTTP server. The defaults are sufficient for most normal uses. */ struct HTTPServerSettings { /** The port on which the HTTP server is listening. The default value is 80. If you are running a TLS enabled server you may want to set this to 443 instead. Using a value of `0` instructs the server to use any available port on the given `bindAddresses` the actual addresses and ports can then be queried with `TCPListener.bindAddresses`. */ ushort port = 80; /** The interfaces on which the HTTP server is listening. By default, the server will listen on all IPv4 and IPv6 interfaces. */ string[] bindAddresses = ["::", "0.0.0.0"]; /** Determines the server host name. If multiple servers are listening on the same port, the host name will determine which one gets a request. */ string hostName; /** Configures optional features of the HTTP server Disabling unneeded features can improve performance or reduce the server load in case of invalid or unwanted requests (DoS). By default, HTTPServerOption.defaults is used. */ HTTPServerOptionImpl options = HTTPServerOption.defaults; /** Time of a request after which the connection is closed with an error; not supported yet The default limit of 0 means that the request time is not limited. */ Duration maxRequestTime = 0.seconds; /** Maximum time between two request on a keep-alive connection The default value is 10 seconds. */ Duration keepAliveTimeout = 10.seconds; /// Maximum number of transferred bytes per request after which the connection is closed with /// an error ulong maxRequestSize = 2097152; /// Maximum number of transferred bytes for the request header. This includes the request line /// the url and all headers. ulong maxRequestHeaderSize = 8192; /// Sets a custom handler for displaying error pages for HTTP errors @property HTTPServerErrorPageHandler errorPageHandler() @safe { return errorPageHandler_; } /// ditto @property void errorPageHandler(HTTPServerErrorPageHandler del) @safe { errorPageHandler_ = del; } /// Scheduled for deprecation - use a `@safe` callback instead. @property void errorPageHandler(void delegate(HTTPServerRequest, HTTPServerResponse, HTTPServerErrorInfo) @system del) @system { this.errorPageHandler = (req, res, err) @trusted { del(req, res, err); }; } void handleErrorPage(HTTPServerRequest req, HTTPServerResponse res, HTTPServerErrorInfo err) @safe { errorPageHandler_(req, res, err); } private HTTPServerErrorPageHandler errorPageHandler_ = null; /// If set, a HTTPS server will be started instead of plain HTTP. TLSContext tlsContext; /// Session management is enabled if a session store instance is provided SessionStore sessionStore; string sessionIdCookie = "vibe.session_id"; /// import vibe.core.core : vibeVersionString; string serverString = "vibe.d/" ~ vibeVersionString; /** Specifies the format used for the access log. The log format is given using the Apache server syntax. By default NCSA combined is used. --- "%h - %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-Agent}i\"" --- */ string accessLogFormat = "%h - %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-Agent}i\""; /// Spefifies the name of a file to which access log messages are appended. string accessLogFile = ""; /// If set, access log entries will be output to the console. bool accessLogToConsole = false; /** Specifies a custom access logger instance. */ HTTPLogger accessLogger; /// Returns a duplicate of the settings object. @property HTTPServerSettings dup() @safe { //auto ret = HTTPServerSettings; HTTPServerSettings ret; foreach (mem; __traits(allMembers, HTTPServerSettings)) { static if (mem == "sslContext") {} else static if (mem == "bindAddresses") ret.bindAddresses = bindAddresses.dup; else static if (__traits(compiles, __traits(getMember, ret, mem) = __traits(getMember, this, mem))) __traits(getMember, ret, mem) = __traits(getMember, this, mem); } return ret; } /// Disable support for VibeDist and instead start listening immediately. bool disableDistHost = false; /** Responds to "Accept-Encoding" by using compression if possible. Compression can also be manually enabled by setting the "Content-Encoding" header of the HTTP response appropriately before sending the response body. This setting is disabled by default. Also note that there are still some known issues with the GZIP compression code. */ bool useCompressionIfPossible = false; /** Interval between WebSocket ping frames. The default value is 60 seconds; set to Duration.zero to disable pings. */ Duration webSocketPingInterval = 60.seconds; /** Constructs a new settings object with default values. */ //this() @safe {} /** Constructs a new settings object with a custom bind interface and/or port. The syntax of `bind_string` is `[<IP address>][:<port>]`, where either of the two parts can be left off. IPv6 addresses must be enclosed in square brackets, as they would within a URL. Throws: An exception is thrown if `bind_string` is malformed. */ this(string bind_string) @safe { //this(); if (bind_string.startsWith('[')) { auto idx = bind_string.indexOf(']'); enforce(idx > 0, "Missing closing bracket for IPv6 address."); bindAddresses = [bind_string[1 .. idx]]; bind_string = bind_string[idx+1 .. $]; enforce(bind_string.length == 0 || bind_string.startsWith(':'), "Only a colon may follow the IPv6 address."); } auto idx = bind_string.indexOf(':'); if (idx < 0) { if (bind_string.length > 0) bindAddresses = [bind_string]; } else { if (idx > 0) bindAddresses = [bind_string[0 .. idx]]; port = bind_string[idx+1 .. $].to!ushort; } } /// unittest { auto s = HTTPServerSettings(":8080"); assert(s.bindAddresses == ["::", "0.0.0.0"]); // default bind addresses assert(s.port == 8080); s = HTTPServerSettings("123.123.123.123"); assert(s.bindAddresses == ["123.123.123.123"]); assert(s.port == 80); s = HTTPServerSettings("[::1]:443"); assert(s.bindAddresses == ["::1"]); assert(s.port == 443); } } /* Options altering how sessions are created. Multiple values can be or'ed together. See_Also: HTTPServerResponse.startSession */ enum SessionOption { /// No options. none = 0, /* Instructs the browser to disallow accessing the session ID from JavaScript. See_Also: Cookie.httpOnly */ httpOnly = 1<<0, /* Instructs the browser to disallow sending the session ID over unencrypted connections. By default, the type of the connection on which the session is started will be used to determine if secure or noSecure is used. See_Also: noSecure, Cookie.secure */ secure = 1<<1, /* Instructs the browser to allow sending the session ID over unencrypted connections. By default, the type of the connection on which the session is started will be used to determine if secure or noSecure is used. See_Also: secure, Cookie.secure */ noSecure = 1<<2 } /** Represents a HTTP request as received by the server side. */ struct HTTPServerRequest { private HTTPServerRequestData* m_data; this (HTTPServerRequestData* data) @safe { m_data = data; } this (SysTime reqtime, ushort bindPort) @safe { auto data = new HTTPServerRequestData(reqtime, bindPort); () @trusted { m_data = data; } (); } package { @property scope const(HTTPServerSettings) serverSettings() @safe { return m_data.serverSettings; } } public { import vibe.utils.dictionarylist; DictionaryList!(string, true, 8) params; @property scope data() @safe { return m_data; } @property scope string requestURI() const @safe { return m_data.requestURI; } // ditto @property void requestURI(string uri) @safe { m_data.requestURI = uri; } @property scope string peer() @safe { return m_data.peer; } @property scope CookieValueMap cookies() @safe { return m_data.cookies; } @property scope FormFields query() @safe { return m_data.query; } @property scope Json json() @safe { return m_data.json; } @property scope FormFields form() @safe { return m_data.form; } @property scope FilePartFormFields files() @safe { return m_data.files; } @property scope SysTime timeCreated() const @safe { return m_data.timeCreated; } @property scope URL fullURL() const @safe { return m_data.fullURL; } @property scope string rootDir() const @safe { return m_data.rootDir; } @property scope string username() const @safe { return m_data.username; } // ditto @property void username(string name) @safe { m_data.username = name; } @property scope string path() @safe { return m_data.path; } // ditto @property void path(scope string p) @safe { m_data.path = path; } @property ref InetHeaderMap headers() @safe { return m_data.headers; } @property scope bool persistent() const @safe { return m_data.persistent; } @property scope string queryString() const @safe { return m_data.queryString; } // ditto @property void queryString(string qstr) @safe { m_data.queryString = qstr; } @property scope string requestURL() const @safe { return m_data.requestURL; } @property scope HTTPVersion httpVersion() const @safe { return m_data.httpVersion; } // ditto @property void httpVersion(HTTPVersion hver) @safe { m_data.httpVersion = hver; } @property scope string host() const @safe { return m_data.host; } // ditto @property void host(string v) @safe { m_data.headers["Host"] = v; } @property scope string contentType() const @safe{ return m_data.contentType; } // ditto @property void contentType(string ct) @safe { m_data.headers["Content-Type"] = ct; } @property scope string contentTypeParameters() const @safe { return m_data.contentTypeParameters; } @property scope NetworkAddress clientAddress() const @safe { return m_data.clientAddress; } // ditto @property void clientAddress(NetworkAddress naddr) @safe { m_data.clientAddress = naddr; } @property scope bool tls() const @safe { return m_data.tls; } // ditto @property void tls(bool val) @safe { m_data.tls = val; } @property scope HTTPMethod method() const @safe { return m_data.method; } // ditto @property void method(HTTPMethod m) @safe { m_data.method = m; } @property scope HTTPServerSettings m_settings() @safe { return m_data.m_settings; } // ditto @property void m_settings(HTTPServerSettings settings) @safe { m_data.m_settings = settings; } @property scope InputStream bodyReader() @safe { return m_data.bodyReader; } // ditto @property void bodyReader(InputStream inStr) @safe { m_data.bodyReader = inStr; } @property scope string password() const @safe{ return m_data.password; } // ditto @property void password(string pwd) @safe{ m_data.password = pwd; } @property scope Session session() @safe { return m_data.session; } // ditto @property void session(Session session) @safe { m_data.session = session; } @property scope InetPath requestPath() const @safe { return m_data.requestPath; } // ditto @property void requestPath(InetPath reqpath) @safe { m_data.requestPath = reqpath; } @property scope FilePartFormFields _files() @safe { return m_data._files; } @property scope bool noLog() const @safe { return m_data.noLog; } @property scope TLSCertificateInformation clientCertificate() @safe { return m_data.clientCertificate; } @property void clientCertificate(TLSCertificateInformation cert) @safe { m_data.clientCertificate = cert; } } } /** Represents a HTTP response as sent from the server side. */ struct HTTPServerResponse { @safe: private HTTPServerResponseData* m_data; this (HTTPServerResponseData* data) { m_data = data; } static if (!is(Stream == InterfaceProxy!Stream)) { this(Stream conn, ConnectionStream raw_connection, HTTPServerSettings settings, IAllocator req_alloc) @safe { this(InterfaceProxy!Stream(conn), InterfaceProxy!ConnectionStream(raw_connection), settings, req_alloc); } } this(InterfaceProxy!Stream conn, InterfaceProxy!ConnectionStream raw_connection, HTTPServerSettings settings, IAllocator req_alloc) { HTTPServerResponseData* data = new HTTPServerResponseData(conn, raw_connection, settings, req_alloc); this(data); } @property scope data() @safe { return m_data; } @property scope HTTPVersion httpVersion() { return m_data.httpVersion; } @property void httpVersion(HTTPVersion h) { m_data.httpVersion = h; } @property scope int statusCode() { return m_data.statusCode; } @property scope string statusPhrase() { return m_data.statusPhrase; } @property scope InetHeaderMap headers() { return m_data.headers; } @property scope Cookie[string] cookies() { return m_data.cookies; } @property string toString() { return m_data.toString(); } @property scope string contentType() { return m_data.contentType(); } @property void contentType(string ct) { return m_data.contentType(ct); } @property scope SysTime timeFinalized() const { return m_data.timeFinalized; } @property scope bool headerWritten() const { return m_data.headerWritten; } @property scope bool isHeadResponse() const { return m_data.isHeadResponse(); } @property scope bool tls() const { return m_data.tls(); } @property void tls(bool v) { m_data.m_tls = v; } @property void m_settings(HTTPServerSettings s) { m_data.m_settings = s; } @property void m_session(Session s) { m_data.m_session = s; } @property void m_isHeadResponse(bool b) { m_data.m_isHeadResponse = b; } void setStatusCode(int v) { m_data.statusCode = v; } void writeBody(in ubyte[] data, string contentType = null) { m_data.writeBody(data, contentType); } void writeBody(scope InputStream data, string content_type = null) { m_data.writeBody(data, content_type); } void writeBody(string data, string content_type = null) { m_data.writeBody(data, content_type); } void writeBody(string data, int status, string content_type = null) { m_data.writeBody(data, status, content_type); } void writeRawBody(RandomAccessStream)(RandomAccessStream stream) @safe if (isRandomAccessStream!RandomAccessStream) { m_data.writeRawBody(stream); } /// ditto void writeRawBody(InputStream)(InputStream stream, size_t num_bytes = 0) @safe if (isInputStream!InputStream && !isRandomAccessStream!InputStream) { m_data.writeRawBody(stream, num_bytes); } /// ditto void writeRawBody(RandomAccessStream)(RandomAccessStream stream, int status) @safe if (isRandomAccessStream!RandomAccessStream) { m_data.writeRawBody(stream, status); } /// ditto void writeRawBody(InputStream)(InputStream stream, int status, size_t num_bytes = 0) @safe if (isInputStream!InputStream && !isRandomAccessStream!InputStream) { m_data.writeRawBody(stream, status, num_bytes); } /// Writes a JSON message with the specified status void writeJsonBody(T)(T data, int status, bool allow_chunked = false) { m_data.writeJsonBody(data, status, allow_chunked); } /// ditto void writeJsonBody(T)(T data, int status, string content_type, bool allow_chunked = false) { m_data.writeJsonBody(data, status, content_type, allow_chunked); } /// ditto void writeJsonBody(T)(T data, string content_type, bool allow_chunked = false) { m_data.writeJsonBody(data, content_type, allow_chunked); } /// ditto void writeJsonBody(T)(T data, bool allow_chunked = false) { m_data.writeJsonBody(data, allow_chunked); } /// ditto void writePrettyJsonBody(T)(T data, bool allow_chunked = false) { m_data.writePrettyJsonBody(data, allow_chunked); } @property void writeVoidBody() { m_data.writeVoidBody(); } /// ditto @property void writeVoidBody(Stream)(Stream stream) { m_data.writeVoidBody(stream); } @property InterfaceProxy!OutputStream bodyWriter() { return m_data.bodyWriter; } package @property void bodyWriterH2(T)(ref T writer, const bool writeH = false) { m_data.bodyWriterH2(writer, writeH); } /** Sends a redirect request to the client. Params: url = The URL to redirect to status = The HTTP redirect status (3xx) to send - by default this is $(D HTTPStatus.found) */ void redirect(T)(T url, int status = HTTPStatus.Found) if(is(typeof(url) == string) || is(typeof(url) == URL)) { m_data.redirect(url, status); } /** Special method sending a SWITCHING_PROTOCOLS response to the client. Notice: For the overload that returns a `ConnectionStream`, it must be ensured that the returned instance doesn't outlive the request handler callback. Params: protocol = The protocol set in the "Upgrade" header of the response. Use an empty string to skip setting this field. */ scope ConnectionStream switchProtocol(string protocol) { return m_data.switchProtocol(protocol); } /// ditto void switchProtocol(string protocol, scope void delegate(scope ConnectionStream) @safe del) { m_data.switchProtocol(protocol, del); } /// ditto package void switchToHTTP2(HANDLER)(HANDLER handler, HTTP2ServerContext context) @safe { m_data.switchToHTTP2(handler, context); } // Send a BadRequest and close connection (failed switch to HTTP/2) package void sendBadRequest() { m_data.sendBadRequest(); } /** Special method for handling CONNECT proxy tunnel Notice: For the overload that returns a `ConnectionStream`, it must be ensured that the returned instance doesn't outlive the request handler callback. */ scope ConnectionStream connectProxy() { return m_data.connectProxy(); } /// ditto void connectProxy(scope void delegate(scope ConnectionStream) @safe del) { m_data.connectProxy(del); } /** Sets the specified cookie value. Params: name = Name of the cookie value = New cookie value - pass null to clear the cookie path = Path (as seen by the client) of the directory tree in which the cookie is visible */ scope Cookie setCookie(string name, string value, string path = "/", Cookie.Encoding encoding = Cookie.Encoding.url) { return m_data.setCookie(name, value, path, encoding); } /** Initiates a new session. The session is stored in the SessionStore that was specified when creating the server. Depending on this, the session can be persistent or temporary and specific to this server instance. */ scope Session startSession(string path = "/", SessionOption options = SessionOption.httpOnly) { return m_data.startSession(path, options); } /** Terminates the current session (if any). */ void terminateSession() { m_data.terminateSession(); } @property scope ulong bytesWritten() const { return m_data.bytesWritten; } /** Waits until either the connection closes, data arrives, or until the given timeout is reached. Returns: $(D true) if the connection was closed and $(D false) if either the timeout was reached, or if data has arrived for consumption. See_Also: `connected` */ bool waitForConnectionClose(Duration timeout = Duration.max) { return m_data.waitForConnectionClose(timeout); } /** Determines if the underlying connection is still alive. Returns $(D true) if the remote peer is still connected and $(D false) if the remote peer closed the connection. See_Also: `waitForConnectionClose` */ @property bool connected() const { return m_data.connected; } /** Finalizes the response. This is usually called automatically by the server. This method can be called manually after writing the response to force all network traffic associated with the current request to be finalized. After the call returns, the `timeFinalized` property will be set. */ void finalize() { m_data.finalize(); } } /** Represents the request listener for a specific `listenHTTP` call. This struct can be used to stop listening for HTTP requests at runtime. */ struct HTTPListener { private { size_t[] m_virtualHostIDs; } private this(size_t[] ids) @safe { m_virtualHostIDs = ids; } @property NetworkAddress[] bindAddresses() { NetworkAddress[] ret; foreach (l; s_contexts) if (l.m_virtualHosts.canFind!(v => m_virtualHostIDs.canFind(v.id))) { NetworkAddress a; a = resolveHost(l.bindAddress); a.port = l.bindPort; ret ~= a; } return ret; } /** Stops handling HTTP requests and closes the TCP listening port if possible. */ void stopListening() @safe { import std.algorithm : countUntil; foreach (vhid; m_virtualHostIDs) { foreach (lidx, l; s_contexts) { if (l.removeVirtualHost(vhid)) { if (!l.hasVirtualHosts) { l.stopListening(); logInfo("Stopped to listen for HTTP%s requests on %s:%s", l.tlsContext ? "S": "", l.bindAddress, l.bindPort); logInfo("Stopped to listen for HTTP%s requests on %s:%s", "", l.bindAddress, l.bindPort); s_contexts = s_contexts[0 .. lidx] ~ s_contexts[lidx+1 .. $]; } } break; } } } } /** Represents a single HTTP server port. This class defines the incoming interface, port, and TLS configuration of the public server port. The public server port may differ from the local one if a reverse proxy of some kind is facing the public internet and forwards to this HTTP server. Multiple virtual hosts can be configured to be served from the same port. Their TLS settings must be compatible and each virtual host must have a */ final class HTTPServerContext { struct VirtualHost { HTTPServerRequestDelegate requestHandler; HTTPServerSettings settings; HTTPLogger[] loggers; size_t id; } private { TCPListener m_listener; VirtualHost[] m_virtualHosts; string m_bindAddress; ushort m_bindPort; TLSContext m_tlsContext; static size_t s_vhostIDCounter = 1; } @safe: this(string bind_address, ushort bind_port) { m_bindAddress = bind_address; m_bindPort = bind_port; } /** Returns the TLS context associated with the listener. For non-HTTPS listeners, `null` will be returned. Otherwise, if only a single virtual host has been added, the TLS context of that host's settings is returned. For multiple virtual hosts, an SNI context is returned, which forwards to the individual contexts based on the requested host name. */ @property TLSContext tlsContext() { return m_tlsContext; } /// The local network interface IP address associated with this listener @property string bindAddress() const { return m_bindAddress; } /// The local port associated with this listener @property ushort bindPort() const { return m_bindPort; } /// Determines if any virtual hosts have been addded @property bool hasVirtualHosts() const { return m_virtualHosts.length > 0; } /// Make m_virtualhosts visible @property scope VirtualHost[] virtualHosts() { return m_virtualHosts; } /** Adds a single virtual host. Note that the port and bind address defined in `settings` must match the ones for this listener. The `settings.host` field must be unique for all virtual hosts. Returns: Returns a unique ID for the new virtual host */ size_t addVirtualHost(HTTPServerSettings settings, HTTPServerRequestDelegate request_handler) { assert(settings.port == 0 || settings.port == m_bindPort, "Virtual host settings do not match bind port."); assert(settings.bindAddresses.canFind(m_bindAddress), "Virtual host settings do not match bind address."); VirtualHost vhost; vhost.id = s_vhostIDCounter++; vhost.settings = settings; vhost.requestHandler = request_handler; if (settings.accessLogger) vhost.loggers ~= settings.accessLogger; if (settings.accessLogToConsole) vhost.loggers ~= new HTTPConsoleLogger(settings, settings.accessLogFormat); if (settings.accessLogFile.length) vhost.loggers ~= new HTTPFileLogger(settings, settings.accessLogFormat, settings.accessLogFile); if (!m_virtualHosts.length) m_tlsContext = settings.tlsContext; enforce((m_tlsContext !is null) == (settings.tlsContext !is null), "Cannot mix HTTP and HTTPS virtual hosts within the same listener."); if (m_tlsContext) addSNIHost(settings); m_virtualHosts ~= vhost; if (settings.hostName.length) { auto proto = settings.tlsContext ? "https" : "http"; auto port = settings.tlsContext && settings.port == 443 || !settings.tlsContext && settings.port == 80 ? "" : ":" ~ settings.port.to!string; logInfo("Added virtual host %s://%s:%s/ (%s)", proto, settings.hostName, m_bindPort, m_bindAddress); } return vhost.id; } /// Removes a previously added virtual host using its ID. bool removeVirtualHost(size_t id) { import std.algorithm.searching : countUntil; auto idx = m_virtualHosts.countUntil!(c => c.id == id); if (idx < 0) return false; auto ctx = m_virtualHosts[idx]; m_virtualHosts = m_virtualHosts[0 .. idx] ~ m_virtualHosts[idx+1 .. $]; return true; } void stopListening() { m_listener.stopListening(); } private void addSNIHost(HTTPServerSettings settings) { if (settings.tlsContext !is m_tlsContext && m_tlsContext.kind != TLSContextKind.serverSNI) { logDebug("Create SNI TLS context for %s, port %s", bindAddress, bindPort); m_tlsContext = createTLSContext(TLSContextKind.serverSNI); m_tlsContext.sniCallback = &onSNI; } } private TLSContext onSNI(string servername) { foreach (vhost; m_virtualHosts) if (vhost.settings.hostName.icmp(servername) == 0) { logDebug("Found context for SNI host '%s'.", servername); return vhost.settings.tlsContext; } logDebug("No context found for SNI host '%s'.", servername); return null; } } /**************************************************************************************************/ /* Private types */ /**************************************************************************************************/ private enum MaxHTTPHeaderLineLength = 4096; /**************************************************************************************************/ /* Private functions */ /**************************************************************************************************/ private { import core.sync.mutex; shared string s_distHost; shared ushort s_distPort = 11000; HTTPServerContext[] s_listeners; } private { HTTPContext[] s_contexts; } //private HTTPContext getDefaultHTTPContext(in ref NetworkAddress addr) //assert(false, "TODO"); //} /** [private] Starts a HTTP server listening on the specified port. This is the same as listenHTTP() except that it does not use a VibeDist host for remote listening, even if specified on the command line. */ private HTTPListener listenHTTPPlain(HTTPServerSettings settings, HTTPServerRequestDelegate request_handler) @safe { import vibe.core.core : runWorkerTaskDist; import std.algorithm : canFind, find; static TCPListener doListen(HTTPServerContext listen_info, bool dist, bool reusePort) @safe { try { TCPListenOptions options = TCPListenOptions.defaults; if(reusePort) options |= TCPListenOptions.reusePort; else options &= ~TCPListenOptions.reusePort; auto ret = listenTCP(listen_info.bindPort, (TCPConnection conn) nothrow @safe { //logInfo("ListenHTTP"); try { handleHTTP1Connection(conn, listen_info); } catch (Exception e) { logError("HTTP connection handler has thrown: %s", e.msg); debug logDebug("Full error: %s", () @trusted { return e.toString().sanitize(); } ()); try conn.close(); catch (Exception e) logError("Failed to close connection: %s", e.msg); } }, listen_info.bindAddress, options); // support port 0 meaning any available port if (listen_info.bindPort == 0) listen_info.m_bindPort = ret.bindAddress.port; auto proto = listen_info.tlsContext ? "https" : "http"; auto urladdr = listen_info.bindAddress; if (urladdr.canFind(':')) urladdr = "["~urladdr~"]"; logInfo("Listening for requests on %s://%s:%s/", proto, urladdr, listen_info.bindPort); return ret; } catch( Exception e ) { logWarn("Failed to listen on %s:%s", listen_info.bindAddress, listen_info.bindPort); return TCPListener.init; } } size_t[] vid; // Check for every bind address/port, if a new listening socket needs to be created and // check for conflicting servers foreach (addr; settings.bindAddresses) { HTTPServerContext linfo; auto l = s_contexts.find!(l => l.bindAddress == addr && l.bindPort == settings.port); if (!l.empty) linfo = l.front; else { auto li = new HTTPServerContext(addr, settings.port); if (auto tcp_lst = doListen(li, (settings.options & HTTPServerOptionImpl.distribute) != 0, (settings.options & HTTPServerOption.reusePort) != 0)) // DMD BUG 2043 { li.m_listener = tcp_lst; s_contexts ~= li; linfo = li; } } if (linfo) vid ~= linfo.addVirtualHost(settings, request_handler); } enforce(vid.length > 0, "Failed to listen for incoming HTTP connections on any of the supplied interfaces."); return HTTPListener(vid); } unittest{ // testing a class that implements HTTPServerRequestHandler class MyReqHandler : HTTPServerRequestHandler { override void handleRequest(HTTPServerRequest req, HTTPServerResponse res) @safe { if (req.path == "/") res.writeBody("Hello, World! Interface"); } } auto settings = HTTPServerSettings(); settings.port = 8050; settings.bindAddresses = ["localhost"]; MyReqHandler mrh = new MyReqHandler; listenHTTP!mrh(settings); } unittest { // testing HTTPS connections void handleRequest (HTTPServerRequest req, HTTPServerResponse res) @safe { if (req.path == "/") res.writeBody("Hello, World! Delegate"); } auto settings = HTTPServerSettings(); settings.port = 8070; settings.bindAddresses = ["localhost"]; settings.tlsContext = createTLSContext(TLSContextKind.server); settings.tlsContext.useCertificateChainFile("tests/server.crt"); settings.tlsContext.usePrivateKeyFile("tests/server.key"); listenHTTP!handleRequest(settings); } //// NOTE: just a possible idea for the low level api //struct HTTPRequestHandler { //void read(alias HeaderCallback, alias BodyCallback)() //{ //connection.readHeaders!HeaderCallback(); //connection.readBody!BodyCallback(); //} //void write(alias HeaderCallback, alias BodyCallback)() //{ //connection.writeHeader!HeaderCallback(); //connection.writeBody!BodyCallback(); //} //} struct HTTPServerRequestData { @disable this(this); @safe: private { SysTime m_timeCreated; HTTPServerSettings m_settings; ushort m_port; string m_peer; } protected { InterfaceProxy!Stream m_conn; /// The HTTP protocol version used for the request HTTPVersion httpVersion = HTTPVersion.HTTP_1_1; /// The HTTP _method of the request HTTPMethod method = HTTPMethod.GET; /** The request URI Note that the request URI usually does not include the global 'http://server' part, but only the local path and a query string. A possible exception is a proxy server, which will get full URLs. */ string requestURI = "/"; /// Compatibility alias - scheduled for deprecation alias requestURL = requestURI; /// All request _headers InetHeaderMap headers; /// The IP address of the client @property string peer() @safe nothrow { if (!m_peer) { version (Have_vibe_core) {} else scope (failure) assert(false); // store the IP address (IPv4 addresses forwarded over IPv6 are stored in IPv4 format) auto peer_address_string = this.clientAddress.toAddressString(); if (peer_address_string.startsWith("::ffff:") && peer_address_string[7 .. $].indexOf(':') < 0) m_peer = peer_address_string[7 .. $]; else m_peer = peer_address_string; } return m_peer; } /// ditto NetworkAddress clientAddress; /// Determines if the request should be logged to the access log file. bool noLog; /// Determines if the request was issued over an TLS encrypted channel. bool tls; /* Information about the TLS certificate provided by the client. Remarks: This field is only set if `tls` is true, and the peer presented a client certificate. */ TLSCertificateInformation clientCertificate; /* Deprecated: The _path part of the URL. Note that this function contains the decoded version of the requested path, which can yield incorrect results if the path contains URL encoded path separators. Use `requestPath` instead to get an encoding-aware representation. */ string path() @safe { if (_path.isNull) { _path = urlDecode(requestPath.toString); } return _path.get; } void path(string st) @safe { assert(_path.isNull, "Unable to set request path"); _path = st; } private Nullable!string _path; //* The path part of the requested URI. InetPath requestPath; //* The user name part of the URL, if present. string username; //* The _password part of the URL, if present. string password; //* The _query string part of the URL. string queryString; /* Contains the list of _cookies that are stored on the client. Note that the a single cookie name may occur multiple times if multiple cookies have that name but different paths or domains that all match the request URI. By default, the first cookie will be returned, which is the or one of the cookies with the closest path match. */ @property ref CookieValueMap cookies() @safe { if (_cookies.isNull) { _cookies = CookieValueMap.init; if (auto pv = "cookie" in headers) parseCookies(*pv, _cookies); } return _cookies.get; } private Nullable!CookieValueMap _cookies; /* Contains all _form fields supplied using the _query string. The fields are stored in the same order as they are received. */ @property ref FormFields query() @safe { if (_query.isNull) { _query = FormFields.init; parseURLEncodedForm(queryString, _query); } return _query.get; } Nullable!FormFields _query; import vibe.utils.dictionarylist; /* A map of general parameters for the request. This map is supposed to be used by middleware functionality to store information for later stages. For example vibe.http.router.URLRouter uses this map to store the value of any named placeholders. */ import std.variant : Variant; /* A map of context items for the request. This is especially useful for passing application specific data down the chain of processors along with the request itself. For example, a generic route may be defined to check user login status, if the user is logged in, add a reference to user specific data to the context. This is implemented with `std.variant.Variant` to allow any type of data. */ DictionaryList!(Variant, true, 2) context; /* Supplies the request body as a stream. Note that when certain server options are set (such as HTTPServerOption.parseJsonBody) and a matching request was sent, the returned stream will be empty. If needed, remove those options and do your own processing of the body when launching the server. HTTPServerOption has a list of all options that affect the request body. */ InputStream bodyReader; /* Contains the parsed Json for a JSON request. A JSON request must have the Content-Type "application/json" or "application/vnd.api+json". */ @property ref Json json() @safe { if (_json.isNull) { if (icmp2(contentType, "application/json") == 0 || icmp2(contentType, "application/vnd.api+json") == 0 ) { auto bodyStr = bodyReader.readAllUTF8(); if (!bodyStr.empty) _json = parseJson(bodyStr); } else { _json = Json.undefined; } } return _json.get; } private Nullable!Json _json; /* Contains the parsed parameters of a HTML POST _form request. The fields are stored in the same order as they are received. Remarks: A form request must either have the Content-Type "application/x-www-form-urlencoded" or "multipart/form-data". */ @property ref FormFields form() @safe { if (_form.isNull) parseFormAndFiles(); return _form.get; } private Nullable!FormFields _form; private void parseFormAndFiles() @safe { _form = FormFields.init; assert(!!bodyReader); parseFormData(_form, _files, headers.get("Content-Type", ""), bodyReader, MaxHTTPHeaderLineLength); } //* Contains information about any uploaded file for a HTML _form request. @property ref FilePartFormFields files() @safe { // _form and _files are parsed in one step if (_form.isNull) { parseFormAndFiles(); assert(!_form.isNull); } return _files; } private FilePartFormFields _files; /* The current Session object. This field is set if HTTPServerResponse.startSession() has been called on a previous response and if the client has sent back the matching cookie. Remarks: Requires the HTTPServerOption.parseCookies option. */ Session session; public string toString() { return httpMethodString(method) ~ " " ~ requestURL ~ " " ~ getHTTPVersionString(httpVersion); } /** Shortcut to the 'Host' header (always present for HTTP 1.1) */ @property string host() const { auto ph = "Host" in headers; return ph ? *ph : null; } /// ditto @property void host(string v) { headers["Host"] = v; } /** Returns the mime type part of the 'Content-Type' header. This function gets the pure mime type (e.g. "text/plain") without any supplimentary parameters such as "charset=...". Use contentTypeParameters to get any parameter string or headers["Content-Type"] to get the raw value. */ @property string contentType() const { auto pv = "Content-Type" in headers; if( !pv ) return null; auto idx = std.string.indexOf(*pv, ';'); return idx >= 0 ? (*pv)[0 .. idx] : *pv; } /// ditto @property void contentType(string ct) { headers["Content-Type"] = ct; } /** Returns any supplementary parameters of the 'Content-Type' header. This is a semicolon separated ist of key/value pairs. Usually, if set, this contains the character set used for text based content types. */ @property string contentTypeParameters() const { auto pv = "Content-Type" in headers; if( !pv ) return null; auto idx = std.string.indexOf(*pv, ';'); return idx >= 0 ? (*pv)[idx+1 .. $] : null; } /** Determines if the connection persists across requests. */ @property bool persistent() const { auto ph = "connection" in headers; switch(httpVersion) { case HTTPVersion.HTTP_1_0: if (ph && toLower(*ph) == "keep-alive") return true; return false; case HTTPVersion.HTTP_1_1: if (ph && toLower(*ph) != "keep-alive") return false; return true; default: return false; } } } package { //* The settings of the server serving this request. @property const(HTTPServerSettings) serverSettings() const @safe { return m_settings; } } this(SysTime time, ushort port) @safe { m_timeCreated = time.toUTC(); m_port = port; } //* Time when this request started processing. @property SysTime timeCreated() const @safe { return m_timeCreated; } /* The full URL that corresponds to this request. The host URL includes the protocol, host and optionally the user and password that was used for this request. This field is useful to construct self referencing URLs. Note that the port is currently not set, so that this only works if the standard port is used. */ @property URL fullURL() const @safe { URL url; auto xfh = this.headers.get("X-Forwarded-Host"); auto xfp = this.headers.get("X-Forwarded-Port"); auto xfpr = this.headers.get("X-Forwarded-Proto"); // Set URL host segment. if (xfh.length) { url.host = xfh; } else if (!this.host.empty) { url.host = this.host; } else if (!m_settings.hostName.empty) { url.host = m_settings.hostName; } else { url.host = m_settings.bindAddresses[0]; } // Set URL schema segment. if (xfpr.length) { url.schema = xfpr; } else if (this.tls) { url.schema = "https"; } else { url.schema = "http"; } // Set URL port segment. if (xfp.length) { try { url.port = xfp.to!ushort; } catch (ConvException) { // TODO : Consider responding with a 400/etc. error from here. logWarn("X-Forwarded-Port header was not valid port (%s)", xfp); } } else if (!xfh) { if (url.schema == "https") { if (m_port != 443U) url.port = m_port; } else { if (m_port != 80U) url.port = m_port; } } if (url.host.startsWith('[')) { // handle IPv6 address auto idx = url.host.indexOf(']'); if (idx >= 0 && idx+1 < url.host.length && url.host[idx+1] == ':') url.host = url.host[1 .. idx]; } else { // handle normal host names or IPv4 address auto idx = url.host.indexOf(':'); if (idx >= 0) url.host = url.host[0 .. idx]; } url.username = this.username; url.password = this.password; url.localURI = this.requestURI; return url; } /* The relative path to the root folder. Using this function instead of absolute URLs for embedded links can be useful to avoid dead link when the site is piped through a reverse-proxy. The returned string always ends with a slash. */ @property string rootDir() const @safe { import std.range.primitives : walkLength; auto depth = requestPath.bySegment.walkLength; return depth == 0 ? "./" : replicate("../", depth); } } struct HTTPServerResponseData { @disable this(this); @safe: private { InterfaceProxy!Stream m_conn; InterfaceProxy!ConnectionStream m_rawConnection; InterfaceProxy!OutputStream m_bodyWriter; IAllocator m_requestAlloc; FreeListRef!ChunkedOutputStream m_chunkedBodyWriter; FreeListRef!CountingOutputStream m_countingWriter; FreeListRef!ZlibOutputStream m_zlibOutputStream; HTTPServerSettings m_settings; Session m_session; bool m_headerWritten = false; bool m_isHeadResponse = false; bool m_tls; SysTime m_timeFinalized; } protected { /// The protocol version of the response - should not be changed HTTPVersion httpVersion = HTTPVersion.HTTP_1_1; /// The status code of the response, 200 by default int statusCode = HTTPStatus.OK; /** The status phrase of the response If no phrase is set, a default one corresponding to the status code will be used. */ string statusPhrase; /// The response header fields InetHeaderMap headers; /// All cookies that shall be set on the client for this request Cookie[string] cookies; /** Shortcut to the "Content-Type" header */ @property string contentType() const { auto pct = "Content-Type" in headers; return pct ? *pct : "application/octet-stream"; } /// ditto @property void contentType(string ct) { headers["Content-Type"] = ct; } static if (!is(Stream == InterfaceProxy!Stream)) { this(Stream conn, ConnectionStream raw_connection, HTTPServerSettings settings, IAllocator req_alloc) @safe { this(InterfaceProxy!Stream(conn), InterfaceProxy!ConnectionStream(raw_connection), settings, req_alloc); } } this(InterfaceProxy!Stream conn, InterfaceProxy!ConnectionStream raw_connection, HTTPServerSettings settings, IAllocator req_alloc) @safe { m_conn = conn; m_rawConnection = raw_connection; m_countingWriter = createCountingOutputStreamFL(conn); m_settings = settings; m_requestAlloc = req_alloc; } /** Returns the time at which the request was finalized. Note that this field will only be set after `finalize` has been called. */ @property SysTime timeFinalized() const @safe { return m_timeFinalized; } /** Determines if the HTTP header has already been written. */ @property bool headerWritten() const @safe { return m_headerWritten; } /** Determines if the response does not need a body. */ bool isHeadResponse() const @safe { return m_isHeadResponse; } /** Determines if the response is sent over an encrypted connection. */ bool tls() const @safe { return m_tls; } /** Writes the entire response body at once. Params: data = The data to write as the body contents status = Optional response status code to set content_tyoe = Optional content type to apply to the response. If no content type is given and no "Content-Type" header is set in the response, this will default to `"application/octet-stream"`. See_Also: `HTTPStatusCode` */ void writeBody(in ubyte[] data, string content_type = null) @safe { if (content_type.length) headers["Content-Type"] = content_type; else if ("Content-Type" !in headers) headers["Content-Type"] = "application/octet-stream"; ulong length = data.length; headers["Content-Length"] = formatAlloc(m_requestAlloc, "%d", length); headers["Content-Length"] = format("%d", length); bodyWriter.write(data); } /// ditto void writeBody(in ubyte[] data, int status, string content_type = null) @safe { statusCode = status; writeBody(data, content_type); } /// ditto void writeBody(scope InputStream data, string content_type = null) @safe { if (content_type.length) headers["Content-Type"] = content_type; else if ("Content-Type" !in headers) headers["Content-Type"] = "application/octet-stream"; data.pipe(bodyWriter); } /** Writes the entire response body as a single string. Params: data = The string to write as the body contents status = Optional response status code to set content_type = Optional content type to apply to the response. If no content type is given and no "Content-Type" header is set in the response, this will default to `"text/plain; charset=UTF-8"`. See_Also: `HTTPStatusCode` */ /// ditto void writeBody(string data, string content_type = null) @safe { if (!content_type.length && "Content-Type" !in headers) content_type = "text/plain; charset=UTF-8"; writeBody(cast(const(ubyte)[])data, content_type); } /// ditto void writeBody(string data, int status, string content_type = null) @safe { statusCode = status; writeBody(data, content_type); } /** Writes the whole response body at once, without doing any further encoding. The caller has to make sure that the appropriate headers are set correctly (i.e. Content-Type and Content-Encoding). Note that the version taking a RandomAccessStream may perform additional optimizations such as sending a file directly from the disk to the network card using a DMA transfer. */ void writeRawBody(RandomAccessStream)(RandomAccessStream stream) @safe if (isRandomAccessStream!RandomAccessStream) { assert(!m_headerWritten, "A body was already written!"); writeHeader(); if (m_isHeadResponse) return; auto bytes = stream.size - stream.tell(); stream.pipe(m_conn); m_countingWriter.increment(bytes); } /// ditto void writeRawBody(InputStream)(InputStream stream, size_t num_bytes = 0) @safe if (isInputStream!InputStream && !isRandomAccessStream!InputStream) { assert(!m_headerWritten, "A body was already written!"); writeHeader(); if (m_isHeadResponse) return; if (num_bytes > 0) { stream.pipe(m_conn, num_bytes); m_countingWriter.increment(num_bytes); } else stream.pipe(m_countingWriter, num_bytes); } /// ditto void writeRawBody(RandomAccessStream)(RandomAccessStream stream, int status) @safe if (isRandomAccessStream!RandomAccessStream) { statusCode = status; writeRawBody(stream); } /// ditto void writeRawBody(InputStream)(InputStream stream, int status, size_t num_bytes = 0) @safe if (isInputStream!InputStream && !isRandomAccessStream!InputStream) { statusCode = status; writeRawBody(stream, num_bytes); } /// Writes a JSON message with the specified status void writeJsonBody(T)(T data, int status, bool allow_chunked = false) { statusCode = status; writeJsonBody(data, allow_chunked); } /// ditto void writeJsonBody(T)(T data, int status, string content_type, bool allow_chunked = false) { statusCode = status; writeJsonBody(data, content_type, allow_chunked); } /// ditto void writeJsonBody(T)(T data, string content_type, bool allow_chunked = false) { headers["Content-Type"] = content_type; writeJsonBody(data, allow_chunked); } /// ditto void writeJsonBody(T)(T data, bool allow_chunked = false) { doWriteJsonBody!(T, false)(data, allow_chunked); } /// ditto void writePrettyJsonBody(T)(T data, bool allow_chunked = false) { doWriteJsonBody!(T, true)(data, allow_chunked); } private void doWriteJsonBody(T, bool PRETTY)(T data, bool allow_chunked = false) { import std.traits; import vibe.stream.wrapper; static if (!is(T == Json) && is(typeof(data.data())) && isArray!(typeof(data.data()))) { static assert(!is(T == Appender!(typeof(data.data()))), "Passed an Appender!T to writeJsonBody - this is most probably not doing what's indended."); } if ("Content-Type" !in headers) headers["Content-Type"] = "application/json; charset=UTF-8"; // set an explicit content-length field if chunked encoding is not allowed if (!allow_chunked) { import vibe.internal.rangeutil; long length = 0; auto counter = RangeCounter(() @trusted { return &length; } ()); static if (PRETTY) serializeToPrettyJson(counter, data); else serializeToJson(counter, data); headers["Content-Length"] = formatAlloc(m_requestAlloc, "%d", length); } auto rng = streamOutputRange!1024(bodyWriter); static if (PRETTY) serializeToPrettyJson(() @trusted { return &rng; } (), data); else serializeToJson(() @trusted { return &rng; } (), data); } /** * Writes the response with no body. * * This method should be used in situations where no body is * requested, such as a HEAD request. For an empty body, just use writeBody, * as this method causes problems with some keep-alive connections. */ void writeVoidBody() @safe { writeVoidBody(m_conn); } /// ditto void writeVoidBody(Stream)(Stream stream) @safe if(isOutputStream!Stream) { if (!m_isHeadResponse) { assert("Content-Length" !in headers); assert("Transfer-Encoding" !in headers); } assert(!headerWritten); writeHeader(stream); stream.flush(); } /** A stream for writing the body of the HTTP response. Note that after 'bodyWriter' has been accessed for the first time, it is not allowed to change any header or the status code of the response. */ @property InterfaceProxy!OutputStream bodyWriter() @safe { assert(!!m_conn); if (m_bodyWriter) return m_bodyWriter; assert(!m_headerWritten, "A void body was already written!"); if (m_isHeadResponse) { // for HEAD requests, we define a NullOutputWriter for convenience // - no body will be written. However, the request handler should call writeVoidBody() // and skip writing of the body in this case. if ("Content-Length" !in headers) headers["Transfer-Encoding"] = "chunked"; writeHeader(); m_bodyWriter = nullSink; return m_bodyWriter; } if ("Content-Encoding" in headers && "Content-Length" in headers) { // we do not known how large the compressed body will be in advance // so remove the content-length and use chunked transfer headers.remove("Content-Length"); } if (auto pcl = "Content-Length" in headers) { writeHeader(); m_countingWriter.writeLimit = (*pcl).to!ulong; m_bodyWriter = m_countingWriter; } else if (httpVersion <= HTTPVersion.HTTP_1_0) { if ("Connection" in headers) headers.remove("Connection"); // default to "close" writeHeader(); m_bodyWriter = m_conn; } else { headers["Transfer-Encoding"] = "chunked"; writeHeader(); m_chunkedBodyWriter = createChunkedOutputStreamFL(m_countingWriter); m_bodyWriter = m_chunkedBodyWriter; } if (auto pce = "Content-Encoding" in headers) { if (icmp2(*pce, "gzip") == 0) { m_zlibOutputStream = createGzipOutputStreamFL(m_bodyWriter); m_bodyWriter = m_zlibOutputStream; } else if (icmp2(*pce, "deflate") == 0) { m_zlibOutputStream = createDeflateOutputStreamFL(m_bodyWriter); m_bodyWriter = m_zlibOutputStream; } else { logWarn("Unsupported Content-Encoding set in response: '"~*pce~"'"); } } return m_bodyWriter; } /** * Used to change the bodyWriter during a HTTP/2 connection */ import vibe.stream.memory; @property void bodyWriterH2(T)(ref T writer, const bool writeH = false) @safe if(isOutputStream!T) { assert(!m_bodyWriter, "Unable to set bodyWriter"); // write the current set headers before initiating the bodyWriter if(writeH) writeHeader(writer); static if(!is(T == InterfaceProxy!OutputStream)) { InterfaceProxy!OutputStream bwriter = writer; m_bodyWriter = bwriter; } else { m_bodyWriter = writer; } } /** Sends a redirect request to the client. Params: url = The URL to redirect to status = The HTTP redirect status (3xx) to send - by default this is $(D HTTPStatus.found) */ void redirect(string url, int status = HTTPStatus.Found) @safe { // Disallow any characters that may influence the header parsing enforce(!url.representation.canFind!(ch => ch < 0x20), "Control character in redirection URL."); statusCode = status; headers["Location"] = url; writeBody("redirecting..."); } /// ditto void redirect(URL url, int status = HTTPStatus.Found) @safe { redirect(url.toString(), status); } /// @safe unittest { import vibe.http.router; void request_handler(HTTPServerRequest req, HTTPServerResponse res) { res.redirect("http://example.org/some_other_url"); } void test() { auto router = new URLRouter; router.get("/old_url", &request_handler); HTTPServerSettings settings; listenHTTP!router(settings); } } /** Special method sending a SWITCHING_PROTOCOLS response to the client. Notice: For the overload that returns a `ConnectionStream`, it must be ensured that the returned instance doesn't outlive the request handler callback. Notice: The overload which accepts a connection_handler alias is used for HTTP/1 to HTTP/2 switching in cleartext HTTP Params: protocol = The protocol set in the "Upgrade" header of the response. Use an empty string to skip setting this field. */ ConnectionStream switchProtocol(string protocol) @safe { statusCode = HTTPStatus.SwitchingProtocols; if (protocol.length) headers["Upgrade"] = protocol; writeVoidBody(); return createConnectionProxyStream(m_conn, m_rawConnection); } /// ditto void switchProtocol(string protocol, scope void delegate(scope ConnectionStream) @safe del) @safe { statusCode = HTTPStatus.SwitchingProtocols; if (protocol.length) headers["Upgrade"] = protocol; writeVoidBody(); () @trusted { auto conn = createConnectionProxyStreamFL(m_conn, m_rawConnection); del(conn); } (); finalize(); if (m_rawConnection && m_rawConnection.connected) m_rawConnection.close(); // connection not reusable after a protocol upgrade } package void switchToHTTP2(HANDLER)(HANDLER handler, HTTP2ServerContext context) @safe { //logInfo("sending SWITCHING_PROTOCOL response"); statusCode = HTTPStatus.switchingProtocols; headers["Upgrade"] = "h2c"; writeVoidBody(); // TODO improve handler (handleHTTP2Connection) connection management auto tcp_conn = m_rawConnection.extract!TCPConnection; handler(tcp_conn, tcp_conn, context, false); finalize(); // close the existing connection if (m_rawConnection && m_rawConnection.connected) m_rawConnection.close(); // connection not reusable after a protocol upgrade } // send a badRequest error response and close the connection package void sendBadRequest() @safe { statusCode = HTTPStatus.badRequest; writeVoidBody(); finalize(); if (m_rawConnection && m_rawConnection.connected) m_rawConnection.close(); // connection not reusable after a protocol upgrade } /** Special method for handling CONNECT proxy tunnel Notice: For the overload that returns a `ConnectionStream`, it must be ensured that the returned instance doesn't outlive the request handler callback. */ ConnectionStream connectProxy() @safe { return createConnectionProxyStream(m_conn, m_rawConnection); } /// ditto void connectProxy(scope void delegate(scope ConnectionStream) @safe del) @safe { () @trusted { auto conn = createConnectionProxyStreamFL(m_conn, m_rawConnection); del(conn); } (); finalize(); m_rawConnection.close(); // connection not reusable after a protocol upgrade } /** Sets the specified cookie value. Params: name = Name of the cookie value = New cookie value - pass null to clear the cookie path = Path (as seen by the client) of the directory tree in which the cookie is visible */ Cookie setCookie(string name, string value, string path = "/", Cookie.Encoding encoding = Cookie.Encoding.url) @safe { auto cookie = new Cookie(); cookie.path = path; cookie.setValue(value, encoding); if (value is null) { cookie.maxAge = 0; cookie.expires = "Thu, 01 Jan 1970 00:00:00 GMT"; } cookies[name] = cookie; return cookie; } /** Initiates a new session. The session is stored in the SessionStore that was specified when creating the server. Depending on this, the session can be persistent or temporary and specific to this server instance. */ Session startSession(string path = "/", SessionOption options = SessionOption.httpOnly) @safe { assert(m_settings.sessionStore, "no session store set"); assert(!m_session, "Try to start a session, but already started one."); bool secure; if (options & SessionOption.secure) secure = true; else if (options & SessionOption.noSecure) secure = false; else secure = this.tls; m_session = m_settings.sessionStore.create(); m_session.set("$sessionCookiePath", path); m_session.set("$sessionCookieSecure", secure); auto cookie = setCookie(m_settings.sessionIdCookie, m_session.id, path); cookie.secure = secure; cookie.httpOnly = (options & SessionOption.httpOnly) != 0; return m_session; } /** Terminates the current session (if any). */ void terminateSession() @safe { if (!m_session) return; auto cookie = setCookie(m_settings.sessionIdCookie, null, m_session.get!string("$sessionCookiePath")); cookie.secure = m_session.get!bool("$sessionCookieSecure"); m_session.destroy(); m_session = Session.init; } @property ulong bytesWritten() @safe const { return m_countingWriter.bytesWritten; } /** Waits until either the connection closes, data arrives, or until the given timeout is reached. Returns: $(D true) if the connection was closed and $(D false) if either the timeout was reached, or if data has arrived for consumption. See_Also: `connected` */ bool waitForConnectionClose(Duration timeout = Duration.max) @safe { if (!m_rawConnection || !m_rawConnection.connected) return true; m_rawConnection.waitForData(timeout); return !m_rawConnection.connected; } /** Determines if the underlying connection is still alive. Returns $(D true) if the remote peer is still connected and $(D false) if the remote peer closed the connection. See_Also: `waitForConnectionClose` */ @property bool connected() @safe const { if (!m_rawConnection) return false; return m_rawConnection.connected; } /** Finalizes the response. This is usually called automatically by the server. This method can be called manually after writing the response to force all network traffic associated with the current request to be finalized. After the call returns, the `timeFinalized` property will be set. */ void finalize() @safe { if (m_zlibOutputStream) { m_zlibOutputStream.finalize(); m_zlibOutputStream.destroy(); } if (m_chunkedBodyWriter) { m_chunkedBodyWriter.finalize(); m_chunkedBodyWriter.destroy(); } // ignore exceptions caused by an already closed connection - the client // may have closed the connection already and this doesn't usually indicate // a problem. if (m_rawConnection && m_rawConnection.connected) { try if (m_conn) m_conn.flush(); catch (Exception e) logDebug("Failed to flush connection after finishing HTTP response: %s", e.msg); if (!isHeadResponse && bytesWritten < headers.get("Content-Length", "0").to!long) { logDebug("HTTP response only written partially before finalization. Terminating connection."); m_rawConnection.close(); } m_rawConnection = InterfaceProxy!ConnectionStream.init; } if (m_conn) { m_conn = InterfaceProxy!Stream.init; m_timeFinalized = Clock.currTime(UTC()); } } } private void writeHeader() @safe { writeHeader(m_conn); } // accept a destination stream private void writeHeader(Stream)(Stream conn) @safe if(isOutputStream!Stream) { import vibe.stream.wrapper; assert(!m_bodyWriter && !m_headerWritten, "Try to write header after body has already begun."); m_headerWritten = true; auto dst = streamOutputRange!1024(conn); void writeLine(T...)(string fmt, T args) @safe { formattedWrite(() @trusted { return &dst; } (), fmt, args); dst.put("\r\n"); logTrace(fmt, args); } logTrace("---------------------"); logTrace("HTTP server response:"); logTrace("---------------------"); // write the status line writeLine("%s %d %s", getHTTPVersionString(this.httpVersion), this.statusCode, this.statusPhrase.length ? this.statusPhrase : httpStatusText(this.statusCode)); // write all normal headers foreach (k, v; this.headers) { dst.put(k); dst.put(": "); dst.put(v); dst.put("\r\n"); logTrace("%s: %s", k, v); } logTrace("---------------------"); // write cookies foreach (n, cookie; this.cookies) { dst.put("Set-Cookie: "); cookie.writeString(() @trusted { return &dst; } (), n); dst.put("\r\n"); } // finalize response header dst.put("\r\n"); } public string toString() { auto app = appender!string(); formattedWrite(app, "%s %d %s", getHTTPVersionString(this.httpVersion), this.statusCode, this.statusPhrase); return app.data; } } private void parseCookies(string str, ref CookieValueMap cookies) @safe { import std.encoding : sanitize; import std.array : split; import std.string : strip; import std.algorithm.iteration : map, filter, each; import vibe.http.common : Cookie; () @trusted { return str.sanitize; } () .split(";") .map!(kv => kv.strip.split("=")) .filter!(kv => kv.length == 2) //ignore illegal cookies .each!(kv => cookies.add(kv[0], kv[1], Cookie.Encoding.raw) ); } unittest { auto cvm = CookieValueMap(); parseCookies("foo=bar;; baz=zinga; öö=üü ; møøse=was=sacked; onlyval1; =onlyval2; onlykey=", cvm); assert(cvm["foo"] == "bar"); assert(cvm["baz"] == "zinga"); assert(cvm["öö"] == "üü"); assert( "møøse" ! in cvm); //illegal cookie gets ignored assert( "onlyval1" ! in cvm); //illegal cookie gets ignored assert(cvm["onlykey"] == ""); assert(cvm[""] == "onlyval2"); assert(cvm.length() == 5); cvm = CookieValueMap(); parseCookies("", cvm); assert(cvm.length() == 0); cvm = CookieValueMap(); parseCookies(";;=", cvm); assert(cvm.length() == 1); assert(cvm[""] == ""); } void parseHTTP2RequestHeader(R)(ref R headers, HTTPServerRequest reqStruct) @safe { import std.algorithm.searching : find, startsWith; import std.algorithm.iteration : filter; auto req = reqStruct.data; //Method req.method = cast(HTTPMethod)headers.find!((h,m) => h.name == m)(":method")[0].value; //Host auto host = headers.find!((h,m) => h.name == m)(":authority"); if(!host.empty) req.host = cast(string)host[0].value; //Path req.path = cast(string)headers.find!((h,m) => h.name == m)(":path")[0].value; //URI req.requestURI = req.host; //HTTP version req.httpVersion = HTTPVersion.HTTP_2; //headers foreach(h; headers.filter!(f => !f.name.startsWith(":"))) { req.headers[h.name] = cast(string)h.value; } } uint parseRequestHeader(InputStream)(HTTPServerRequest reqStruct, InputStream http_stream, IAllocator alloc, ulong max_header_size) if (isInputStream!InputStream) { auto req = reqStruct.data; auto stream = FreeListRef!LimitedHTTPInputStream(http_stream, max_header_size); logTrace("HTTP server reading status line"); auto reqln = () @trusted { return cast(string)stream.readLine(MaxHTTPHeaderLineLength, "\r\n", alloc); }(); if(reqln == "PRI * HTTP/2.0") return cast(uint)reqln.length; logTrace("--------------------"); logTrace("HTTP server request:"); logTrace("--------------------"); logTrace("%s", reqln); //Method auto pos = reqln.indexOf(' '); enforceBadRequest(pos >= 0, "invalid request method"); req.method = httpMethodFromString(reqln[0 .. pos]); reqln = reqln[pos+1 .. $]; //Path pos = reqln.indexOf(' '); enforceBadRequest(pos >= 0, "invalid request path"); req.requestURI = reqln[0 .. pos]; reqln = reqln[pos+1 .. $]; req.httpVersion = parseHTTPVersion(reqln); //headers parseRFC5322Header(stream, req.headers, MaxHTTPHeaderLineLength, alloc, false); foreach (k, v; req.headers) logTrace("%s: %s", k, v); logTrace("--------------------"); return 0; } string formatRFC822DateAlloc(IAllocator alloc, SysTime time) @safe { auto app = AllocAppender!string(alloc); writeRFC822DateTimeString(app, time); return () @trusted { return app.data; } (); } version (VibeDebugCatchAll) alias UncaughtException = Throwable; else alias UncaughtException = Exception;
D
module venus.lexer; import std.range; import std.stdio; import std.conv; import std.uni; import std.utf; import std.ascii; import venus.context; unittest { import std.algorithm; // Test import statement { Context ctx = new Context(); string code = "import std.io"; auto tokens = lex(code, ctx).array; writeln("tokens length:", tokens.length); writeln(tokens); assert(tokens[0].type == TokenType.Begin); assert(tokens[1].type == TokenType.Import); assert(tokens[2].type == TokenType.Identifier); assert(tokens[3].type == TokenType.Dot); assert(tokens[4].type == TokenType.Identifier); assert(tokens[5].type == TokenType.End); } // Test function definition { Context ctx = new Context(); string code = q{fun add(a int, b int) int = a + b}; auto tokens = lex(code, ctx).array; assert(tokens[0].type == TokenType.Begin); assert(tokens[1].type == TokenType.Fun); assert(tokens[2].type == TokenType.Identifier); assert(tokens[3].type == TokenType.ParenBegin); assert(tokens[4].type == TokenType.Identifier); assert(tokens[5].type == TokenType.Int); assert(tokens[6].type == TokenType.Comma); assert(tokens[7].type == TokenType.Identifier); assert(tokens[8].type == TokenType.Int); assert(tokens[9].type == TokenType.ParenEnd); assert(tokens[10].type == TokenType.Int); assert(tokens[11].type == TokenType.Assign); assert(tokens[12].type == TokenType.Identifier); assert(tokens[13].type == TokenType.Plus); assert(tokens[14].type == TokenType.Identifier); assert(tokens[15].type == TokenType.End); } { Context ctx = new Context(); string code = q{ import std.io; fun add(a int, b int) int { a + b } main { println(add(a, b)) } }; auto tokens = lex(code, ctx).array; tokens.each!writeln; } string code = q{ // one-line comment /* * This is multiline comment and should be ignored by the compiler */ import std.io; // extern function definition extern sin(d double) double; // short function definition fun add(a int, b int) int = a + b // full function definition fun times(c double, d double) double { return c * d } // void function fun doSomething() void { a = 1 + 1 } // function as parameter fun apply(f fun[int, int -> double]) void { f(1, 2) } // extention function fun string.reverse() string { string(self.data.reverse) } // script block script { println("hello") } // dynamic block dynamic { var x = 1; println(sin(x)); } // static block static { int MAX_INT = int.MAX; } // main block main { println("hello"); var a = 1.1; val c = 'a'; 1 + 2; 2 - 3; 4 * 5; 6 / 7; if (a > 1) { println("a is greater"); } else println("a is less"); val arr = [1, 2, 3, 4, 5]; for n in arr { println(n); } var i = 0; while (i < 5) { println(i); i = i + 1; } } }; auto ctx = new Context(); auto lexer = lex(code, ctx); /* foreach (tok; lexer) { writeln(ctx.getTokenString(tok)); } */ writeln("testing lexer end."); } alias isUniAlpha = std.uni.isAlpha; alias isPunct = std.ascii.isPunctuation; // // Lexer returns a range of Tokens from a source type R // struct Lexer { Token t; const(char)[] r; Context context; uint line = 1; uint index = 0; bool isFinished = false; @property auto front() inout { return t; } void popFront() { t = getNextToken(); } @property auto save() inout { return inout(Lexer)(t, r, context, line, index); } @property bool empty() const { return isFinished; } private: auto getNextToken() { while (true) { if (r.empty()) { if (t.type == TokenType.End) { isFinished = true; } return lexEnd(); } dchar f = r.front; switch (f) { case '\0': return lexEnd(); case ' ', '\t', '\v', '\f': popChar(); continue; case '\n', '\r', ';': return lexLineSep(); case '/': popChar(); switch (r.front) { case '/', '*': lexComment(f); continue; default: // '/' operator return lexOperator(f); } case '0': .. case '9': return lexNumeric(); case '"' : return lexString(); case '\'': return lexChar(); case '+', '-', '*', '=', '.', '{', '}', '(', ')', ',', '<', '>', '!', '[', ']', ':': // TODO: use operator map here. What if D has pattern matching... popChar(); return lexOperator(f); default: return lexIdentifier(); } } } void popChar() { r.popFront(); ++index; } auto nextChar() { r.popFront(); ++index; if (r.empty()) return EOF; return r.front; } private: // lex parts Token lexLineSep() { auto c = r.front; Token tok; setLoc(tok); tok.type = TokenType.LineSep; string name; if (c == ';') { name = ";"; c = nextChar(); } if (c == '\n') { name ~= "\\n"; ++line; popChar(); } else if (c == '\r') { c = nextChar(); if (c == '\n') { popChar(); name ~= "\\r\\n"; } else { name ~= "\\r"; } ++line; } else if (c == ';') { // ';' name = ";"; c = nextChar(); } tok.name = context.getName(name); return tok; } void setLoc(ref Token tok) { tok.loc.line = line; tok.loc.index = index; } Token lexNumeric() { Token tok; tok.type = TokenType.IntLiteral; setLoc(tok); string name; auto c = r.front; while (c.isDigit || c == '.') { name ~= c; c = nextChar(); } tok.name = context.getName(name); return tok; } Token lexString() { Token tok; setLoc(tok); string name; popChar(); // '"' auto c = r.front; while (c != '"') { name ~= c; c = nextChar(); } popChar(); // '"' tok.type = TokenType.StringLiteral; tok.name = context.getName(name); return tok; } Token lexChar() { Token tok; setLoc(tok); popChar(); // '\'' auto c = r.front; string name; while (c != '\'') { name ~= c; c = nextChar(); } popChar(); // '\' tok.type = TokenType.CharLiteral; tok.name = context.getName(name); return tok; } Token lexIdentifier() { auto c = r.front; if (!c.isIdChar) { writeln("lex error at:", r); assert(0, "Wrong identifier!"); } Token tok; setLoc(tok); string name; while (c.isIdChar) { name ~= c; c = nextChar(); } tok.name = context.getName(name); if (auto tokType = name in KeywordsMap) { tok.type = *tokType; } else { tok.type = TokenType.Identifier; } return tok; } Token lexEnd() { Token tok; setLoc(tok); tok.type = TokenType.End; return tok; } // TODO: argument 'dchar f' here is unintuitive.... Token lexOperator(dchar f) { Token tok; setLoc(tok); string name; auto c = f; if (r.empty()) { name ~= c; if (auto tokType = name in OperatorsMap) { tok.type = *tokType; } else { // if two chars not match, fall back to one char operator writeln("unknown token:", name); assert(0, "Lex Error"); } } else { // if there are more chars, we need to check the possibility for two char operators like '<=' or '>=' if (c.isOp) { name ~= c; c = r.front; } // try with two chars for '<=', '>=', etc if (!r.empty() && r.front.isOp) { name ~= r.front; } if (auto tokType = name in OperatorsMap) { tok.type = *tokType; if (!r.empty() && r.front.isOp) c = nextChar(); } else { // if two chars not match, fall back to one char operator name = name[0..$-1]; if (auto tokType = name in OperatorsMap) { tok.type = *tokType; } else { writeln("unknown token:", name); assert(0, "Lex Error"); } } } tok.name = context.getName(name); return tok; } void lexComment(dchar head) { //popChar(); // pop the already checked '/' auto c = r.front; if (c == '/') { // one line comment while (c != '\n' && c != '\r') { c = nextChar(); } popChar(); if (c == '\r') { if (r.front == '\n') popChar(); } ++line; } else if (c == '*') { Pump: while (1) { while (c != '*' && c != '\r' && c != '\n') { c = nextChar(); } auto match = c; c = nextChar(); switch (match) { case '*': if (c == '/') { popChar(); break Pump; } break; case '\r': if (c == '\n') { c = nextChar(); } line++; break; case '\n': line++; break; default: assert(0, "Unreachable in lexComment."); } } } } } auto lex(in char[] r, Context ctx) { auto lexer = Lexer(); lexer.r = r.save; lexer.context = ctx; lexer.t.type = TokenType.Begin; return lexer; } auto isIdChar(C)(C c) { static if (is(C == char)) { return c == '_' || isAlphaNum(c); } else static if (is(C == wchar) || is(C == dchar)) { return isUniAlpha(c) || c == '_'; } else { static assert(0, "This function is only for character types"); } } /** * Check a char is an operator (and not string/char quotes) */ bool isOp(dchar c) { return c == '+' || c == '-' || c == '*' || c == '/' || c == '.' || c == '=' || c == ',' || c == '!' || c == '<' || c == '>' || c == '{' || c == '}' || c == '(' || c == ')' || c == '[' || c == ']' || ':' ; }
D
/* * container.d * * This module implements a widget container for TuiWidget. * * Author: Dave Wilkinson * Originated: August 20th 2009 * */ module tui.container; import tui.widget; import core.event; import core.definitions; import core.string; private import io.console; class TuiContainer : TuiWidget { this(uint x, uint y, uint width, uint height) { _name = ""; super(x,y,width,height); } override void onInit() { _inited = true; TuiWidget c = _firstControl; if (c is null) { return; } do { c = c._prevControl; c.onInit(); //if () //c.onDraw(); } while (c !is _firstControl) } override void onGotFocus() { if (_focusedControl is null) { TuiWidget c = _firstControl; if (c is null) { return; } do { c = c._prevControl; if (c.isTabStop()) { _focusedControl = c; _focusedControl.onGotFocus(); break; } } while (c !is _firstControl); } else { _focusedControl.onGotFocus(); } } override void onLostFocus() { if (_focusedControl !is null) { _focusedControl.onLostFocus(); } } override void onDraw() { // Go through child widget list and draw each one Console.position(0,0); TuiWidget c = _firstControl; io.console.Console.clipSave(); if (c !is null) { do { c = c._prevControl; io.console.Console.clipSave(); this.widgetClippingContext = c; c.onDraw(); io.console.Console.clipRestore(); io.console.Console.clipRect(_base_x + this.left + c.left, _base_y + this.top + c.top, _base_x + this.left + c.left + c.width, _base_y + this.top + c.top + c.height); } while(c !is _firstControl); } // Should clear the rest of the space not used by a widget static string spaces = " "; Console.setColor(bgColor.White); for (uint i; i < this.height; i++) { Console.position(0,i); io.console.Console.setColor(bgColor.Black); uint numSpaces = this.width; do { uint pad = spaces.length; if (numSpaces < pad) { pad = numSpaces; } io.console.Console.put(spaces[0..pad]); numSpaces -= pad; } while (numSpaces > 0) } io.console.Console.clipRestore(); } override void onKeyDown(Key key) { if (_focusedControl !is null) { _focusedControl.onKeyDown(key); } } override void onKeyChar(dchar chr) { if (_focusedControl !is null) { _focusedControl.onKeyChar(chr); } } override void onPrimaryMouseDown() { if (_focusedControl !is null) { _focusedControl.onPrimaryMouseDown(); } } override void onSecondaryMouseDown() { if (_focusedControl !is null) { _focusedControl.onSecondaryMouseDown(); } } override void onTertiaryMouseDown() { if (_focusedControl !is null) { _focusedControl.onTertiaryMouseDown(); } } override void onPrimaryMouseUp() { if (_focusedControl !is null) { _focusedControl.onPrimaryMouseUp(); } } override void onSecondaryMouseUp() { if (_focusedControl !is null) { _focusedControl.onSecondaryMouseUp(); } } override void onTertiaryMouseUp() { if (_focusedControl !is null) { _focusedControl.onTertiaryMouseUp(); } } override void onMouseWheelY(int amount) { if (_focusedControl !is null) { _focusedControl.onMouseWheelY(amount); } } override void onMouseWheelX(int amount) { if (_focusedControl !is null) { _focusedControl.onMouseWheelX(amount); } } override void onMouseMove() { if (_focusedControl !is null) { _focusedControl.onMouseMove(); } } override void push(Dispatcher dsp) { if (cast(TuiWidget)dsp) { // do not add a control that is already part of another window TuiWidget control = cast(TuiWidget)dsp; if (control._nextControl !is null) { return; } // add to the control linked list if (_firstControl is null && _lastControl is null) { // first control _firstControl = control; _lastControl = control; control._nextControl = control; control._prevControl = control; } else { // next control control._nextControl = _firstControl; control._prevControl = _lastControl; _firstControl._prevControl = control; _lastControl._nextControl = control; _firstControl = control; } // increase the number of controls _numControls++; Responder.push(dsp); control._owner = this; control._window = _window; control._base_x = _base_x + this.left; control._base_y = _base_y + this.top; _isTabStop |= control.isTabStop(); // Call event control.onAdd(); if (_inited) { control.onInit(); } return; } super.push(dsp); } override bool isTabStop() { return _isTabStop; } override void move(uint x, uint y) { // Must report to each control _reportMove(x, y); super.move(x,y); } void text(string name) { _name = name.dup; } string text() { return _name.dup; } protected: // head and tail of the control linked list TuiWidget _firstControl; //head TuiWidget _lastControl; //tail // currently focused control TuiWidget _focusedControl; uint _numControls; bool _inited; bool _isTabStop; string _name; void _reportMove(uint x, uint y) { TuiWidget c = _firstControl; if (c is null) { super.move(x,y); return; } do { c = c._prevControl; c._base_x = _base_x + x; c._base_y = _base_y + y; if (cast(TuiContainer)c) { TuiContainer container = cast(TuiContainer)c; container._reportMove(c.left, c.top); } } while (c !is _firstControl); } package void _tabForward() { // activate the next control TuiWidget curFocus = _focusedControl; if (curFocus is null) { return; } _focusedControl.onLostFocus(); do { _focusedControl = _focusedControl._prevControl; if (_focusedControl is _firstControl && _owner !is null) { _owner._tabForward(); } if (_focusedControl.isTabStop()) { _focusedControl.onGotFocus(); break; } } while (_focusedControl !is curFocus); } package void _tabBackward() { // activate the previous control TuiWidget curFocus = _focusedControl; if (curFocus is null) { return; } _focusedControl.onLostFocus(); do { _focusedControl = _focusedControl._nextControl; if (_focusedControl is _firstControl && _owner !is null) { _owner._tabBackward(); } if (_focusedControl.isTabStop()) { _focusedControl.onGotFocus(); break; } } while (_focusedControl !is curFocus); } }
D
instance KDF_503_Karras(Npc_Default) { name[0] = "Karras"; guild = GIL_KDF; id = 503; voice = 10; flags = 0; npcType = npctype_main; B_SetAttributesToChapter(self,6); fight_tactic = FAI_HUMAN_STRONG; B_CreateAmbientInv(self); B_SetNpcVisual(self,MALE,"Hum_Head_Pony",Face_L_NormalBart02,BodyTex_L,ItAr_KDF_L); Mdl_SetModelFatness(self,0); Mdl_ApplyOverlayMds(self,"Humans_Mage.mds"); B_GiveNpcTalents(self); B_SetFightSkills(self,30); daily_routine = Rtn_Start_503; }; func void Rtn_Start_503() { TA_Read_Bookstand(8,0,23,0,"NW_MONASTERY_RUNEMAKER_02"); TA_Read_Bookstand(8,0,23,0,"NW_MONASTERY_RUNEMAKER_02"); };
D
import std.stdio; void main() { writeln("It works!"); }
D
module gtkD.gtk.TreeIter; public import gtkD.gtkc.gtktypes; private import gtkD.gtkc.gtk; private import gtkD.glib.ConstructionException; private import gtkD.gobject.Signals; public import gtkD.gtkc.gdktypes; private import gtkD.glib.Str; private import gtkD.gtk.TreeModelIF; private import gtkD.gtk.TreePath; private import gtkD.gtk.TreeIterError; private import gtkD.gobject.Value; /** * Description * The GtkTreeModel interface defines a generic tree interface for use by * the GtkTreeView widget. It is an abstract interface, and is designed * to be usable with any appropriate data structure. The programmer just * has to implement this interface on their own data type for it to be * viewable by a GtkTreeView widget. * The model is represented as a hierarchical tree of strongly-typed, * columned data. In other words, the model can be seen as a tree where * every node has different values depending on which column is being * queried. The type of data found in a column is determined by using the * GType system (ie. G_TYPE_INT, GTK_TYPE_BUTTON, G_TYPE_POINTER, etc.). * The types are homogeneous per column across all nodes. It is important * to note that this interface only provides a way of examining a model and * observing changes. The implementation of each individual model decides * how and if changes are made. * In order to make life simpler for programmers who do not need to write * their own specialized model, two generic models are provided — the * GtkTreeStore and the GtkListStore. To use these, the developer simply * pushes data into these models as necessary. These models provide the * data structure as well as all appropriate tree interfaces. As a result, * implementing drag and drop, sorting, and storing data is trivial. For * the vast majority of trees and lists, these two models are sufficient. * Models are accessed on a node/column level of granularity. One can * query for the value of a model at a certain node and a certain column * on that node. There are two structures used to reference a particular * node in a model. They are the GtkTreePath and the GtkTreeIter * [4] * Most of the interface consists of operations on a GtkTreeIter. * A path is essentially a potential node. It is a location on a model * that may or may not actually correspond to a node on a specific model. * The GtkTreePath struct can be converted into either an array of * unsigned integers or a string. The string form is a list of numbers * separated by a colon. Each number refers to the offset at that level. * Thus, the path “0” refers to the root node and the path * “2:4” refers to the fifth child of the third node. * By contrast, a GtkTreeIter is a reference to a specific node on a * specific model. It is a generic struct with an integer and three * generic pointers. These are filled in by the model in a model-specific * way. One can convert a path to an iterator by calling * gtk_tree_model_get_iter(). These iterators are the primary way of * accessing a model and are similar to the iterators used by * GtkTextBuffer. They are generally statically allocated on the stack and * only used for a short time. The model interface defines a set of * operations using them for navigating the model. * It is expected that models fill in the iterator with private data. For * example, the GtkListStore model, which is internally a simple linked * list, stores a list node in one of the pointers. The GtkTreeModelSort * stores an array and an offset in two of the pointers. Additionally, * there is an integer field. This field is generally filled with a unique * stamp per model. This stamp is for catching errors resulting from using * invalid iterators with a model. * The lifecycle of an iterator can be a little confusing at first. * Iterators are expected to always be valid for as long as the model is * unchanged (and doesn't emit a signal). The model is considered to own * all outstanding iterators and nothing needs to be done to free them from * the user's point of view. Additionally, some models guarantee that an * iterator is valid for as long as the node it refers to is valid (most * notably the GtkTreeStore and GtkListStore). Although generally * uninteresting, as one always has to allow for the case where iterators * do not persist beyond a signal, some very important performance * enhancements were made in the sort model. As a result, the * GTK_TREE_MODEL_ITERS_PERSIST flag was added to indicate this behavior. * To help show some common operation of a model, some examples are * provided. The first example shows three ways of getting the iter at the * location “3:2:5”. While the first method shown is easier, * the second is much more common, as you often get paths from callbacks. * Example 20. Acquiring a GtkTreeIter * /+* Three ways of getting the iter pointing to the location * +/ * { * GtkTreePath *path; * GtkTreeIter iter; * GtkTreeIter parent_iter; * /+* get the iterator from a string +/ * gtk_tree_model_get_iter_from_string (model, iter, "3:2:5"); * /+* get the iterator from a path +/ * path = gtk_tree_path_new_from_string ("3:2:5"); * gtk_tree_model_get_iter (model, iter, path); * gtk_tree_path_free (path); * /+* walk the tree to find the iterator +/ * gtk_tree_model_iter_nth_child (model, iter, NULL, 3); * parent_iter = iter; * gtk_tree_model_iter_nth_child (model, iter, parent_iter, 2); * parent_iter = iter; * gtk_tree_model_iter_nth_child (model, iter, parent_iter, 5); * } * This second example shows a quick way of iterating through a list and * getting a string and an integer from each row. The * populate_model function used below is not shown, as * it is specific to the GtkListStore. For information on how to write * such a function, see the GtkListStore documentation. * Example 21. Reading data from a GtkTreeModel * enum * { * STRING_COLUMN, * INT_COLUMN, * N_COLUMNS * }; * { * GtkTreeModel *list_store; * GtkTreeIter iter; * gboolean valid; * gint row_count = 0; * /+* make a new list_store +/ * list_store = gtk_list_store_new (N_COLUMNS, G_TYPE_STRING, G_TYPE_INT); * /+* Fill the list store with data +/ * populate_model (list_store); * /+* Get the first iter in the list +/ * valid = gtk_tree_model_get_iter_first (list_store, iter); * while (valid) * { * /+* Walk through the list, reading each row +/ * gchar *str_data; * gint int_data; * /+* Make sure you terminate calls to gtk_tree_model_get() * * with a '-1' value * +/ * gtk_tree_model_get (list_store, iter, * STRING_COLUMN, str_data, * INT_COLUMN, int_data, * -1); * /+* Do something with the data +/ * g_print ("Row %d: (%s,%d)\n", row_count, str_data, int_data); * g_free (str_data); * row_count ++; * valid = gtk_tree_model_iter_next (list_store, iter); * } * } */ public class TreeIter { /** the main Gtk struct */ protected GtkTreeIter* gtkTreeIter; public GtkTreeIter* getTreeIterStruct(); /** the main Gtk struct as a void* */ protected void* getStruct(); /** * Sets our main struct and passes it to the parent class */ public this (GtkTreeIter* gtkTreeIter); /** * this will be set only when the iter * is created from the model. */ GtkTreeModel* gtkTreeModel; /** */ public void setModel(GtkTreeModel* gtkTreeModel); /** */ public void setModel(TreeModelIF treeModel); /** * Throws: ConstructionException GTK+ fails to create the object. */ public this(TreeModelIF treeModel, TreePath treePath); /** * creates a new tree iteractor. * used TreeView.createIter and TreeView.append() to create iteractor for a tree or list */ this(); /** * Get Value * Params: * column = * value = */ void getValue(int column, Value value); /** * Get the value of a column as a string * Params: * column = the column number * Returns: a string representing the value of the column */ string getValueString(int column); /** * Get the value of a column as an int * Params: * column = the column number * Returns: a string representing the value of the column */ int getValueInt(int column); /** */ TreePath getTreePath(); /** * This return the path visible to the user. */ string getVisiblePath(string separator); /** * Gets the parent of this iter * Returns: the parent iter or null if can't get parent or an error occured */ TreeIter getParent(); /** */ TreeIter getGrandParent(); /** A unique stamp to catch invalid iterators */ public int stamp(); /** Ditto */ public void stamp(int stamp); /** Model specific data */ public void* userData(); /** Ditto */ public void userData(void* data); public struct IterData { /// Data fields. union { int dataInt; long dataLong; double dataFloat; double dataDouble; char[] dataString; void* dataUser; } TypeInfo type = typeid(void); } /** * setUserData and getUserData provide simple boxing * around the userData field in the TreeIter struct. * Throws: TreeIterError for unsuported types or a type mismatch. * Example: * --- * Treeiter iter = new TreeIter(); * * iter.setUserData(20); * int i = iter.getUserData!(int)(); * --- */ public void setUserData(T)(T data) { IterData* itData = new IterData; itData.type = typeid(T); static if(is(T == int)) { itData.dataInt = data; } else static if(is(T == long)) { itData.dataLong = data; } else static if(is(T == float)) { itData.dataFloat = data; } else static if(is(T == double)) { itData.dataDouble = data; } else static if(is(T == string)) { itData.dataString = data; } else static if(is(T == void*)) { itData.dataUser = data; } else { pragma(msg, "IterData Type not Suported"); throw new TreeIterError("getUserData", "IterData Type not Suported"); } gtkTreeIter.userData = itData; } /** Ditto */ public T getUserData(T)() { IterData* itData = cast(IterData*)gtkTreeIter.userData; static if(is(T == int)) { if(itData.type is typeid(T)) { return itData.dataInt; } else { throw new TreeIterError("getUserData", "IterData is not: int"); } } else static if(is(T == long)) { if(itData.type is typeid(T)) { return itData.dataLong; } else { throw new TreeIterError("getUserData", "IterData is not: long"); } } else static if(is(T == float)) { if(itData.type is typeid(T)) { return itData.dataFloat; } else { throw new TreeIterError("getUserData", "IterData is not: float"); } } else static if(is(T == double)) { if(itData.type is typeid(T)) { return itData.dataDouble; } else { throw new TreeIterError("getUserData", "IterData is not: double"); } } else static if(is(T == string)) { if(itData.type is typeid(T)) { return itData.dataString; } else { throw new TreeIterError("getUserData", "IterData is not: string"); } } else static if(is(T == void*)) { if(itData.type is typeid(T)) { return itData.dataUser; } else { throw new TreeIterError("getUserData", "IterData is not: void*"); } } else { pragma(msg, "IterData Type not Suported"); throw new TreeIterError("getUserData", "IterData Type not Suported"); } } /** */ /** * Creates a dynamically allocated tree iterator as a copy of iter. * This function is not intended for use in applications, because you * can just copy the structs by value * (GtkTreeIter new_iter = iter;). * You must free this iter with gtk_tree_iter_free(). * Returns: a newly-allocated copy of iter. */ public TreeIter copy(); /** * Frees an iterator that has been allocated by gtk_tree_iter_copy(). * This function is mainly used for language bindings. */ public void free(); }
D
/** * The atomic module provides basic support for lock-free * concurrent programming. * * Copyright: Copyright Sean Kelly 2005 - 2016. * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Authors: Sean Kelly, Alex Rønne Petersen, Manu Evans * Source: $(DRUNTIMESRC core/_atomic.d) */ module core.atomic; import core.internal.atomic; import core.internal.attributes : betterC; import core.internal.traits : hasUnsharedIndirections; /** * Specifies the memory ordering semantics of an atomic operation. * * See_Also: * $(HTTP en.cppreference.com/w/cpp/atomic/memory_order) */ enum MemoryOrder { /** * Not sequenced. * Corresponds to $(LINK2 https://llvm.org/docs/Atomics.html#monotonic, LLVM AtomicOrdering.Monotonic) * and C++11/C11 `memory_order_relaxed`. */ raw = 0, /** * Hoist-load + hoist-store barrier. * Corresponds to $(LINK2 https://llvm.org/docs/Atomics.html#acquire, LLVM AtomicOrdering.Acquire) * and C++11/C11 `memory_order_acquire`. */ acq = 2, /** * Sink-load + sink-store barrier. * Corresponds to $(LINK2 https://llvm.org/docs/Atomics.html#release, LLVM AtomicOrdering.Release) * and C++11/C11 `memory_order_release`. */ rel = 3, /** * Acquire + release barrier. * Corresponds to $(LINK2 https://llvm.org/docs/Atomics.html#acquirerelease, LLVM AtomicOrdering.AcquireRelease) * and C++11/C11 `memory_order_acq_rel`. */ acq_rel = 4, /** * Fully sequenced (acquire + release). Corresponds to * $(LINK2 https://llvm.org/docs/Atomics.html#sequentiallyconsistent, LLVM AtomicOrdering.SequentiallyConsistent) * and C++11/C11 `memory_order_seq_cst`. */ seq = 5, } /** * Loads 'val' from memory and returns it. The memory barrier specified * by 'ms' is applied to the operation, which is fully sequenced by * default. Valid memory orders are MemoryOrder.raw, MemoryOrder.acq, * and MemoryOrder.seq. * * Params: * val = The target variable. * * Returns: * The value of 'val'. */ T atomicLoad(MemoryOrder ms = MemoryOrder.seq, T)(ref const T val) pure nothrow @nogc @trusted if (!is(T == shared U, U) && !is(T == shared inout U, U) && !is(T == shared const U, U)) { static if (__traits(isFloating, T)) { alias IntTy = IntForFloat!T; IntTy r = core.internal.atomic.atomicLoad!ms(cast(IntTy*)&val); return *cast(T*)&r; } else return core.internal.atomic.atomicLoad!ms(cast(T*)&val); } /// Ditto T atomicLoad(MemoryOrder ms = MemoryOrder.seq, T)(ref shared const T val) pure nothrow @nogc @trusted if (!hasUnsharedIndirections!T) { import core.internal.traits : hasUnsharedIndirections; static assert(!hasUnsharedIndirections!T, "Copying `" ~ shared(const(T)).stringof ~ "` would violate shared."); return atomicLoad!ms(*cast(T*)&val); } /// Ditto TailShared!T atomicLoad(MemoryOrder ms = MemoryOrder.seq, T)(ref shared const T val) pure nothrow @nogc @trusted if (hasUnsharedIndirections!T) { // HACK: DEPRECATE THIS FUNCTION, IT IS INVALID TO DO ATOMIC LOAD OF SHARED CLASS // this is here because code exists in the wild that does this... import core.lifetime : move; T r = core.internal.atomic.atomicLoad!ms(cast(T*)&val); return move(*cast(TailShared!T*)&r); } /** * Writes 'newval' into 'val'. The memory barrier specified by 'ms' is * applied to the operation, which is fully sequenced by default. * Valid memory orders are MemoryOrder.raw, MemoryOrder.rel, and * MemoryOrder.seq. * * Params: * val = The target variable. * newval = The value to store. */ void atomicStore(MemoryOrder ms = MemoryOrder.seq, T, V)(ref T val, V newval) pure nothrow @nogc @trusted if (!is(T == shared) && !is(V == shared)) { import core.internal.traits : hasElaborateCopyConstructor; static assert (!hasElaborateCopyConstructor!T, "`T` may not have an elaborate copy: atomic operations override regular copying semantics."); // resolve implicit conversions T arg = newval; static if (__traits(isFloating, T)) { alias IntTy = IntForFloat!T; core.internal.atomic.atomicStore!ms(cast(IntTy*)&val, *cast(IntTy*)&arg); } else core.internal.atomic.atomicStore!ms(&val, arg); } /// Ditto void atomicStore(MemoryOrder ms = MemoryOrder.seq, T, V)(ref shared T val, V newval) pure nothrow @nogc @trusted if (!is(T == class)) { static if (is (V == shared U, U)) alias Thunk = U; else { import core.internal.traits : hasUnsharedIndirections; static assert(!hasUnsharedIndirections!V, "Copying argument `" ~ V.stringof ~ " newval` to `" ~ shared(T).stringof ~ " here` would violate shared."); alias Thunk = V; } atomicStore!ms(*cast(T*)&val, *cast(Thunk*)&newval); } /// Ditto void atomicStore(MemoryOrder ms = MemoryOrder.seq, T, V)(ref shared T val, shared V newval) pure nothrow @nogc @trusted if (is(T == class)) { static assert (is (V : T), "Can't assign `newval` of type `shared " ~ V.stringof ~ "` to `shared " ~ T.stringof ~ "`."); core.internal.atomic.atomicStore!ms(cast(T*)&val, cast(V)newval); } /** * Atomically adds `mod` to the value referenced by `val` and returns the value `val` held previously. * This operation is both lock-free and atomic. * * Params: * val = Reference to the value to modify. * mod = The value to add. * * Returns: * The value held previously by `val`. */ T atomicFetchAdd(MemoryOrder ms = MemoryOrder.seq, T)(ref T val, size_t mod) pure nothrow @nogc @trusted if ((__traits(isIntegral, T) || is(T == U*, U)) && !is(T == shared)) in (atomicValueIsProperlyAligned(val)) { static if (is(T == U*, U)) return cast(T)core.internal.atomic.atomicFetchAdd!ms(cast(size_t*)&val, mod * U.sizeof); else return core.internal.atomic.atomicFetchAdd!ms(&val, cast(T)mod); } /// Ditto T atomicFetchAdd(MemoryOrder ms = MemoryOrder.seq, T)(ref shared T val, size_t mod) pure nothrow @nogc @trusted if (__traits(isIntegral, T) || is(T == U*, U)) in (atomicValueIsProperlyAligned(val)) { return atomicFetchAdd!ms(*cast(T*)&val, mod); } /** * Atomically subtracts `mod` from the value referenced by `val` and returns the value `val` held previously. * This operation is both lock-free and atomic. * * Params: * val = Reference to the value to modify. * mod = The value to subtract. * * Returns: * The value held previously by `val`. */ T atomicFetchSub(MemoryOrder ms = MemoryOrder.seq, T)(ref T val, size_t mod) pure nothrow @nogc @trusted if ((__traits(isIntegral, T) || is(T == U*, U)) && !is(T == shared)) in (atomicValueIsProperlyAligned(val)) { static if (is(T == U*, U)) return cast(T)core.internal.atomic.atomicFetchAdd!ms(cast(size_t*)&val, mod * U.sizeof); else return core.internal.atomic.atomicFetchSub!ms(&val, cast(T)mod); } /// Ditto T atomicFetchSub(MemoryOrder ms = MemoryOrder.seq, T)(ref shared T val, size_t mod) pure nothrow @nogc @trusted if (__traits(isIntegral, T) || is(T == U*, U)) in (atomicValueIsProperlyAligned(val)) { return atomicFetchSub!ms(*cast(T*)&val, mod); } /** * Exchange `exchangeWith` with the memory referenced by `here`. * This operation is both lock-free and atomic. * * Params: * here = The address of the destination variable. * exchangeWith = The value to exchange. * * Returns: * The value held previously by `here`. */ T atomicExchange(MemoryOrder ms = MemoryOrder.seq,T,V)(T* here, V exchangeWith) pure nothrow @nogc @trusted if (!is(T == shared) && !is(V == shared)) in (atomicPtrIsProperlyAligned(here), "Argument `here` is not properly aligned") { // resolve implicit conversions T arg = exchangeWith; static if (__traits(isFloating, T)) { alias IntTy = IntForFloat!T; IntTy r = core.internal.atomic.atomicExchange!ms(cast(IntTy*)here, *cast(IntTy*)&arg); return *cast(shared(T)*)&r; } else return core.internal.atomic.atomicExchange!ms(here, arg); } /// Ditto TailShared!T atomicExchange(MemoryOrder ms = MemoryOrder.seq,T,V)(shared(T)* here, V exchangeWith) pure nothrow @nogc @trusted if (!is(T == class)) in (atomicPtrIsProperlyAligned(here), "Argument `here` is not properly aligned") { static if (is (V == shared)) alias Thunk = U; else { import core.internal.traits : hasUnsharedIndirections; static assert(!hasUnsharedIndirections!V, "Copying `exchangeWith` of type `" ~ V.stringof ~ "` to `" ~ shared(T).stringof ~ "` would violate shared."); alias Thunk = V; } return atomicExchange!ms(cast(T*)here, *cast(Thunk*)&exchangeWith); } /// Ditto shared(T) atomicExchange(MemoryOrder ms = MemoryOrder.seq,T,V)(shared(T)* here, shared(V) exchangeWith) pure nothrow @nogc @trusted if (is(T == class)) in (atomicPtrIsProperlyAligned(here), "Argument `here` is not properly aligned") { static assert (is (V : T), "Can't assign `exchangeWith` of type `" ~ shared(V).stringof ~ "` to `" ~ shared(T).stringof ~ "`."); return cast(shared)core.internal.atomic.atomicExchange!ms(cast(T*)here, cast(V)exchangeWith); } /** * Stores 'writeThis' to the memory referenced by 'here' if the value * referenced by 'here' is equal to 'ifThis'. This operation is both * lock-free and atomic. * * Params: * here = The address of the destination variable. * writeThis = The value to store. * ifThis = The comparison value. * * Returns: * true if the store occurred, false if not. */ bool cas(MemoryOrder succ = MemoryOrder.seq,MemoryOrder fail = MemoryOrder.seq,T,V1,V2)(T* here, V1 ifThis, V2 writeThis) pure nothrow @nogc @trusted if (!is(T == shared) && is(T : V1)) in (atomicPtrIsProperlyAligned(here), "Argument `here` is not properly aligned") { // resolve implicit conversions T arg1 = ifThis; T arg2 = writeThis; static if (__traits(isFloating, T)) { alias IntTy = IntForFloat!T; return atomicCompareExchangeStrongNoResult!(succ, fail)(cast(IntTy*)here, *cast(IntTy*)&arg1, *cast(IntTy*)&arg2); } else return atomicCompareExchangeStrongNoResult!(succ, fail)(here, arg1, arg2); } /// Ditto bool cas(MemoryOrder succ = MemoryOrder.seq,MemoryOrder fail = MemoryOrder.seq,T,V1,V2)(shared(T)* here, V1 ifThis, V2 writeThis) pure nothrow @nogc @trusted if (!is(T == class) && (is(T : V1) || is(shared T : V1))) in (atomicPtrIsProperlyAligned(here), "Argument `here` is not properly aligned") { static if (is (V1 == shared U1, U1)) alias Thunk1 = U1; else alias Thunk1 = V1; static if (is (V2 == shared U2, U2)) alias Thunk2 = U2; else { import core.internal.traits : hasUnsharedIndirections; static assert(!hasUnsharedIndirections!V2, "Copying `" ~ V2.stringof ~ "* writeThis` to `" ~ shared(T).stringof ~ "* here` would violate shared."); alias Thunk2 = V2; } return cas!(succ, fail)(cast(T*)here, *cast(Thunk1*)&ifThis, *cast(Thunk2*)&writeThis); } /// Ditto bool cas(MemoryOrder succ = MemoryOrder.seq,MemoryOrder fail = MemoryOrder.seq,T,V1,V2)(shared(T)* here, shared(V1) ifThis, shared(V2) writeThis) pure nothrow @nogc @trusted if (is(T == class)) in (atomicPtrIsProperlyAligned(here), "Argument `here` is not properly aligned") { return atomicCompareExchangeStrongNoResult!(succ, fail)(cast(T*)here, cast(V1)ifThis, cast(V2)writeThis); } /** * Stores 'writeThis' to the memory referenced by 'here' if the value * referenced by 'here' is equal to the value referenced by 'ifThis'. * The prior value referenced by 'here' is written to `ifThis` and * returned to the user. This operation is both lock-free and atomic. * * Params: * here = The address of the destination variable. * writeThis = The value to store. * ifThis = The address of the value to compare, and receives the prior value of `here` as output. * * Returns: * true if the store occurred, false if not. */ bool cas(MemoryOrder succ = MemoryOrder.seq,MemoryOrder fail = MemoryOrder.seq,T,V)(T* here, T* ifThis, V writeThis) pure nothrow @nogc @trusted if (!is(T == shared) && !is(V == shared)) in (atomicPtrIsProperlyAligned(here), "Argument `here` is not properly aligned") { // resolve implicit conversions T arg1 = writeThis; static if (__traits(isFloating, T)) { alias IntTy = IntForFloat!T; return atomicCompareExchangeStrong!(succ, fail)(cast(IntTy*)here, cast(IntTy*)ifThis, *cast(IntTy*)&writeThis); } else return atomicCompareExchangeStrong!(succ, fail)(here, ifThis, writeThis); } /// Ditto bool cas(MemoryOrder succ = MemoryOrder.seq,MemoryOrder fail = MemoryOrder.seq,T,V1,V2)(shared(T)* here, V1* ifThis, V2 writeThis) pure nothrow @nogc @trusted if (!is(T == class) && (is(T : V1) || is(shared T : V1))) in (atomicPtrIsProperlyAligned(here), "Argument `here` is not properly aligned") { static if (is (V1 == shared U1, U1)) alias Thunk1 = U1; else { import core.internal.traits : hasUnsharedIndirections; static assert(!hasUnsharedIndirections!V1, "Copying `" ~ shared(T).stringof ~ "* here` to `" ~ V1.stringof ~ "* ifThis` would violate shared."); alias Thunk1 = V1; } static if (is (V2 == shared U2, U2)) alias Thunk2 = U2; else { import core.internal.traits : hasUnsharedIndirections; static assert(!hasUnsharedIndirections!V2, "Copying `" ~ V2.stringof ~ "* writeThis` to `" ~ shared(T).stringof ~ "* here` would violate shared."); alias Thunk2 = V2; } static assert (is(T : Thunk1), "Mismatching types for `here` and `ifThis`: `" ~ shared(T).stringof ~ "` and `" ~ V1.stringof ~ "`."); return cas!(succ, fail)(cast(T*)here, cast(Thunk1*)ifThis, *cast(Thunk2*)&writeThis); } /// Ditto bool cas(MemoryOrder succ = MemoryOrder.seq,MemoryOrder fail = MemoryOrder.seq,T,V)(shared(T)* here, shared(T)* ifThis, shared(V) writeThis) pure nothrow @nogc @trusted if (is(T == class)) in (atomicPtrIsProperlyAligned(here), "Argument `here` is not properly aligned") { return atomicCompareExchangeStrong!(succ, fail)(cast(T*)here, cast(T*)ifThis, cast(V)writeThis); } /** * Stores 'writeThis' to the memory referenced by 'here' if the value * referenced by 'here' is equal to 'ifThis'. * The 'weak' version of cas may spuriously fail. It is recommended to * use `casWeak` only when `cas` would be used in a loop. * This operation is both * lock-free and atomic. * * Params: * here = The address of the destination variable. * writeThis = The value to store. * ifThis = The comparison value. * * Returns: * true if the store occurred, false if not. */ bool casWeak(MemoryOrder succ = MemoryOrder.seq,MemoryOrder fail = MemoryOrder.seq,T,V1,V2)(T* here, V1 ifThis, V2 writeThis) pure nothrow @nogc @trusted if (!is(T == shared) && is(T : V1)) in (atomicPtrIsProperlyAligned(here), "Argument `here` is not properly aligned") { // resolve implicit conversions T arg1 = ifThis; T arg2 = writeThis; static if (__traits(isFloating, T)) { alias IntTy = IntForFloat!T; return atomicCompareExchangeWeakNoResult!(succ, fail)(cast(IntTy*)here, *cast(IntTy*)&arg1, *cast(IntTy*)&arg2); } else return atomicCompareExchangeWeakNoResult!(succ, fail)(here, arg1, arg2); } /// Ditto bool casWeak(MemoryOrder succ = MemoryOrder.seq,MemoryOrder fail = MemoryOrder.seq,T,V1,V2)(shared(T)* here, V1 ifThis, V2 writeThis) pure nothrow @nogc @trusted if (!is(T == class) && (is(T : V1) || is(shared T : V1))) in (atomicPtrIsProperlyAligned(here), "Argument `here` is not properly aligned") { static if (is (V1 == shared U1, U1)) alias Thunk1 = U1; else alias Thunk1 = V1; static if (is (V2 == shared U2, U2)) alias Thunk2 = U2; else { import core.internal.traits : hasUnsharedIndirections; static assert(!hasUnsharedIndirections!V2, "Copying `" ~ V2.stringof ~ "* writeThis` to `" ~ shared(T).stringof ~ "* here` would violate shared."); alias Thunk2 = V2; } return casWeak!(succ, fail)(cast(T*)here, *cast(Thunk1*)&ifThis, *cast(Thunk2*)&writeThis); } /// Ditto bool casWeak(MemoryOrder succ = MemoryOrder.seq,MemoryOrder fail = MemoryOrder.seq,T,V1,V2)(shared(T)* here, shared(V1) ifThis, shared(V2) writeThis) pure nothrow @nogc @trusted if (is(T == class)) in (atomicPtrIsProperlyAligned(here), "Argument `here` is not properly aligned") { return atomicCompareExchangeWeakNoResult!(succ, fail)(cast(T*)here, cast(V1)ifThis, cast(V2)writeThis); } /** * Stores 'writeThis' to the memory referenced by 'here' if the value * referenced by 'here' is equal to the value referenced by 'ifThis'. * The prior value referenced by 'here' is written to `ifThis` and * returned to the user. * The 'weak' version of cas may spuriously fail. It is recommended to * use `casWeak` only when `cas` would be used in a loop. * This operation is both lock-free and atomic. * * Params: * here = The address of the destination variable. * writeThis = The value to store. * ifThis = The address of the value to compare, and receives the prior value of `here` as output. * * Returns: * true if the store occurred, false if not. */ bool casWeak(MemoryOrder succ = MemoryOrder.seq,MemoryOrder fail = MemoryOrder.seq,T,V)(T* here, T* ifThis, V writeThis) pure nothrow @nogc @trusted if (!is(T == shared S, S) && !is(V == shared U, U)) in (atomicPtrIsProperlyAligned(here), "Argument `here` is not properly aligned") { // resolve implicit conversions T arg1 = writeThis; static if (__traits(isFloating, T)) { alias IntTy = IntForFloat!T; return atomicCompareExchangeWeak!(succ, fail)(cast(IntTy*)here, cast(IntTy*)ifThis, *cast(IntTy*)&writeThis); } else return atomicCompareExchangeWeak!(succ, fail)(here, ifThis, writeThis); } /// Ditto bool casWeak(MemoryOrder succ = MemoryOrder.seq,MemoryOrder fail = MemoryOrder.seq,T,V1,V2)(shared(T)* here, V1* ifThis, V2 writeThis) pure nothrow @nogc @trusted if (!is(T == class) && (is(T : V1) || is(shared T : V1))) in (atomicPtrIsProperlyAligned(here), "Argument `here` is not properly aligned") { static if (is (V1 == shared U1, U1)) alias Thunk1 = U1; else { import core.internal.traits : hasUnsharedIndirections; static assert(!hasUnsharedIndirections!V1, "Copying `" ~ shared(T).stringof ~ "* here` to `" ~ V1.stringof ~ "* ifThis` would violate shared."); alias Thunk1 = V1; } static if (is (V2 == shared U2, U2)) alias Thunk2 = U2; else { import core.internal.traits : hasUnsharedIndirections; static assert(!hasUnsharedIndirections!V2, "Copying `" ~ V2.stringof ~ "* writeThis` to `" ~ shared(T).stringof ~ "* here` would violate shared."); alias Thunk2 = V2; } static assert (is(T : Thunk1), "Mismatching types for `here` and `ifThis`: `" ~ shared(T).stringof ~ "` and `" ~ V1.stringof ~ "`."); return casWeak!(succ, fail)(cast(T*)here, cast(Thunk1*)ifThis, *cast(Thunk2*)&writeThis); } /// Ditto bool casWeak(MemoryOrder succ = MemoryOrder.seq,MemoryOrder fail = MemoryOrder.seq,T,V)(shared(T)* here, shared(T)* ifThis, shared(V) writeThis) pure nothrow @nogc @trusted if (is(T == class)) in (atomicPtrIsProperlyAligned(here), "Argument `here` is not properly aligned") { return atomicCompareExchangeWeak!(succ, fail)(cast(T*)here, cast(T*)ifThis, cast(V)writeThis); } /** * Inserts a full load/store memory fence (on platforms that need it). This ensures * that all loads and stores before a call to this function are executed before any * loads and stores after the call. */ void atomicFence(MemoryOrder order = MemoryOrder.seq)() pure nothrow @nogc @safe { core.internal.atomic.atomicFence!order(); } /** * Gives a hint to the processor that the calling thread is in a 'spin-wait' loop, * allowing to more efficiently allocate resources. */ void pause() pure nothrow @nogc @safe { core.internal.atomic.pause(); } /** * Performs the binary operation 'op' on val using 'mod' as the modifier. * * Params: * val = The target variable. * mod = The modifier to apply. * * Returns: * The result of the operation. */ TailShared!T atomicOp(string op, T, V1)(ref shared T val, V1 mod) pure nothrow @nogc @safe if (__traits(compiles, mixin("*cast(T*)&val" ~ op ~ "mod"))) in (atomicValueIsProperlyAligned(val)) { // binary operators // // + - * / % ^^ & // | ^ << >> >>> ~ in // == != < <= > >= static if (op == "+" || op == "-" || op == "*" || op == "/" || op == "%" || op == "^^" || op == "&" || op == "|" || op == "^" || op == "<<" || op == ">>" || op == ">>>" || op == "~" || // skip "in" op == "==" || op == "!=" || op == "<" || op == "<=" || op == ">" || op == ">=") { T get = atomicLoad!(MemoryOrder.raw, T)(val); mixin("return get " ~ op ~ " mod;"); } else // assignment operators // // += -= *= /= %= ^^= &= // |= ^= <<= >>= >>>= ~= static if (op == "+=" && __traits(isIntegral, T) && __traits(isIntegral, V1) && T.sizeof <= size_t.sizeof && V1.sizeof <= size_t.sizeof) { return cast(T)(atomicFetchAdd(val, mod) + mod); } else static if (op == "-=" && __traits(isIntegral, T) && __traits(isIntegral, V1) && T.sizeof <= size_t.sizeof && V1.sizeof <= size_t.sizeof) { return cast(T)(atomicFetchSub(val, mod) - mod); } else static if (op == "+=" || op == "-=" || op == "*=" || op == "/=" || op == "%=" || op == "^^=" || op == "&=" || op == "|=" || op == "^=" || op == "<<=" || op == ">>=" || op == ">>>=") // skip "~=" { T set, get = atomicLoad!(MemoryOrder.raw, T)(val); do { set = get; mixin("set " ~ op ~ " mod;"); } while (!casWeakByRef(val, get, set)); return set; } else { static assert(false, "Operation not supported."); } } version (D_InlineAsm_X86) { version = AsmX86; enum has64BitXCHG = false; enum has64BitCAS = true; enum has128BitCAS = false; } else version (D_InlineAsm_X86_64) { version = AsmX86; enum has64BitXCHG = true; enum has64BitCAS = true; enum has128BitCAS = true; } else { enum has64BitXCHG = false; enum has64BitCAS = false; enum has128BitCAS = false; } private { version (AsmX86) { // NOTE: Strictly speaking, the x86 supports atomic operations on // unaligned values. However, this is far slower than the // common case, so such behavior should be prohibited. bool atomicValueIsProperlyAligned(T)(ref T val) pure nothrow @nogc @trusted { return atomicPtrIsProperlyAligned(&val); } bool atomicPtrIsProperlyAligned(T)(T* ptr) pure nothrow @nogc @safe { // NOTE: 32 bit x86 systems support 8 byte CAS, which only requires // 4 byte alignment, so use size_t as the align type here. static if (T.sizeof > size_t.sizeof) return cast(size_t)ptr % size_t.sizeof == 0; else return cast(size_t)ptr % T.sizeof == 0; } } else { bool atomicValueIsProperlyAligned(T)(ref T val) pure nothrow @nogc @trusted { return true; } bool atomicPtrIsProperlyAligned(T)(T*) pure nothrow @nogc @safe { return true; } } template IntForFloat(F) if (__traits(isFloating, F)) { static if (F.sizeof == 4) alias IntForFloat = uint; else static if (F.sizeof == 8) alias IntForFloat = ulong; else static assert (false, "Invalid floating point type: " ~ F.stringof ~ ", only support `float` and `double`."); } template IntForStruct(S) if (is(S == struct)) { static if (S.sizeof == 1) alias IntForFloat = ubyte; else static if (F.sizeof == 2) alias IntForFloat = ushort; else static if (F.sizeof == 4) alias IntForFloat = uint; else static if (F.sizeof == 8) alias IntForFloat = ulong; else static if (F.sizeof == 16) alias IntForFloat = ulong[2]; // TODO: what's the best type here? slice/delegates pass in registers... else static assert (ValidateStruct!S); } template ValidateStruct(S) if (is(S == struct)) { import core.internal.traits : hasElaborateAssign; static assert (S.sizeof <= size_t*2 && (S.sizeof & (S.sizeof - 1)) == 0, S.stringof ~ " has invalid size for atomic operations."); static assert (!hasElaborateAssign!S, S.stringof ~ " may not have an elaborate assignment when used with atomic operations."); enum ValidateStruct = true; } // TODO: it'd be nice if we had @trusted scopes; we could remove this... bool casWeakByRef(T,V1,V2)(ref T value, ref V1 ifThis, V2 writeThis) pure nothrow @nogc @trusted { return casWeak(&value, &ifThis, writeThis); } /* Construct a type with a shared tail, and if possible with an unshared head. */ template TailShared(U) if (!is(U == shared)) { alias TailShared = .TailShared!(shared U); } template TailShared(S) if (is(S == shared)) { // Get the unshared variant of S. static if (is(S U == shared U)) {} else static assert(false, "Should never be triggered. The `static " ~ "if` declares `U` as the unshared version of the shared type " ~ "`S`. `S` is explicitly declared as shared, so getting `U` " ~ "should always work."); static if (is(S : U)) alias TailShared = U; else static if (is(S == struct)) { enum implName = () { /* Start with "_impl". If S has a field with that name, append underscores until the clash is resolved. */ string name = "_impl"; string[] fieldNames; static foreach (alias field; S.tupleof) { fieldNames ~= __traits(identifier, field); } static bool canFind(string[] haystack, string needle) { foreach (candidate; haystack) { if (candidate == needle) return true; } return false; } while (canFind(fieldNames, name)) name ~= "_"; return name; } (); struct TailShared { static foreach (i, alias field; S.tupleof) { /* On @trusted: This is casting the field from shared(Foo) to TailShared!Foo. The cast is safe because the field has been loaded and is not shared anymore. */ mixin(" @trusted @property ref " ~ __traits(identifier, field) ~ "() { alias R = TailShared!(typeof(field)); return * cast(R*) &" ~ implName ~ ".tupleof[i]; } "); } mixin(" S " ~ implName ~ "; alias " ~ implName ~ " this; "); } } else alias TailShared = S; } @safe unittest { // No tail (no indirections) -> fully unshared. static assert(is(TailShared!int == int)); static assert(is(TailShared!(shared int) == int)); static struct NoIndir { int i; } static assert(is(TailShared!NoIndir == NoIndir)); static assert(is(TailShared!(shared NoIndir) == NoIndir)); // Tail can be independently shared or is already -> tail-shared. static assert(is(TailShared!(int*) == shared(int)*)); static assert(is(TailShared!(shared int*) == shared(int)*)); static assert(is(TailShared!(shared(int)*) == shared(int)*)); static assert(is(TailShared!(int[]) == shared(int)[])); static assert(is(TailShared!(shared int[]) == shared(int)[])); static assert(is(TailShared!(shared(int)[]) == shared(int)[])); static struct S1 { shared int* p; } static assert(is(TailShared!S1 == S1)); static assert(is(TailShared!(shared S1) == S1)); static struct S2 { shared(int)* p; } static assert(is(TailShared!S2 == S2)); static assert(is(TailShared!(shared S2) == S2)); // Tail follows shared-ness of head -> fully shared. static class C { int i; } static assert(is(TailShared!C == shared C)); static assert(is(TailShared!(shared C) == shared C)); /* However, structs get a wrapper that has getters which cast to TailShared. */ static struct S3 { int* p; int _impl; int _impl_; int _impl__; } static assert(!is(TailShared!S3 : S3)); static assert(is(TailShared!S3 : shared S3)); static assert(is(TailShared!(shared S3) == TailShared!S3)); static struct S4 { shared(int)** p; } static assert(!is(TailShared!S4 : S4)); static assert(is(TailShared!S4 : shared S4)); static assert(is(TailShared!(shared S4) == TailShared!S4)); } } //////////////////////////////////////////////////////////////////////////////// // Unit Tests //////////////////////////////////////////////////////////////////////////////// version (unittest) { void testXCHG(T)(T val) pure nothrow @nogc @trusted in { assert(val !is T.init); } do { T base = cast(T)null; shared(T) atom = cast(shared(T))null; assert(base !is val, T.stringof); assert(atom is base, T.stringof); assert(atomicExchange(&atom, val) is base, T.stringof); assert(atom is val, T.stringof); } void testCAS(T)(T val) pure nothrow @nogc @trusted in { assert(val !is T.init); } do { T base = cast(T)null; shared(T) atom = cast(shared(T))null; assert(base !is val, T.stringof); assert(atom is base, T.stringof); assert(cas(&atom, base, val), T.stringof); assert(atom is val, T.stringof); assert(!cas(&atom, base, base), T.stringof); assert(atom is val, T.stringof); atom = cast(shared(T))null; shared(T) arg = base; assert(cas(&atom, &arg, val), T.stringof); assert(arg is base, T.stringof); assert(atom is val, T.stringof); arg = base; assert(!cas(&atom, &arg, base), T.stringof); assert(arg is val, T.stringof); assert(atom is val, T.stringof); } void testLoadStore(MemoryOrder ms = MemoryOrder.seq, T)(T val = T.init + 1) pure nothrow @nogc @trusted { T base = cast(T) 0; shared(T) atom = cast(T) 0; assert(base !is val); assert(atom is base); atomicStore!(ms)(atom, val); base = atomicLoad!(ms)(atom); assert(base is val, T.stringof); assert(atom is val); } void testType(T)(T val = T.init + 1) pure nothrow @nogc @safe { static if (T.sizeof < 8 || has64BitXCHG) testXCHG!(T)(val); testCAS!(T)(val); testLoadStore!(MemoryOrder.seq, T)(val); testLoadStore!(MemoryOrder.raw, T)(val); } @betterC @safe pure nothrow unittest { testType!(bool)(); testType!(byte)(); testType!(ubyte)(); testType!(short)(); testType!(ushort)(); testType!(int)(); testType!(uint)(); } @safe pure nothrow unittest { testType!(shared int*)(); static class Klass {} testXCHG!(shared Klass)(new shared(Klass)); testCAS!(shared Klass)(new shared(Klass)); testType!(float)(1.0f); static if (has64BitCAS) { testType!(double)(1.0); testType!(long)(); testType!(ulong)(); } static if (has128BitCAS) { () @trusted { align(16) struct Big { long a, b; } shared(Big) atom; shared(Big) base; shared(Big) arg; shared(Big) val = Big(1, 2); assert(cas(&atom, arg, val), Big.stringof); assert(atom is val, Big.stringof); assert(!cas(&atom, arg, val), Big.stringof); assert(atom is val, Big.stringof); atom = Big(); assert(cas(&atom, &arg, val), Big.stringof); assert(arg is base, Big.stringof); assert(atom is val, Big.stringof); arg = Big(); assert(!cas(&atom, &arg, base), Big.stringof); assert(arg is val, Big.stringof); assert(atom is val, Big.stringof); }(); } shared(size_t) i; atomicOp!"+="(i, cast(size_t) 1); assert(i == 1); atomicOp!"-="(i, cast(size_t) 1); assert(i == 0); shared float f = 0; atomicOp!"+="(f, 1); assert(f == 1); static if (has64BitCAS) { shared double d = 0; atomicOp!"+="(d, 1); assert(d == 1); } } @betterC pure nothrow unittest { static if (has128BitCAS) { struct DoubleValue { long value1; long value2; } align(16) shared DoubleValue a; atomicStore(a, DoubleValue(1,2)); assert(a.value1 == 1 && a.value2 ==2); while (!cas(&a, DoubleValue(1,2), DoubleValue(3,4))){} assert(a.value1 == 3 && a.value2 ==4); align(16) DoubleValue b = atomicLoad(a); assert(b.value1 == 3 && b.value2 ==4); } version (D_LP64) { enum hasDWCAS = has128BitCAS; } else { enum hasDWCAS = has64BitCAS; } static if (hasDWCAS) { static struct List { size_t gen; List* next; } shared(List) head; assert(cas(&head, shared(List)(0, null), shared(List)(1, cast(List*)1))); assert(head.gen == 1); assert(cast(size_t)head.next == 1); } } @betterC pure nothrow unittest { static struct S { int val; } auto s = shared(S)(1); shared(S*) ptr; // head unshared shared(S)* ifThis = null; shared(S)* writeThis = &s; assert(ptr is null); assert(cas(&ptr, ifThis, writeThis)); assert(ptr is writeThis); // head shared shared(S*) ifThis2 = writeThis; shared(S*) writeThis2 = null; assert(cas(&ptr, ifThis2, writeThis2)); assert(ptr is null); } unittest { import core.thread; // Use heap memory to ensure an optimizing // compiler doesn't put things in registers. uint* x = new uint(); bool* f = new bool(); uint* r = new uint(); auto thr = new Thread(() { while (!*f) { } atomicFence(); *r = *x; }); thr.start(); *x = 42; atomicFence(); *f = true; atomicFence(); thr.join(); assert(*r == 42); } // === atomicFetchAdd and atomicFetchSub operations ==== @betterC pure nothrow @nogc @safe unittest { shared ubyte u8 = 1; shared ushort u16 = 2; shared uint u32 = 3; shared byte i8 = 5; shared short i16 = 6; shared int i32 = 7; assert(atomicOp!"+="(u8, 8) == 9); assert(atomicOp!"+="(u16, 8) == 10); assert(atomicOp!"+="(u32, 8) == 11); assert(atomicOp!"+="(i8, 8) == 13); assert(atomicOp!"+="(i16, 8) == 14); assert(atomicOp!"+="(i32, 8) == 15); version (D_LP64) { shared ulong u64 = 4; shared long i64 = 8; assert(atomicOp!"+="(u64, 8) == 12); assert(atomicOp!"+="(i64, 8) == 16); } } @betterC pure nothrow @nogc @safe unittest { shared ubyte u8 = 1; shared ushort u16 = 2; shared uint u32 = 3; shared byte i8 = 5; shared short i16 = 6; shared int i32 = 7; assert(atomicOp!"-="(u8, 1) == 0); assert(atomicOp!"-="(u16, 1) == 1); assert(atomicOp!"-="(u32, 1) == 2); assert(atomicOp!"-="(i8, 1) == 4); assert(atomicOp!"-="(i16, 1) == 5); assert(atomicOp!"-="(i32, 1) == 6); version (D_LP64) { shared ulong u64 = 4; shared long i64 = 8; assert(atomicOp!"-="(u64, 1) == 3); assert(atomicOp!"-="(i64, 1) == 7); } } @betterC pure nothrow @nogc @safe unittest // issue 16651 { shared ulong a = 2; uint b = 1; atomicOp!"-="(a, b); assert(a == 1); shared uint c = 2; ubyte d = 1; atomicOp!"-="(c, d); assert(c == 1); } pure nothrow @safe unittest // issue 16230 { shared int i; static assert(is(typeof(atomicLoad(i)) == int)); shared int* p; static assert(is(typeof(atomicLoad(p)) == shared(int)*)); shared int[] a; static if (__traits(compiles, atomicLoad(a))) { static assert(is(typeof(atomicLoad(a)) == shared(int)[])); } static struct S { int* _impl; } shared S s; static assert(is(typeof(atomicLoad(s)) : shared S)); static assert(is(typeof(atomicLoad(s)._impl) == shared(int)*)); auto u = atomicLoad(s); assert(u._impl is null); u._impl = new shared int(42); assert(atomicLoad(*u._impl) == 42); static struct S2 { S s; } shared S2 s2; static assert(is(typeof(atomicLoad(s2).s) == TailShared!S)); static struct S3 { size_t head; int* tail; } shared S3 s3; static if (__traits(compiles, atomicLoad(s3))) { static assert(is(typeof(atomicLoad(s3).head) == size_t)); static assert(is(typeof(atomicLoad(s3).tail) == shared(int)*)); } static class C { int i; } shared C c; static assert(is(typeof(atomicLoad(c)) == shared C)); static struct NoIndirections { int i; } shared NoIndirections n; static assert(is(typeof(atomicLoad(n)) == NoIndirections)); } }
D
/* Written in the D programming language. For git maintenance (ensure at least one congruent line with originating C header): #define crypto_secretbox_xchacha20poly1305_H */ module deimos.sodium.crypto_secretbox_xchacha20poly1305; version(SODIUM_LIBRARY_MINIMAL) {} else { import deimos.sodium.crypto_stream_xchacha20 : crypto_stream_xchacha20_MESSAGEBYTES_MAX; extern(C) pure @nogc : enum crypto_secretbox_xchacha20poly1305_KEYBYTES = 32U; size_t crypto_secretbox_xchacha20poly1305_keybytes() @trusted; enum crypto_secretbox_xchacha20poly1305_NONCEBYTES = 24U; size_t crypto_secretbox_xchacha20poly1305_noncebytes() @trusted; enum crypto_secretbox_xchacha20poly1305_MACBYTES = 16U; size_t crypto_secretbox_xchacha20poly1305_macbytes() @trusted; enum crypto_secretbox_xchacha20poly1305_MESSAGEBYTES_MAX = (crypto_stream_xchacha20_MESSAGEBYTES_MAX - crypto_secretbox_xchacha20poly1305_MACBYTES); size_t crypto_secretbox_xchacha20poly1305_messagebytes_max() @trusted; int crypto_secretbox_xchacha20poly1305_easy(ubyte* c, const(ubyte)* m, ulong mlen, const(ubyte)* n, const(ubyte)* k); // __attribute__ ((nonnull(1, 4, 5))); int crypto_secretbox_xchacha20poly1305_open_easy(ubyte* m, const(ubyte)* c, ulong clen, const(ubyte)* n, const(ubyte)* k) nothrow; // __attribute__ ((warn_unused_result)) __attribute__ ((nonnull(2, 4, 5))); int crypto_secretbox_xchacha20poly1305_detached(ubyte* c, ubyte* mac, const(ubyte)* m, ulong mlen, const(ubyte)* n, const(ubyte)* k); // __attribute__ ((nonnull(1, 2, 5, 6))); int crypto_secretbox_xchacha20poly1305_open_detached(ubyte* m, const(ubyte)* c, const(ubyte)* mac, ulong clen, const(ubyte)* n, const(ubyte)* k) nothrow; // __attribute__ ((warn_unused_result)) __attribute__ ((nonnull(2, 3, 5, 6))); }
D
// Data structures that represent the .NET CLR module clr; enum PrimitiveType { Boolean, Byte, SByte, UInt16, Int16, UInt32, Int32, UInt64, Int64, Char, String, Single, Double, Decimal, Object } struct PrimitiveTypeInfo { PrimitiveType type; string dlangType; string name; string fullName; this(PrimitiveType type, string dlangType) immutable { import std.conv : to; this.type = type; this.dlangType = dlangType; this.name = to!string(type); this.fullName = "System." ~ name; } string toString() const { return name; } } enum primitiveTypes = [ PrimitiveType.Boolean : immutable PrimitiveTypeInfo(PrimitiveType.Boolean, "bool"), PrimitiveType.Byte : immutable PrimitiveTypeInfo(PrimitiveType.Byte , "ubyte"), PrimitiveType.SByte : immutable PrimitiveTypeInfo(PrimitiveType.SByte , "byte"), PrimitiveType.UInt16 : immutable PrimitiveTypeInfo(PrimitiveType.UInt16 , "ushort"), PrimitiveType.Int16 : immutable PrimitiveTypeInfo(PrimitiveType.Int16 , "short"), PrimitiveType.UInt32 : immutable PrimitiveTypeInfo(PrimitiveType.UInt32 , "uint"), PrimitiveType.Int32 : immutable PrimitiveTypeInfo(PrimitiveType.Int32 , "int"), PrimitiveType.UInt64 : immutable PrimitiveTypeInfo(PrimitiveType.UInt64 , "ulong"), PrimitiveType.Int64 : immutable PrimitiveTypeInfo(PrimitiveType.Int64 , "long"), PrimitiveType.Char : immutable PrimitiveTypeInfo(PrimitiveType.Char , "char"), PrimitiveType.String : immutable PrimitiveTypeInfo(PrimitiveType.String , "CString"), PrimitiveType.Single : immutable PrimitiveTypeInfo(PrimitiveType.Single , "float"), PrimitiveType.Double : immutable PrimitiveTypeInfo(PrimitiveType.Double , "double"), PrimitiveType.Decimal : immutable PrimitiveTypeInfo(PrimitiveType.Decimal, "Decimal"), PrimitiveType.Object : immutable PrimitiveTypeInfo(PrimitiveType.Object , "DotNetObject"), ]; template Info(PrimitiveType T) { enum Info = primitiveTypes[T]; } struct DotNetObject { private void* _ptr; void* ptr() const { return cast(void*)_ptr; } static DotNetObject nullObject() { return typeof(this)(null); } bool isNull() const { return _ptr is null; } } struct Decimal { align(1): uint flags; uint hi; uint lo; uint mid; } template DlangType(PrimitiveType T) { import cstring : CString; static if (T == PrimitiveType.Boolean) alias DlangType = bool; else static if (T == PrimitiveType.Byte) alias DlangType = ubyte; else static if (T == PrimitiveType.SByte) alias DlangType = byte; else static if (T == PrimitiveType.UInt16) alias DlangType = ushort; else static if (T == PrimitiveType.Int16) alias DlangType = short; else static if (T == PrimitiveType.UInt32) alias DlangType = uint; else static if (T == PrimitiveType.Int32) alias DlangType = int; else static if (T == PrimitiveType.UInt64) alias DlangType = ulong; else static if (T == PrimitiveType.Int64) alias DlangType = long; else static if (T == PrimitiveType.Char) alias DlangType = char; else static if (T == PrimitiveType.String) alias DlangType = CString; else static if (T == PrimitiveType.Single) alias DlangType = float; else static if (T == PrimitiveType.Double) alias DlangType = double; else static if (T == PrimitiveType.Decimal) alias DlangType = Decimal; else static if (T == PrimitiveType.Object) alias DlangType = DotNetObject; else static assert(0); }
D
module vips.option; import std.variant : Variant; import vips.bindings; import vips.image; import vips.operation; import vips.conv : toGObject; import gobject.Value; import gobject.ObjectG; private struct ParamConfig { string key; bool isOutput; Value value; Variant output; this(string key) { this.key = key; } } extern(C) { bool g_type_is_a(GType src, GType target); } struct VOption { public: ~this() { foreach (config; options) { config.value.unset(); } } ref VOption set(string key, VImage value) { auto config = ParamConfig(key); config.value = new Value().init(VImage.getType()); g_value_set_object(config.value.getValueStruct, value.img.toGObject); options[key] = config; return this; } ref VOption set(string key, VImage* value) { import gobject.Type : Type; auto config = ParamConfig(key); config.value = new Value().init(VImage.getType()); config.isOutput = true; config.output = value; options[key] = config; return this; } ref VOption set(string key, VImage[] value) { auto config = ParamConfig(key); config.value = new Value(); config.value.init(vips_array_image_get_type()); vips_value_set_array_image(config.value.getValueStruct(), cast(int)(value.length)); auto array = vips_value_get_array_image(config.value.getValueStruct, null); foreach (i, image; value) { array[i] = image.img; } options[key] = config; return this; } ref VOption set(T)(string key, T value) { auto config = ParamConfig(key); config.value = new Value(value); options[key] = config; return this; } ref VOption set(string key, VipsBlob* blob) { auto config = ParamConfig(key); config.value = new Value(new ObjectG(cast(GObject*) blob)); options[key] = config; return this; } ref VOption set(T : U*, U)(string key, T value) { import std.traits : isScalarType; auto config = ParamConfig(key); config.isOutput = true; static if (isScalarType!U) { config.value = new Value(U.init); } else static if (is(U == double[])) { config.value = new Value().init(vips_array_double_get_type()); //TODO need to add corresponding reader method for this } else static if (is(U == VipsBlob*)) { config.value = new Value().init(vips_blob_get_type()); //TODO need to add corresponding reader handler for this } else { static assert(false, "Unknown output value: " ~ U.stringof); } config.output = value; options[key] = config; return this; } ref VOption set(string key, double[] vals) { auto config = ParamConfig(key); config.value = new Value(); config.value.init(vips_array_double_get_type()); vips_value_set_array_double(config.value.getValueStruct(), vals.ptr, cast(int) vals.length,); return this; } ref VOption set(string key, int[] vals) { auto config = ParamConfig(key); config.value = new Value().init(vips_array_int_get_type()); vips_value_set_array_int(config.value.getValueStruct(), vals.ptr, cast(int) vals.length,); return this; } void setInputs(ref VOperation operation) { foreach (option; options) { if (!option.isOutput) { operation.setProperty(option.key, option.value); } } } void readOutputs(ref VOperation operation) { import gobject.Type : Type; import vips.bindings : g_value_get_object; foreach (option; options) { if (option.isOutput) { operation.getProperty(option.key, option.value); immutable type = option.value.getValueStruct().gType; if (type == vips_image_get_type()) { auto obj = cast(VipsImage*) g_value_get_object(option.value.getValueStruct); *(option.output.get!(VImage*)) = VImage(obj); } else if (type == GType.INT) { *(option.output.get!(int*)) = option.value.getInt(); } else if (type == GType.BOOLEAN) { *(option.output.get!(bool*)) = option.value.getBoolean(); } else if (type == GType.DOUBLE) { *(option.output.get!(double*)) = option.value.getDouble(); } else { // still need to handle double arrays // and blobs } } } } private: ParamConfig[string] options; }
D
the highest point (of something the point on the celestial sphere toward which the sun and solar system appear to be moving relative to the fixed stars
D
module hunt.cache.adapter.RedisClusterAdapter; import hunt.cache.adapter.Adapter; import hunt.cache.CacheOptions; import hunt.cache.Nullable; import hunt.cache.Store; import hunt.collection.HashSet; import hunt.collection.Set; import hunt.Exceptions; import hunt.logging; import hunt.redis; import std.array; import std.conv; import std.string; class RedisClusterAdapter : Adapter { this(RedisPoolOptions poolConfig, RedisClusterConfig clusterConfig) { // try // { // _redis = new RedisCluster(new HostAndPort(poolConfig.host, poolConfig.port)); // // if (!poolConfig.password.empty()) // // _redis.auth(poolConfig.password); // // _redis.select(poolConfig.database); // } // catch (Exception e) // { // logError(e); // } HostAndPort[] clusterNode; string[] hostPorts = clusterConfig.nodes; foreach(string item; hostPorts) { string[] hostPort = item.split(":"); if(hostPort.length < 2) { warningf("Wrong host and port: %s", item); continue; } version(HUNT_DEBUG) { tracef("Cluster host: %s", hostPort); } try { int port = to!int(hostPort[1]); clusterNode ~= new HostAndPort(hostPort[0], port); } catch(Exception ex) { warning(ex); } } _redis = new RedisCluster(clusterNode, poolConfig); } Nullable!V get(V) (string key) { synchronized(this) { try { string data = _redis.get(key); return DeserializeToObject!V(cast(byte[])data); } catch(Exception ex) { warning(ex.msg); version(HUNT_DEBUG) warning(ex); } return Nullable!V(); } } Nullable!V[string] getAll(V) (string[] keys) { synchronized(this) { Nullable!V[string] mapv; if( keys.length == 0) return mapv; List!(string) r = _redis.mget(keys); foreach(i, v ; r) { mapv[keys[i]] = DeserializeToObject!V(cast(byte[])v); } return mapv; } } bool hasKey(string key) { synchronized(this) { return _redis.exists(key); } } void set(V) (string key, V v, uint expired) { synchronized(this) { if( expired == 0) _redis.set(key, cast(string)SerializeToByte(v)); else { implementationMissing(false); } // _redis.setex(key, expired, cast(string)SerializeToByte(v)); } } bool setIfAbsent(V) (string key, V v) { synchronized(this) { return _redis.setnx(key, cast(string)SerializeToByte(v)) == 1; } } void set(V) (V[string] maps, uint expired) { synchronized(this) { if(maps.length == 0) return; if(expired == 0) { _redis.mset(maps); } else { foreach( k, v ; maps) { _redis.set(k, expired, cast(string)SerializeToByte(v)); } } } } bool remove(string key) { synchronized(this) { return _redis.del(key) > 0; } } void remove(string[] keys) { synchronized(this) { if( keys.length == 0) return ; foreach(key ; keys){ _redis.del(key); } } } void clear() { synchronized(this) { // _redis.flushAll(); } } protected: RedisCluster _redis; }
D
/Users/Lambert/Desktop/Lambert/计算器app/DerivedData/计算器app/Build/Intermediates/计算器app.build/Debug-iphonesimulator/计算器app.build/Objects-normal/x86_64/AppDelegate.o : /Users/Lambert/Desktop/Lambert/计算器app/计算器app/calaulator.swift /Users/Lambert/Desktop/Lambert/计算器app/计算器app/ViewController.swift /Users/Lambert/Desktop/Lambert/计算器app/计算器app/AppDelegate.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Users/Lambert/Desktop/Lambert/计算器app/DerivedData/计算器app/Build/Intermediates/计算器app.build/Debug-iphonesimulator/计算器app.build/Objects-normal/x86_64/AppDelegate~partial.swiftmodule : /Users/Lambert/Desktop/Lambert/计算器app/计算器app/calaulator.swift /Users/Lambert/Desktop/Lambert/计算器app/计算器app/ViewController.swift /Users/Lambert/Desktop/Lambert/计算器app/计算器app/AppDelegate.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Users/Lambert/Desktop/Lambert/计算器app/DerivedData/计算器app/Build/Intermediates/计算器app.build/Debug-iphonesimulator/计算器app.build/Objects-normal/x86_64/AppDelegate~partial.swiftdoc : /Users/Lambert/Desktop/Lambert/计算器app/计算器app/calaulator.swift /Users/Lambert/Desktop/Lambert/计算器app/计算器app/ViewController.swift /Users/Lambert/Desktop/Lambert/计算器app/计算器app/AppDelegate.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule
D
// Written in the D programming language /** * This module contains a range-based _lexer for the D programming language. * * For performance reasons the _lexer contained in this module operates only on * UTF-8 encoded source code. If the use of other encodings is * desired, the source code must be converted to UTF-8 before passing it to this * _lexer. * * To use the _lexer, create a $(LREF LexerConfig) struct. The * $(LREF LexerConfig) contains fields for configuring the behavior of the * lexer. * --- * LexerConfig config; * config.iterStyle = IterationStyle.everything; * config.tokenStyle = TokenStyle.source; * config.versionNumber = 2064; * config.vendorString = "Lexer Example"; * --- * Once you have configured the _lexer, call $(LREF byToken)$(LPAREN)$(RPAREN) * on your source code, passing in the configuration. * --- * // UTF-8 encoded source code * auto source = "import std.stdio;"c; * auto tokens = byToken(source, config); * // or auto tokens = source.byToken(config); * --- * The result of $(LREF byToken)$(LPAREN)$(RPAREN) is a forward range of tokens * that can be easily used with the algorithms from std.algorithm or iterated * over with $(D_KEYWORD foreach). * --- * assert (tokens.front.type == TokenType.import_); * assert (tokens.front.value == "import"); * assert (tokens.front.line == 1); * assert (tokens.front.startIndex == 0); * --- * * Examples: * * Generate HTML markup of D code. * --- * module highlighter; * * import std.stdio; * import std.array; * import std.d.lexer; * * void writeSpan(string cssClass, string value) * { * stdout.write(`<span class="`, cssClass, `">`, value.replace("&", "&amp;").replace("<", "&lt;"), `</span>`); * } * * // http://ethanschoonover.com/solarized * void highlight(R)(R tokens) * { * stdout.writeln(q"[<!DOCTYPE html> * <html> * <head> * <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> * </head> * <body> * <style type="text/css"> * html { background-color: #fdf6e3; color: #002b36; } * .kwrd { color: #b58900; font-weight: bold; } * .com { color: #93a1a1; font-style: italic; } * .num { color: #dc322f; font-weigth: bold; } * .str { color: #2aa198; font-style: italic; } * .op { color: #586e75; font-weight: bold; } * .type { color: #268bd2; font-weight: bold; } * .cons { color: #859900; font-weight: bold; } * </style> * <pre>]"); * * foreach (Token t; tokens) * { * if (isBuiltType(t.type)) * writeSpan("type", t.value); * else if (isKeyword(t.type)) * writeSpan("kwrd", t.value); * else if (t.type == TokenType.comment) * writeSpan("com", t.value); * else if (isStringLiteral(t.type)) * writeSpan("str", t.value); * else if (isNumberLiteral(t.type)) * writeSpan("num", t.value); * else if (isOperator(t.type)) * writeSpan("op", t.value); * else * stdout.write(t.value.replace("<", "&lt;")); * } * stdout.writeln("</pre>\n</body></html>"); * } * * void main(string[] args) * { * // Create the configuration * LexerConfig config; * // Specify that we want tokens to appear exactly as they did in the source * config.tokenStyle = TokenStyle.source; * // Include whitespace, comments, etc. * config.iterStyle = IterationStyle.everything; * // Tell the lexer to use the name of the file being read when generating * // error messages. * config.fileName = args[1]; * // Open the file (error checking ommitted for brevity) * auto f = File(args[1]); * // Read the lines of the file, and combine them. Then create the token * // range, which is then passed on to highlight. * (cast(ubyte[]) f.byLine(KeepTerminator.yes).join()).byToken(config).highlight(); * } * --- * * Copyright: Brian Schott 2013 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt Boost, License 1.0) * Authors: Brian Schott, Dmitry Olshansky * Source: $(PHOBOSSRC std/d/_lexer.d) */ module stdx.d.lexer; import std.algorithm; import std.ascii; import std.conv; import std.datetime; import stdx.d.entities; import std.exception; import std.range; import std.regex; import std.string; import std.traits; import std.utf; version (unittest) import std.stdio; public: /** * Represents a D token */ struct Token { /** * The characters that comprise the token. */ string value; /** * The index of the start of the token in the original source. * $(LPAREN)measured in UTF-8 code units$(RPAREN) */ size_t startIndex; /** * The number of the line the token is on. */ uint line; /** * The column number of the start of the token in the original source. * $(LPAREN)measured in ASCII characters or UTF-8 code units$(RPAREN) */ ushort column; /** * The token type. */ TokenType type; /** * Check to see if the token is of the same type and has the same string * representation as the given token. */ bool opEquals(ref const(Token) other) const nothrow pure { return other.type == type && other.value == value; } /// unittest { Token a; a.type = TokenType.intLiteral; a.value = "1"; Token b; b.type = TokenType.intLiteral; b.value = "1"; assert (a == b); b.value = "2"; assert (a != b); } /** * Checks to see if the token's string representation is equal to the given * string. */ bool opEquals(string value) const nothrow pure { return this.value == value; } /// unittest { Token t; t.value = "abcde"; assert (t == "abcde"); } /** * Checks to see if the token is of the given type. */ bool opEquals(TokenType type) const nothrow pure { return this.type == type; } /// unittest { Token t; t.type = TokenType.class_; assert (t == TokenType.class_); } /** * Comparison operator orders tokens by start index. */ int opCmp(ref const(Token) other) const nothrow pure { if (startIndex < other.startIndex) return -1; if (startIndex > other.startIndex) return 1; return 0; } /// unittest { Token a; a.startIndex = 10; Token b; b.startIndex = 20; assert (a < b); } /** * Comparison operator overload for checking if the token's start index is * before, after, or the same as the given index. */ int opCmp(size_t index) const nothrow pure { if (startIndex < index) return -1; if (startIndex > index) return 1; return 0; } /// unittest { import std.array; import std.range; auto source = cast(ubyte[]) "a b c"c; LexerConfig c; auto tokens = source.byToken(c).array(); assert (tokens.length == 3); //assert (tokens.assumeSorted().lowerBound(1)[$ - 1] == "b"); } } /** * Configure the behavior of the $(LREF byToken)$(LPAREN)$(RPAREN) function. * These flags may be combined using a bitwise or. */ enum IterationStyle : ushort { /// Only include code, not whitespace or comments codeOnly = 0, /// Includes comments includeComments = 0b0001, /// Includes whitespace includeWhitespace = 0b0010, /// Include $(LINK2 http://dlang.org/lex.html#specialtokens, special tokens) includeSpecialTokens = 0b0100, /// Do not stop iteration on reaching the $(D_KEYWORD ___EOF__) token ignoreEOF = 0b1000, /// Include _everything everything = includeComments | includeWhitespace | ignoreEOF } /** * Configuration of the token lexing style. These flags may be combined with a * bitwise or. */ enum TokenStyle : ushort { /** * Escape sequences will be replaced with their equivalent characters, * enclosing quote characters will not be included. Special tokens such as * $(D_KEYWORD ___VENDOR__) will be replaced with their equivalent strings. * Useful for creating a compiler or interpreter. */ default_ = 0b0000, /** * Escape sequences will not be processed. An escaped quote character will * not terminate string lexing, but it will not be replaced with the quote * character in the token. */ notEscaped = 0b0001, /** * Strings will include their opening and closing quote characters as well * as any prefixes or suffixes $(LPAREN)e.g.: $(D_STRING "abcde"w) will * include the $(D_STRING 'w') character as well as the opening and closing * quotes$(RPAREN) */ includeQuotes = 0b0010, /** * Do not replace the value field of the special tokens such as * $(D_KEYWORD ___DATE__) with their string equivalents. */ doNotReplaceSpecial = 0b0100, /** * Strings will be read exactly as they appeared in the source, including * their opening and closing quote characters. Useful for syntax * highlighting. */ source = notEscaped | includeQuotes | doNotReplaceSpecial } /** * Lexer configuration */ struct LexerConfig { /** * Configure the lexer's iteration style. * See_Also: $(LREF IterationStyle) */ IterationStyle iterStyle = IterationStyle.codeOnly; /** * Configure the style of the tokens produced by the lexer. * See_Also: $(LREF TokenStyle) */ TokenStyle tokenStyle = tokenStyle.default_; /** * Replacement for the $(D_KEYWORD ___VERSION__) token. Defaults to 100. */ uint versionNumber = 100; /** * Replacement for the $(D_KEYWORD ___VENDOR__) token. Defaults to $(D_STRING "std.d.lexer") */ string vendorString = "std.d.lexer"; /** * Name used when creating error messages that are sent to errorFunc. This * is needed because the lexer operates on any forward range of ASCII * characters or UTF-8 code units and does not know what to call its input * source. Defaults to the empty string. */ string fileName = ""; /** * The starting line and column numbers for the lexer. These can be set when * partially lexing D code to provide correct token locations and better * error messages. These should be left to their default values of 1 when * lexing entire files. Line and column numbers are 1-indexed in this lexer * because this produces more useful error messages. The start index is * zero-indexed, as it is more useful to machines than users. */ uint startLine = 1; /** * ditto */ ushort startColumn = 1; /** * ditto */ size_t startIndex = 0; /** * This function is called when an error is encountered during lexing. * If this field is not set, the lexer will throw an exception including the * line, column, and error message. * * $(BOOKTABLE Error Function Parameters:, * $(TR $(TD string) $(TD File name)) * $(TR $(TD size_t) $(TD Code unit index)) * $(TR $(TD uint) $(TD Line number)) * $(TR $(TD ushort) $(TD Column number)) * $(TR $(TD string) $(TD Error message)) * ) */ void delegate(string, size_t, uint, ushort, string) errorFunc; } /** * Iterate over the given range of characters by D tokens. * * The lexing process is able to handle a forward range of code units by using * an internal circular buffer to provide efficient extracting of the token * values from the input. It is more efficient, however, to provide a range * that supports random accessing and slicing. If the input range supports * slicing, the caching layer aliases itself away and the lexing process * is much more efficient. * * Params: * range = the range of characters to lex * config = the lexer configuration * bufferSize = initial size of internal circular buffer * Returns: * a $(LREF TokenRange) that iterates over the given range */ auto byToken(R)(R range, LexerConfig config, size_t bufferSize = 4*1024) if (isForwardRange!(R) && !isRandomAccessRange!(R) && is(ElementType!R : const(ubyte))) { // 4K of circular buffer by default auto r = TokenRange!(typeof(lexerSource(range))) (lexerSource(range, bufferSize), config); r.popFront(); return r; } ///ditto auto byToken(R)(R range, LexerConfig config) if (isRandomAccessRange!(R) && is(ElementType!R : const(ubyte))) { auto r = TokenRange!(typeof(lexerSource(range))) (lexerSource(range), config); r.popFront(); return r; } /** * Range of tokens. Use $(LREF byToken)$(LPAREN)$(RPAREN) to instantiate. */ struct TokenRange(LexSrc) //if ( is(LexSrc : LexSource!(U...), U...)) //check for LexSource { /** * Returns: true if the range is empty */ bool empty() const @property { return _empty; } /** * Returns: the current token */ ref const(Token) front() const @property { assert(!empty, "trying to get front of an empty token range"); return current; } /** * Returns: the current token and then removes it from the range */ Token moveFront() { auto r = move(current); popFront(); return r; } /** * Removes the current token from the range */ void popFront() { advance(); } private: /* * Advances the range to the next token */ void advance() { L_advance: if (src.empty) { _empty = true; return; } src.mark(); // mark a start of a lexing "frame" current.line = lineNumber; current.startIndex = src.index; current.column = column; current.value = null; switch (src.front) { // handle sentinels for end of input case 0: case 0x1a: // TODO: check config flags, it's cheap // since this branch at most is taken once per file _empty = true; return; mixin(generateCaseTrie( "=", "TokenType.assign", "@", "TokenType.at", "&", "TokenType.amp", "&=", "TokenType.bitAndAssign", "|", "TokenType.bitOr", "|=", "TokenType.bitOrAssign", "~=", "TokenType.catAssign", ":", "TokenType.colon", ",", "TokenType.comma", "--", "TokenType.decrement", "$", "TokenType.dollar", "==", "TokenType.equal", "=>", "TokenType.goesTo", ">", "TokenType.greater", ">=", "TokenType.greaterEqual", "++", "TokenType.increment", "{", "TokenType.lBrace", "[", "TokenType.lBracket", "<", "TokenType.less", "<=", "TokenType.lessEqual", "<>=", "TokenType.lessEqualGreater", "<>", "TokenType.lessOrGreater", "&&", "TokenType.logicAnd", "||", "TokenType.logicOr", "(", "TokenType.lParen", "-", "TokenType.minus", "-=", "TokenType.minusAssign", "%", "TokenType.mod", "%=", "TokenType.modAssign", "*=", "TokenType.mulAssign", "!", "TokenType.not", "!=", "TokenType.notEqual", "!>", "TokenType.notGreater", "!>=", "TokenType.notGreaterEqual", "!<", "TokenType.notLess", "!<=", "TokenType.notLessEqual", "!<>", "TokenType.notLessEqualGreater", "+", "TokenType.plus", "+=", "TokenType.plusAssign", "^^", "TokenType.pow", "^^=", "TokenType.powAssign", "}", "TokenType.rBrace", "]", "TokenType.rBracket", ")", "TokenType.rParen", ";", "TokenType.semicolon", "<<", "TokenType.shiftLeft", "<<=", "TokenType.shiftLeftAssign", ">>", "TokenType.shiftRight", ">>=", "TokenType.shiftRightAssign", "*", "TokenType.star", "?", "TokenType.ternary", "~", "TokenType.tilde", "!<>=", "TokenType.unordered", ">>>", "TokenType.unsignedShiftRight", ">>>=", "TokenType.unsignedShiftRightAssign", "^", "TokenType.xor", "^=", "TokenType.xorAssign" )); case '/': nextCharNonLF(); if (isEoF()) { current.type = TokenType.div; current.value = "/"; return; } switch (src.front) { case '/': case '*': case '+': if (config.iterStyle & IterationStyle.includeComments) return lexComment!true(); lexComment!false(); goto L_advance; // tail-recursion case '=': current.type = TokenType.divAssign; current.value = "/="; src.popFront(); return; default: current.type = TokenType.div; current.value = "/"; return; } case '.': if (!src.canPeek()) { current.type = TokenType.dot; current.value = tokenValue!(TokenType.dot); nextCharNonLF(); return; } switch (src.peek()) { case '0': .. case '9': lexNumber(); return; case '.': nextCharNonLF(); nextCharNonLF(); current.type = TokenType.dotdot; if (src.front == '.') { current.type = TokenType.vararg; nextCharNonLF(); current.value = tokenValue!(TokenType.vararg); } else current.value = tokenValue!(TokenType.dotdot); return; default: nextCharNonLF(); current.type = TokenType.dot; current.value = tokenValue!(TokenType.dot); return; } case '0': .. case '9': lexNumber(); return; case '\'': lexCharacterLiteral(); return; case '"': case '`': lexString(); return; case 'q': nextCharNonLF(); if (isEoF()) goto default; switch (src.front) { case '{': lexTokenString(); return; case '"': lexDelimitedString(); return; default: break; } goto default; case 'r': nextCharNonLF(); if (isEoF()) goto default; else if (src.front == '"') { lexString(); return; } else goto default; case 'x': nextCharNonLF(); if (isEoF()) goto default; else if (src.front == '"') { lexHexString(); return; } else goto default; case '#': lexSpecialTokenSequence(); if(config.iterStyle & IterationStyle.includeSpecialTokens) return; goto L_advance; // tail-recursion // "short" ASCII whites case 0x20: case 0x09: .. case 0x0d: if (config.iterStyle & IterationStyle.includeWhitespace) return lexWhitespace!true(); lexWhitespace!false(); goto L_advance; // tail-recursion default: if ((src.front & 0x80) && isLongWhite()) { if (config.iterStyle & IterationStyle.includeWhitespace) return lexWhitespace!true(); lexWhitespace!false(); goto L_advance; // tail-recursion } for(;;) { if(isSeparating()) break; nextCharNonLF(); if(isEoF()) break; } current.type = lookupTokenType(src.slice); current.value = getTokenValue(current.type); if (current.value is null) setTokenValue(); if (!(config.iterStyle & IterationStyle.ignoreEOF) && current.type == TokenType.specialEof) { _empty = true; return; } if (config.tokenStyle & TokenStyle.doNotReplaceSpecial) return; expandSpecialToken(); } } // TODO: LexSource could be improved for forward ranges // to avoid buffering at all (by disabling it for a moment) // so keep the 'keep' parameter here and elsewhere void lexWhitespace(bool keep)() { current.type = TokenType.whitespace; do { nextChar(); } while (!isEoF() && isWhite()); static if (keep) setTokenValue(); } void lexComment(bool keep)() in { assert (src.front == '/' || src.front == '*' || src.front == '+'); } body { current.type = TokenType.comment; switch(src.front) { case '/': while (!isEoF() && !isNewline(src.front)) { nextCharNonLF(); } break; case '*': while (!isEoF()) { if (src.front == '*') { static if (keep) nextCharNonLF(); else src.popFront(); if (src.front == '/') { nextCharNonLF(); break; } } else nextChar(); } break; case '+': int depth = 1; while (depth > 0 && !isEoF()) { if (src.front == '+') { nextCharNonLF(); if (src.front == '/') { nextCharNonLF(); --depth; } } else if (src.front == '/') { nextCharNonLF(); if (src.front == '+') { nextCharNonLF(); ++depth; } } else nextChar(); } break; default: assert(false); } static if (keep) setTokenValue(); } void lexHexString() in { assert (src.front == '"'); } body { current.type = TokenType.stringLiteral; nextChar(); while (true) { if (isEoF()) { errorMessage("Unterminated hex string literal"); return; } else if (isHexDigit(src.front)) { nextCharNonLF(); } else if (isWhite() && (config.tokenStyle & TokenStyle.notEscaped)) { nextChar(); } else if (src.front == '"') { nextCharNonLF(); break; } else { errorMessage(format("Invalid character '%s' in hex string literal", cast(char) src.front)); return; } } bool hasSuffix = lexStringSuffix(); if (config.tokenStyle & TokenStyle.notEscaped) { if (config.tokenStyle & TokenStyle.includeQuotes) setTokenValue(); else setTokenValue(2, hasSuffix ? -2 : -1); } else { // TODO: appender is an allocation happy fat pig // remove it later auto a = appender!(char[])(); foreach (b; std.range.chunks(src.slice[2 .. $ - 1], 2)) { auto s = cast(char[])b; ubyte ch = cast(ubyte)parse!uint(s, 16); a.put(ch); } // can safely assume ownership of data current.value = cast(string)a.data; } } void lexNumber() in { assert(isDigit(src.front) || src.front == '.'); } body { if (src.front != '0') { lexDecimal(); return; } else { switch (src.peek()) { case 'x': case 'X': nextCharNonLF(); nextCharNonLF(); lexHex(); break; case 'b': case 'B': nextCharNonLF(); nextCharNonLF(); lexBinary(); break; default: lexDecimal(); break; } } } void lexFloatSuffix() { switch (src.front) { case 'L': nextCharNonLF(); current.type = TokenType.doubleLiteral; break; case 'f': case 'F': nextCharNonLF(); current.type = TokenType.floatLiteral; break; default: break; } if (!isEoF() && src.front == 'i') { nextCharNonLF(); if (current.type == TokenType.floatLiteral) current.type = TokenType.ifloatLiteral; else current.type = TokenType.idoubleLiteral; } } void lexIntSuffix() { bool foundU; bool foundL; while (!isEoF()) { switch (src.front) { case 'u': case 'U': if (foundU) return; switch (current.type) { case TokenType.intLiteral: current.type = TokenType.uintLiteral; nextCharNonLF(); break; case TokenType.longLiteral: current.type = TokenType.ulongLiteral; nextCharNonLF(); break; default: assert (false); } foundU = true; break; case 'L': if (foundL) return; switch (current.type) { case TokenType.intLiteral: current.type = TokenType.longLiteral; nextCharNonLF(); break; case TokenType.uintLiteral: current.type = TokenType.ulongLiteral; nextCharNonLF(); break; default: assert (false); } foundL = true; break; default: return; } } } void lexExponent() in { assert (src.front == 'e' || src.front == 'E' || src.front == 'p' || src.front == 'P'); } body { nextCharNonLF(); bool foundSign = false; bool foundDigit = false; while (!isEoF()) { switch (src.front) { case '-': case '+': if (foundSign) { if (!foundDigit) errorMessage("Expected an exponent"); return; } foundSign = true; nextCharNonLF(); break; case '0': .. case '9': case '_': foundDigit = true; nextCharNonLF(); break; case 'L': case 'f': case 'F': case 'i': lexFloatSuffix(); return; default: if (!foundDigit) errorMessage("Expected an exponent"); return; } } } void lexDecimal() in { assert (isDigit(src.front) || src.front == '.'); } body { bool foundDot = src.front == '.'; if (foundDot) nextCharNonLF(); current.type = TokenType.intLiteral; decimalLoop: while (!isEoF()) { switch (src.front) { case '0': .. case '9': case '_': nextCharNonLF(); break; case 'u': case 'U': if (!foundDot) lexIntSuffix(); break decimalLoop; case 'i': lexFloatSuffix(); break decimalLoop; case 'L': if (foundDot) lexFloatSuffix(); else lexIntSuffix(); break decimalLoop; case 'f': case 'F': lexFloatSuffix(); break decimalLoop; case 'e': case 'E': lexExponent(); break decimalLoop; case '.': if (foundDot) break decimalLoop; if (src.canPeek() && src.peek() == '.') break decimalLoop; else { // The following bit of silliness tries to tell the // difference between "int dot identifier" and // "double identifier". if (src.canPeek()) { switch (src.peek()) { case 'u': case 'U': case 'i': case 'L': case 'f': case 'F': case 'e': case 'E': break decimalLoop; default: goto doubleLiteral; } } else { doubleLiteral: nextCharNonLF(); foundDot = true; current.type = TokenType.doubleLiteral; } } break; default: break decimalLoop; } } setTokenValue(); } void lexBinary() { current.type = TokenType.intLiteral; binaryLoop: while (!isEoF()) { switch (src.front) { case '0': case '1': case '_': nextCharNonLF(); break; case 'u': case 'U': case 'L': lexIntSuffix(); break binaryLoop; default: break binaryLoop; } } setTokenValue(); } void lexHex() { current.type = TokenType.intLiteral; bool foundDot; hexLoop: while (!isEoF()) { switch (src.front) { case 'a': .. case 'f': case 'A': .. case 'F': case '0': .. case '9': case '_': nextCharNonLF(); break; case 'u': case 'U': lexIntSuffix(); break hexLoop; case 'i': if (foundDot) lexFloatSuffix(); break hexLoop; case 'L': if (foundDot) { lexFloatSuffix(); break hexLoop; } else { lexIntSuffix(); break hexLoop; } case 'p': case 'P': lexExponent(); break hexLoop; case '.': if (foundDot) break hexLoop; if (src.canPeek() && src.peek() == '.') break hexLoop; nextCharNonLF(); foundDot = true; current.type = TokenType.doubleLiteral; break; default: break hexLoop; } } setTokenValue(); } bool lexStringSuffix() { current.type = TokenType.stringLiteral; bool foundSuffix = false; if (!isEoF()) { switch (src.front) { case 'w': current.type = TokenType.wstringLiteral; goto case 'c'; case 'd': current.type = TokenType.dstringLiteral; goto case 'c'; case 'c': foundSuffix = true; nextCharNonLF(); break; default: break; } } return foundSuffix; } void lexCharacterLiteral() in { assert (src.front == '\''); } body { current.type = TokenType.characterLiteral; nextChar(); if (isEoF()) { errorMessage("Unterminated character literal"); return; } switch (src.front) { case '\'': break; case '\\': if (config.tokenStyle & TokenStyle.notEscaped) skipEscapeSequence(); else { // the only special path // 40 bytes is enough for 2 quotes // and the longest character entity ubyte[40] utf8; size_t len; if (config.tokenStyle & TokenStyle.includeQuotes) { utf8[0] = '\''; len = decodeEscapeSequence(utf8[1..$]); utf8[len++] = '\''; } else len = decodeEscapeSequence(utf8[]); if (src.front != '\'') { errorMessage("Expected \"'\" to end character literal"); } // skip over last "'" nextChar(); setTokenValue(utf8[0..len]); return; } break; default: if (src.front & 0x80) { while (src.front & 0x80) nextChar(); break; } else { nextChar(); break; } } if (src.front != '\'') errorMessage("Expected \"'\" to end character literal"); nextChar(); if (config.tokenStyle & TokenStyle.includeQuotes) setTokenValue(); else setTokenValue(1, -1); } void lexString() in { //assert (src.front == '"'); } body { current.type = TokenType.stringLiteral; bool longWysiwg = src.slice.length > 0 && src.slice[0] == 'r'; // 2 chars : r" bool isWysiwyg = src.front == '`'; // in case we need to unescape string Appender!(ubyte[]) unescaped; auto quote = src.front; nextChar(); while (true) { if (isEoF()) { errorMessage("Unterminated string literal"); return; } else if (src.front == '\\') { if (isWysiwyg || longWysiwg) nextChar(); else if(config.tokenStyle & TokenStyle.notEscaped) { skipEscapeSequence(); } else { if(unescaped == Appender!(ubyte[]).init) unescaped = appender!(ubyte[])(); unescaped.put(src.slice()); decodeEscapeSequence(unescaped); src.mark(); //start next slice after escape sequence } } else if (src.front == quote) { nextCharNonLF(); break; } else nextChar(); } lexStringSuffix(); // helper to handle quotes void setData(R)(R range) { if (config.tokenStyle & TokenStyle.includeQuotes) setTokenValue(range); else if (longWysiwg) setTokenValue(range[2..$-1]); else setTokenValue(range[1..$-1]); } import std.stdio; if(unescaped != Appender!(ubyte[]).init) { //stuff in the last slice and use buffered data unescaped.put(src.slice); setData(unescaped.data); } else { setData(src.slice); //slice directly } } void lexDelimitedString() in { assert(src.front == '"'); } body { current.type = TokenType.stringLiteral; nextChar(); bool heredoc; ubyte open; ubyte close; switch (src.front) { case '[': open = '['; close = ']'; break; case '{': open = '{'; close = '}'; break; case '(': open = '('; close = ')'; break; case '<': open = '<'; close = '>'; break; default: heredoc = true; break; } if (heredoc) lexHeredocString(); else lexNormalDelimitedString(open, close); } void lexNormalDelimitedString(ubyte open, ubyte close) in { assert(src.slice[0 .. 2] == `q"`); } body { current.type = TokenType.stringLiteral; int depth = 1; nextChar(); while (true) { if (isEoF()) { errorMessage("Unterminated string literal"); break; } if (src.front == open) { nextChar(); ++depth; } else if (src.front == close) { nextChar(); --depth; if (depth <= 0) { auto r = src.save(); //TODO: allocates for Fwd range if (r.front == '"') { nextChar(); break; } else { errorMessage("Expected \" after balanced " ~ cast(char) close ~ " but found " ~ cast(char) r.front ~ " instead."); break; } } } else nextChar(); } if (config.tokenStyle & TokenStyle.includeQuotes) setTokenValue(); else setTokenValue(3, -2); } void lexHeredocString() in { assert (src.slice.equal("q\"")); } body { typeof(src.slice) ident; uint newlineBytes; while (true) { if (isEoF()) { errorMessage("Unterminated string literal"); return; } else if (isNewline(src.front)) { ident = src.slice[2..$]; nextChar(); newlineBytes = cast(uint) (src.slice.length - 2 - ident.length); break; } else if (isSeparating()) { nextChar(); ident = src.slice[2..$]; nextChar(); newlineBytes = 0; break; } else { nextChar(); } } while (true) { if (isEoF()) { errorMessage("Unterminated string literal"); break; } else if (src.slice.length > ident.length && src.slice[$-ident.length .. $].equal(ident)) { if (src.front == '"') { nextChar(); lexStringSuffix(); break; } else { errorMessage("Unterminated string literal: " ~ cast(string) src.slice); break; } } else nextChar(); } bool hasSuffix = lexStringSuffix(); if (config.tokenStyle & TokenStyle.includeQuotes) setTokenValue(); else { setTokenValue(cast(int) (2 + newlineBytes + ident.length), cast(int) (-(ident.length + (hasSuffix ? 2 : 1)))); } } void lexTokenString() in { assert (src.front == '{'); } body { current.type = TokenType.stringLiteral; nextChar(); auto app = appender!(ubyte[])(); if (config.tokenStyle & TokenStyle.includeQuotes) { app.put('q'); app.put('{'); } LexerConfig c = config; scope (exit) config = c; config.iterStyle = IterationStyle.everything; config.tokenStyle = TokenStyle.source; int depth = 1; while (!isEoF()) { advance(); if (current.type == TokenType.lBrace) ++depth; else if (current.type == TokenType.rBrace) { --depth; if (depth <= 0) break; } app.put(representation(current.value)); } config = c; if (config.tokenStyle & TokenStyle.includeQuotes) { app.put('}'); } if (src.empty) current.type = TokenType.stringLiteral; else { switch (src.front) { case 'd': if (config.tokenStyle & TokenStyle.includeQuotes) app.put('d'); current.type = TokenType.dstringLiteral; src.popFront(); break; case 'w': if (config.tokenStyle & TokenStyle.includeQuotes) app.put('w'); current.type = TokenType.wstringLiteral; src.popFront(); break; case 'c': if (config.tokenStyle & TokenStyle.includeQuotes) app.put('c'); src.popFront(); goto default; default: current.type = TokenType.stringLiteral; break; } } current.value = cast(string) app.data; } void lexSpecialTokenSequence() in { assert (src.front == '#'); } body { nextChar(); auto r = src.save(); auto app = appender!(ubyte[])(); app.put('#'); while (true) { if (r.isRangeEoF()) { errorMessage("Found EOF when interpreting special token sequence"); return; } else if (isNewline(r.front)) break; else { app.put(r.front); r.popFront(); } } auto m = match((cast(char[]) app.data), `#line\s+(?P<line>\d+)\s*(?P<filespec>".+")*?`); if (m) { current.type = TokenType.specialTokenSequence; current.value = (cast(char[]) app.data).idup; column += app.data.length; foreach (i; 0 .. app.data.length) src.popFront(); auto c = m.captures; if (c["filespec"]) config.fileName = c["filespec"].idup; auto l = c["line"]; lineNumber = parse!uint(l); } else { current.type = TokenType.hash; current.value = tokenValue!(TokenType.hash); } } //===================================================================== // Helpers for lexXYZ functions //===================================================================== void skipEscapeSequence() { // no decoding, just minor sanity checks nextChar(); switch (src.front) { case '\'': case '"': case '?': case '\\': case 'a': case 'b': case 'f': case 'n': case 'r': case 't': case 'v': case 0x0a: case 0x00: nextChar(); return; case '0': .. case '7': foreach(i; 0 .. 3) { nextChar(); if (src.front < '0' || src.front > '7') return; } return; case 'x': nextChar(); foreach(i; 0 .. 2) { if (!isHexDigit(src.front)) { errorMessage("Expected hex digit"); return; } nextChar(); } return; case 'u': case 'U': uint digits = src.front == 'u' ? 4 : 8; nextChar(); foreach (i; 0 .. digits) { if (!isHexDigit(src.front)) { errorMessage("Expected hex digit instead of %s".format( cast(char) src.front)); return; } nextChar(); } return; case '&': while (!isEoF()) { nextChar(); if (src.front == ';') break; } return; default: errorMessage("Invalid escape sequence"); return; } } size_t decodeEscapeSequence(OutputRange)(OutputRange dest) in { assert (src.front == '\\'); } body { size_t reencodeNumeric(ubyte[] src, int radix, OutputRange dest) { char[] chunk = cast(char[])src; char[4] utfBuf; uint codepoint = parse!uint(chunk, radix); size_t len; try len = encode(utfBuf, codepoint); catch (UTFException ex) { errorMessage(ex.msg); return 0; } dest.put(cast(ubyte[]) utfBuf[0..len]); return len; } ubyte[40] buffer; src.popFront(); switch (src.front) { case '\'': case '"': case '?': case '\\': buffer[0] = src.front; src.popFront(); return 1; case 'a': dest.put('\a'); src.popFront(); return 1; case 'b': dest.put('\b'); src.popFront(); return 1; case 'f': dest.put('\f'); src.popFront(); return 1; case 'n': dest.put('\n'); src.popFront(); return 1; case 'r': dest.put('\r'); src.popFront(); return 1; case 't': dest.put('\t'); src.popFront(); return 1; case 'v': dest.put('\v'); src.popFront(); return 1; case 0x0a: dest.put(cast(ubyte)0x0a); src.popFront(); return 1; case 0x00: dest.put(cast(ubyte)0x00); src.popFront(); return 1; case '0': .. case '7': size_t idx = 0; while(idx < 3 && !isEoF()) { buffer[idx++] = src.front; src.popFront(); if (src.front < '0' || src.front > '7') break; } return reencodeNumeric(buffer[0..idx], 8, dest); case 'x': src.popFront(); foreach(i; 0 .. 2) { if (!isHexDigit(src.front)) { errorMessage("Expected hex digit"); return 1; } buffer[i] = src.front; src.popFront(); } return reencodeNumeric(buffer[0..2], 16, dest); case 'u': case 'U': uint digitCount = src.front == 'u' ? 4 : 8; src.popFront(); foreach (i; 0 .. digitCount) { if (!isHexDigit(src.front)) { errorMessage("Expected hex digit"); return 1; } buffer[i] = src.front; src.popFront(); } return reencodeNumeric(buffer[0..digitCount], 16, dest); case '&': src.popFront(); size_t idx = 0; while (!isEoF()) { if (std.ascii.isAlpha(src.front)) { buffer[idx++] = src.front; if(idx == buffer.length) // way over maximum length errorMessage("Invalid character entity"); src.popFront(); } else if (src.front == ';') { src.popFront(); break; } else { errorMessage("Invalid character entity"); return idx; } } //TODO: avoid looking up as UTF string, use raw bytes string chunk = cast(string)buffer[0..idx]; auto names = assumeSorted(map!"a.name"(characterEntities)); auto place = names.lowerBound(chunk).length; if (place == names.length || names[place] != chunk) { errorMessage("Invalid character entity \"&%s;\"" .format(cast(string) chunk)); return 1; } auto entity = characterEntities[place].value; dest.put(cast(ubyte[]) entity); return entity.length; default: errorMessage("Invalid escape sequence"); return 1; } } // advances underlying mark-slice range and counts lines, cols void nextChar() { bool foundNewline; if (src.front == '\r') { src.popFront(); foundNewline = true; } if (!src.empty) { if (src.front == '\n') { src.popFront(); foundNewline = true; } else { src.popFront(); } } if (foundNewline) { ++lineNumber; column = 1; } else ++column; } //same but don't bother for LF sequences void nextCharNonLF() { src.popFront(); ++column; } void setTokenValue()() { current.value = cache.get(src.slice); } void setTokenValue()(int startOffset, int endOffset) in { assert(startOffset >= 0); assert(endOffset <= 0); } body { auto piece = src.slice; // avoid unsigned arithmetic as endOffset is negative int end = cast(int)piece.length + endOffset; current.value = cache.get(src.slice[startOffset .. end]); } void setTokenValue(R)(R range) if(isRandomAccessRange!R && is(ElementType!R : const(ubyte))) { current.value = cache.get(range); } bool isEoF() const { return src.empty || src.front == 0 || src.front == 0x1a; } bool isSeparating() { auto ch = src.front; if (ch <= 0x2f) return true; if (ch >= ':' && ch <= '@') return true; if (ch >= '[' && ch <= '^') return true; if (ch >= '{' && ch <= '~') return true; if (ch == '`') return true; if ((ch & 0x80) && isLongWhite()) return true; return false; } bool isWhite() { auto c = src.front; if (c & 0x80) // multi-byte utf-8 { return isLongWhite(); } else return c == 0x20 || (c >= 0x09 && c <= 0x0d); } bool isLongWhite() { assert(src.front & 0x80); // only non-ascii //TODO: here and elsewhere we'd better have // some kind of lookahead in LexSource instead of .save auto r = src.save(); if (r.front != 0xe2) return false; else r.popFront(); if (r.empty || r.front != 0x80) return false; else r.popFront(); if (r.empty || (r.front != 0xa8 && r.front != 0xa9)) return false; return true; } void expandSpecialToken() { switch (current.type) { case TokenType.specialDate: current.type = TokenType.stringLiteral; auto time = Clock.currTime(); current.value = format("%s %02d %04d", time.month, time.day, time.year); return; case TokenType.specialTime: auto time = Clock.currTime(); current.type = TokenType.stringLiteral; current.value = (cast(TimeOfDay)(time)).toISOExtString(); return; case TokenType.specialTimestamp: auto time = Clock.currTime(); auto dt = cast(DateTime) time; current.type = TokenType.stringLiteral; current.value = format("%s %s %02d %02d:%02d:%02d %04d", dt.dayOfWeek, dt.month, dt.day, dt.hour, dt.minute, dt.second, dt.year); return; case TokenType.specialVendor: current.type = TokenType.stringLiteral; current.value = config.vendorString; return; case TokenType.specialVersion: current.type = TokenType.stringLiteral; current.value = format("%d", config.versionNumber); return; case TokenType.specialLine: current.type = TokenType.intLiteral; current.value = format("%d", current.line); return; case TokenType.specialFile: current.type = TokenType.stringLiteral; current.value = config.fileName; return; default: return; } } void errorMessage(string s) { import std.string: format; if (config.errorFunc !is null) config.errorFunc(config.fileName, current.startIndex, current.line, current.column, s); else throw new Exception(format("%s(%d:%d): %s", config.fileName, current.line, current.column, s)); } this(LexSrc lex, LexerConfig cfg) { src = move(lex); // lex is r-value lineNumber = cfg.startLine; column = cfg.startColumn; //src._index = cfg.startIndex; _empty = false; config = move(cfg); // ditto with cfg cache = StringCache(initialTableSize); } enum initialTableSize = 2048; Token current; uint lineNumber; ushort column; LexSrc src; bool _empty; LexerConfig config; StringCache cache; } /** * Returns: true if the token is an operator */ pure nothrow bool isOperator(const TokenType t) { return t >= TokenType.assign && t <= TokenType.xorAssign; } /** * ditto */ pure nothrow bool isOperator(ref const Token t) { return isOperator(t.type); } /** * Returns: true if the token is a keyword */ pure nothrow bool isKeyword(const TokenType t) { return t >= TokenType.bool_ && t <= TokenType.with_; } /** * ditto */ pure nothrow bool isKeyword(ref const Token t) { return isKeyword(t.type); } /** * Returns: true if the token is a built-in type */ pure nothrow bool isBasicType(const TokenType t) { return t >= TokenType.bool_ && t <= TokenType.wchar_; } /** * ditto */ pure nothrow bool isBasicType(ref const Token t) { return isBasicType(t.type); } /** * Returns: true if the token is an attribute */ pure nothrow bool isAttribute(const TokenType t) { return t >= TokenType.align_ && t <= TokenType.static_; } /** * ditto */ pure nothrow bool isAttribute(ref const Token t) { return isAttribute(t.type); } /** * Returns: true if the token is a protection attribute */ pure nothrow bool isProtection(const TokenType t) { return t >= TokenType.export_ && t <= TokenType.public_; } /** * ditto */ pure nothrow bool isProtection(ref const Token t) { return isProtection(t.type); } /** * Returns: true if the token is a compile-time constant such as ___DATE__ */ pure nothrow bool isConstant(const TokenType t) { return t >= TokenType.specialDate && t <= TokenType.traits; } /** * ditto */ pure nothrow bool isConstant(ref const Token t) { return isConstant(t.type); } /** * Returns: true if the token is a string or number literal */ pure nothrow bool isLiteral(const TokenType t) { return t >= TokenType.doubleLiteral && t <= TokenType.wstringLiteral; } /** * ditto */ pure nothrow bool isLiteral(ref const Token t) { return isLiteral(t.type); } /** * Returns: true if the token is a number literal */ pure nothrow bool isNumberLiteral(const TokenType t) { return t >= TokenType.doubleLiteral && t <= TokenType.ulongLiteral; } /** * ditto */ pure nothrow bool isNumberLiteral(ref const Token t) { return isNumberLiteral(t.type); } /** * Returns: true if the token is a string literal */ pure nothrow bool isStringLiteral(const TokenType t) { return t >= TokenType.dstringLiteral && t <= TokenType.wstringLiteral; } /** * ditto */ pure nothrow bool isStringLiteral(ref const Token t) { return isStringLiteral(t.type); } /** * Returns: true if the token is whitespace, a comment, a special token * sequence, or an identifier */ pure nothrow bool isMisc(const TokenType t) { return t >= TokenType.comment && t <= TokenType.specialTokenSequence; } /** * ditto */ pure nothrow bool isMisc(ref const Token t) { return isMisc(t.type); } /** * Listing of all the tokens in the D language. */ enum TokenType: ushort { invalid, /// Not a valid token assign, /// = at, /// @ amp, /// & bitAndAssign, /// &= bitOr, /// | bitOrAssign, /// |= catAssign, /// ~= colon, /// : comma, /// , decrement, /// -- div, /// / divAssign, /// /= dollar, /// $ dot, /// . equal, /// == goesTo, /// => greater, /// > greaterEqual, /// >= hash, /// # increment, /// ++ lBrace, /// { lBracket, /// [ less, /// < lessEqual, /// <= lessEqualGreater, /// <>= lessOrGreater, /// <> logicAnd, /// && logicOr, /// || lParen, /// $(LPAREN) minus, /// - minusAssign, /// -= mod, /// % modAssign, /// %= mulAssign, /// *= not, /// ! notEqual, /// != notGreater, /// !> notGreaterEqual, /// !>= notLess, /// !< notLessEqual, /// !<= notLessEqualGreater, /// !<> plus, /// + plusAssign, /// += pow, /// ^^ powAssign, /// ^^= rBrace, /// } rBracket, /// ] rParen, /// $(RPAREN) semicolon, /// ; shiftLeft, /// << shiftLeftAssign, /// <<= shiftRight, /// >> shiftRightAssign, /// >>= dotdot, /// .. star, /// * ternary, /// ? tilde, /// ~ unordered, /// !<>= unsignedShiftRight, /// >>> unsignedShiftRightAssign, /// >>>= vararg, /// ... xor, /// ^ xorAssign, /// ^= bool_, /// $(D_KEYWORD bool) byte_, /// $(D_KEYWORD byte) cdouble_, /// $(D_KEYWORD cdouble) cent_, /// $(D_KEYWORD cent) cfloat_, /// $(D_KEYWORD cfloat) char_, /// $(D_KEYWORD char) creal_, /// $(D_KEYWORD creal) dchar_, /// $(D_KEYWORD dchar) double_, /// $(D_KEYWORD double) float_, /// $(D_KEYWORD float) idouble_, /// $(D_KEYWORD idouble) ifloat_, /// $(D_KEYWORD ifloat) int_, /// $(D_KEYWORD int) ireal_, /// $(D_KEYWORD ireal) long_, /// $(D_KEYWORD long) real_, /// $(D_KEYWORD real) short_, /// $(D_KEYWORD short) ubyte_, /// $(D_KEYWORD ubyte) ucent_, /// $(D_KEYWORD ucent) uint_, /// $(D_KEYWORD uint) ulong_, /// $(D_KEYWORD ulong) ushort_, /// $(D_KEYWORD ushort) void_, /// $(D_KEYWORD void) wchar_, /// $(D_KEYWORD wchar) align_, /// $(D_KEYWORD align) deprecated_, /// $(D_KEYWORD deprecated) extern_, /// $(D_KEYWORD extern) pragma_, /// $(D_KEYWORD pragma) export_, /// $(D_KEYWORD export) package_, /// $(D_KEYWORD package) private_, /// $(D_KEYWORD private) protected_, /// $(D_KEYWORD protected) public_, /// $(D_KEYWORD public) abstract_, /// $(D_KEYWORD abstract) auto_, /// $(D_KEYWORD auto) const_, /// $(D_KEYWORD const) final_, /// $(D_KEYWORD final) gshared, /// $(D_KEYWORD __gshared) immutable_, /// $(D_KEYWORD immutable) inout_, /// $(D_KEYWORD inout) scope_, /// $(D_KEYWORD scope) shared_, /// $(D_KEYWORD shared) static_, /// $(D_KEYWORD static) synchronized_, /// $(D_KEYWORD synchronized) alias_, /// $(D_KEYWORD alias) asm_, /// $(D_KEYWORD asm) assert_, /// $(D_KEYWORD assert) body_, /// $(D_KEYWORD body) break_, /// $(D_KEYWORD break) case_, /// $(D_KEYWORD case) cast_, /// $(D_KEYWORD cast) catch_, /// $(D_KEYWORD catch) class_, /// $(D_KEYWORD class) continue_, /// $(D_KEYWORD continue) debug_, /// $(D_KEYWORD debug) default_, /// $(D_KEYWORD default) delegate_, /// $(D_KEYWORD delegate) function_, /// $(D_KEYWORD function) delete_, /// $(D_KEYWORD delete) do_, /// $(D_KEYWORD do) else_, /// $(D_KEYWORD else) enum_, /// $(D_KEYWORD enum) false_, /// $(D_KEYWORD false) finally_, /// $(D_KEYWORD finally) foreach_, /// $(D_KEYWORD foreach) foreach_reverse_, /// $(D_KEYWORD foreach_reverse) for_, /// $(D_KEYWORD for) goto_, /// $(D_KEYWORD goto) if_, /// $(D_KEYWORD if) import_, /// $(D_KEYWORD import) in_, /// $(D_KEYWORD in) interface_, /// $(D_KEYWORD interface) invariant_, /// $(D_KEYWORD invariant) is_, /// $(D_KEYWORD is) lazy_, /// $(D_KEYWORD lazy) macro_, /// $(D_KEYWORD macro) mixin_, /// $(D_KEYWORD mixin) module_, /// $(D_KEYWORD module) new_, /// $(D_KEYWORD new) nothrow_, /// $(D_KEYWORD nothrow) null_, /// $(D_KEYWORD null) out_, /// $(D_KEYWORD out) override_, /// $(D_KEYWORD override) pure_, /// $(D_KEYWORD pure) ref_, /// $(D_KEYWORD ref) return_, /// $(D_KEYWORD return) struct_, /// $(D_KEYWORD struct) super_, /// $(D_KEYWORD super) switch_, /// $(D_KEYWORD switch) template_, /// $(D_KEYWORD template) this_, /// $(D_KEYWORD this) throw_, /// $(D_KEYWORD throw) true_, /// $(D_KEYWORD true) try_, /// $(D_KEYWORD try) typedef_, /// $(D_KEYWORD typedef) typeid_, /// $(D_KEYWORD typeid) typeof_, /// $(D_KEYWORD typeof) union_, /// $(D_KEYWORD union) unittest_, /// $(D_KEYWORD unittest) version_, /// $(D_KEYWORD version) volatile_, /// $(D_KEYWORD volatile) while_, /// $(D_KEYWORD while) with_, /// $(D_KEYWORD with) specialDate, /// $(D_KEYWORD ___DATE__) specialEof, /// $(D_KEYWORD ___EOF__) specialTime, /// $(D_KEYWORD ___TIME__) specialTimestamp, /// $(D_KEYWORD ___TIMESTAMP__) specialVendor, /// $(D_KEYWORD ___VENDOR__) specialVersion, /// $(D_KEYWORD ___VERSION__) specialFile, /// $(D_KEYWORD ___FILE__) specialLine, /// $(D_KEYWORD ___LINE__) specialModule, /// $(D_KEYWORD ___MODULE__) specialFunction, /// $(D_KEYWORD ___FUNCTION__) specialPrettyFunction, /// $(D_KEYWORD ___PRETTY_FUNCTION__) specialTokenSequence, /// #line 10 "file.d" comment, /// $(D_COMMENT /** comment */) or $(D_COMMENT // comment) or $(D_COMMENT ///comment) identifier, /// anything else scriptLine, /// Line at the beginning of source file that starts from #! traits, /// $(D_KEYWORD ___traits) parameters, /// $(D_KEYWORD ___parameters) vector, /// $(D_KEYWORD ___vector) whitespace, /// whitespace doubleLiteral, /// 123.456 floatLiteral, /// 123.456f or 0x123_45p-3 idoubleLiteral, /// 123.456i ifloatLiteral, /// 123.456fi intLiteral, /// 123 or 0b1101010101 longLiteral, /// 123L realLiteral, /// 123.456L irealLiteral, /// 123.456Li uintLiteral, /// 123u ulongLiteral, /// 123uL characterLiteral, /// 'a' dstringLiteral, /// $(D_STRING "32-bit string"d) stringLiteral, /// $(D_STRING "an 8-bit string") wstringLiteral, /// $(D_STRING "16-bit string"w) } /** * Look up a token's string representation by its type. * Params: * type = the token type * Returns: a string representing the token, or null for token types such as * identifier or integer literal whose string representations vary */ pure string getTokenValue(const TokenType type) { return tokenValues[type]; } /// unittest { // The class token always has one value assert (getTokenValue(TokenType.class_) == "class"); // Identifiers do not assert (getTokenValue(TokenType.identifier) is null); } // Implementation details follow private: // For now a private helper that is tailored to the way lexer works // hides away forwardness of range by buffering // random-access version is a straightforward thin wrapping // ATM it is byte-oriented private struct LexSource(R) if(isForwardRange!R && !isRandomAccessRange!R) { bool empty() const { return _empty; } auto ref front() const { return accum[accumIdx]; } auto ref peek() const in { assert (accumIdx + 1 < accum.length); } body { return accum[accumIdx + 1]; } void popFront() { ++_index; range.popFront(); // if that was last byte // just advance so that open-righted slice just works accumIdx = (accumIdx+1) & mask; if(range.empty) { _empty = true; return; } if(accumIdx == savedAccumIdx) { // and move stuff around auto oldLen = accum.length; auto toCopy = oldLen - accumIdx; accum.length *= 2; // keep pow of 2 // copy starting with last item copy(retro(accum[accumIdx..oldLen]), retro(accum[$-toCopy..$])); savedAccumIdx = accum.length - toCopy; } accum[accumIdx] = range.front; } auto save() { typeof(this) copy = this; copy.range = range.save; // sadly need to dup circular buffer, as it overwrites items copy.accum = copy.accum.dup; return copy; } // mark a position to slice from later on size_t mark() { savedAccumIdx = accumIdx; return accumIdx; } // slice to current position from previously marked position auto slice() @property { // it's an open right range as usual return CircularRange(accum, savedAccumIdx, accumIdx); } size_t index() const @property { return _index; } private: this(R src, size_t bufferSize) { range = src; assert(bufferSize > 0); assert((bufferSize & (bufferSize-1)) == 0); //is power of 2 accum = new ubyte[bufferSize]; if(range.empty) _empty = true; else accum[accumIdx] = range.front; // load front } // a true RA-range of ubyte struct CircularRange { this(ubyte[] buf, size_t s, size_t e) { assert((buffer.length & (buffer.length-1)) == 0); buffer = buf; start = s; end = e; } //Forward range primitives @property bool empty() const { return start == end; } @property auto ref front() const { return buffer[start]; } void popFront() { start = (start + 1) & mask; } @property auto save() { return this; } //Backwards is a bit slower, but should be rarely used (if at all) @property ref back(){ return buffer[(end-1) & mask]; } void popBack() { end = (end - 1) & mask; } // RA range primitives ref opIndex(size_t idx){ return buffer[(start+idx) & mask]; } @property size_t length() { return end < start ? end + buffer.length -start : end - start; } alias length opDollar; auto opSlice(size_t newStart, size_t newEnd) { size_t maskedStart = (start+newStart) & mask; size_t maskedEnd = (start+newEnd) & mask; return typeof(this)(buffer, maskedStart, maskedEnd); } // @@@bug fwd-ref in ldc0.10 (if placed above previous one) auto opSlice(){ return opSlice(0, length); } private: @property auto mask(){ return buffer.length-1; } size_t start, end; ubyte[] buffer; } @property auto mask(){ return accum.length-1; } R range; bool _empty; ubyte[] accum; // accumulator buffer for non-RA ranges size_t savedAccumIdx; size_t accumIdx; // current index in accumulator size_t _index; // index of current element in original range } // TODO: make sure it's RandomAccess later /*static assert(isRandomAccessRange!( LexSource!(typeof(filter!"true"(cast(ubyte[])null))) .CircularRange) );*/ //trivial pass-through for RA ranges private struct LexSource(R) if(isRandomAccessRange!R) { bool empty() const @property { return cur >= range.length; } bool canPeek() const { return cur + 1 < range.length; } auto ref front() const @property { return range[cur]; } void popFront(){ cur++; } auto ref peek() const in { assert (canPeek()); } body { return range[cur + 1]; } auto save() { typeof(this) copy = this; copy.range = range.save; return copy; } auto mark() { saved = cur; } // use the underlying range slicing capability auto slice() @property { return range[saved..cur]; } size_t index() const @property { return cur; } private: this(R src) { range = src; } size_t cur, saved; R range; } auto lexerSource(Range)(Range range, size_t bufSize=8) if(isForwardRange!Range && !isRandomAccessRange!Range && is(ElementType!Range : const(ubyte))) { return LexSource!(Range)(range, bufSize); } auto lexerSource(Range)(Range range) if(isRandomAccessRange!Range && is(ElementType!Range : const(ubyte))) { return LexSource!(Range)(range); } unittest { // test the basic functionality of a "mark-slice" range import std.string, std.stdio; static void test_hello(T)(T lexs) { assert(lexs.front == 'H'); lexs.popFront(); assert(lexs.front == 'e'); foreach(i; 0..2) { auto saved = lexs.save; lexs.mark(); assert(lexs.slice.equal("")); lexs.popFront(); assert(lexs.slice.equal("e"), text(cast(char)lexs.front)); lexs.popFrontN(4); auto bytes = lexs.slice.map!"cast(char)a".array(); assert(bytes.equal("ello,"), bytes.to!string); lexs.mark(); assert(lexs.slice.equal("")); assert(lexs.front == 'w'); lexs.popFrontN(6); assert(lexs.empty); auto s = lexs.slice(); auto msg = s.save.map!"cast(char)a".array; assert(s[].equal("world!"), msg); assert(s[2..$-1].equal("rld"), msg); assert(s[0] == 'w' && s[$-1] == '!'); s.popFront(); assert(s.front == 'o' && s.back == '!'); s.popBack(); assert(s.front == 'o' && s.back == 'd'); //restore and repeat again lexs = saved; } } static void test_empty(T)(T lexs) { assert(lexs.empty); lexs.mark(); assert(lexs.slice().equal("")); } auto fwdLex = lexerSource( "Hello, world!" .representation .filter!"a != ' '", 16 // and the one that is more then enough ); test_hello(fwdLex); fwdLex = lexerSource( "Hello, world!" .representation .filter!"a != ' '", 1 // try the smallest initial buffer ); test_hello(fwdLex); fwdLex = lexerSource("".representation.filter!"a != ' '"); auto raLex = lexerSource("".representation); test_empty(raLex); test_empty(fwdLex); raLex = lexerSource("Hello,world!".representation); test_hello(raLex); } // uses auto-detection for pure, safe nothrow bool isRangeEoF(R)(ref R range) { return range.empty || range.front == 0 || range.front == 0x1a; } // Lookup table for token string representations immutable(string[TokenType.max + 1]) tokenValues = [ null, "=", "@", "&", "&=", "|", "|=", "~=", ":", ",", "--", "/", "/=", "$", ".", "==", "=>", ">", ">=", "#", "++", "{", "[", "<", "<=", "<>=", "<>", "&&", "||", "(", "-", "-=", "%", "%=", "*=", "!", "!=", "!>", "!>=", "!<", "!<=", "!<>", "+", "+=", "^^", "^^=", "}", "]", ")", ";", "<<", "<<=", ">>", ">>=", "..", "*", "?", "~", "!<>=", ">>>", ">>>=", "...", "^", "^=", "bool", "byte", "cdouble", "cent", "cfloat", "char", "creal", "dchar", "double", "float", "idouble", "ifloat", "int", "ireal", "long", "real", "short", "ubyte", "ucent", "uint", "ulong", "ushort", "void", "wchar", "align", "deprecated", "extern", "pragma", "export", "package", "private", "protected", "public", "abstract", "auto", "const", "final", "__gshared", "immutable", "inout", "scope", "shared", "static", "synchronized", "alias", "asm", "assert", "body", "break", "case", "cast", "catch", "class", "continue", "debug", "default", "delegate", "function", "delete", "do", "else", "enum", "false", "finally", "foreach", "foreach_reverse", "for", "goto", "if", "import", "in", "interface", "invariant", "is", "lazy", "macro", "mixin", "module", "new", "nothrow", "null", "out", "override", "pure", "ref", "return", "struct", "super", "switch", "template", "this", "throw", "true", "try", "typedef", "typeid", "typeof", "union", "unittest", "version", "volatile", "while", "with", "__DATE__", "__EOF__", "__TIME__", "__TIMESTAMP__", "__VENDOR__", "__VERSION__", "__FILE__", "__LINE__", "__MODULE__", "__FUNCTION__", "__PRETTY_FUNCTION__", null, null, null, null, "__traits", "__parameters", "__vector", null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, ]; template tokenValue(TokenType val) { enum tokenValue = getTokenValue(val); } private pure bool isNewline(ubyte ch) { return ch == '\n' || ch == '\r'; } pure TokenType lookupTokenType(R)(R input) { switch(input.length) { case 2: switch (input[0]) { case 'd': if (input[1] == 'o') return TokenType.do_; else break; case 'i': if (input[1] == 'f') return TokenType.if_; else if (input[1] == 'n') return TokenType.in_; else if (input[1] == 's') return TokenType.is_; else break; default: break; } break; case 3: switch (input[0]) { case 'a': if (input[1..$].equal("sm")) return TokenType.asm_; else break; case 'f': if (input[1..$].equal("or")) return TokenType.for_; else break; case 'i': if (input[1..$].equal("nt")) return TokenType.int_; else break; case 'n': if (input[1..$].equal("ew")) return TokenType.new_; else break; case 'o': if (input[1..$].equal("ut")) return TokenType.out_; else break; case 'r': if (input[1..$].equal("ef")) return TokenType.ref_; else break; case 't': if (input[1..$].equal("ry")) return TokenType.try_; else break; default: break; } break; case 4: switch (input[0]) { case 'a': if (input[1..$].equal("uto")) return TokenType.auto_; else break; case 'b': if (input[1..$].equal("ody")) return TokenType.body_; else if (input[1..$].equal("ool")) return TokenType.bool_; else if (input[1..$].equal("yte")) return TokenType.byte_; else break; case 'c': if (input[1..$].equal("ase")) return TokenType.case_; else if (input[1..$].equal("ast")) return TokenType.cast_; else if (input[1..$].equal("ent")) return TokenType.cent_; else if (input[1..$].equal("har")) return TokenType.char_; else break; case 'e': if (input[1..$].equal("lse")) return TokenType.else_; else if (input[1..$].equal("num")) return TokenType.enum_; else break; case 'g': if (input[1..$].equal("oto")) return TokenType.goto_; else break; case 'l': if (input[1..$].equal("azy")) return TokenType.lazy_; else if (input[1..$].equal("ong")) return TokenType.long_; else break; case 'n': if (input[1..$].equal("ull")) return TokenType.null_; else break; case 'p': if (input[1..$].equal("ure")) return TokenType.pure_; else break; case 'r': if (input[1..$].equal("eal")) return TokenType.real_; else break; case 't': if (input[1..$].equal("his")) return TokenType.this_; else if (input[1..$].equal("rue")) return TokenType.true_; else break; case 'u': if (input[1..$].equal("int")) return TokenType.uint_; else break; case 'v': if (input[1..$].equal("oid")) return TokenType.void_; else break; case 'w': if (input[1..$].equal("ith")) return TokenType.with_; else break; default: break; } break; case 5: switch (input[0]) { case 'a': if (input[1..$].equal("lias")) return TokenType.alias_; else if (input[1..$].equal("lign")) return TokenType.align_; else break; case 'b': if (input[1..$].equal("reak")) return TokenType.break_; else break; case 'c': if (input[1..$].equal("atch")) return TokenType.catch_; else if (input[1..$].equal("lass")) return TokenType.class_; else if (input[1..$].equal("onst")) return TokenType.const_; else if (input[1..$].equal("real")) return TokenType.creal_; else break; case 'd': if (input[1..$].equal("char")) return TokenType.dchar_; else if (input[1..$].equal("ebug")) return TokenType.debug_; else break; case 'f': if (input[1..$].equal("alse")) return TokenType.false_; else if (input[1..$].equal("inal")) return TokenType.final_; else if (input[1..$].equal("loat")) return TokenType.float_; else break; case 'i': if (input[1..$].equal("nout")) return TokenType.inout_; else if (input[1..$].equal("real")) return TokenType.ireal_; else break; case 'm': if (input[1..$].equal("acro")) return TokenType.macro_; else if (input[1..$].equal("ixin")) return TokenType.mixin_; else break; case 's': if (input[1..$].equal("cope")) return TokenType.scope_; else if (input[1..$].equal("hort")) return TokenType.short_; else if (input[1..$].equal("uper")) return TokenType.super_; else break; case 't': if (input[1..$].equal("hrow")) return TokenType.throw_; else break; case 'u': if (input[1..$].equal("byte")) return TokenType.ubyte_; else if (input[1..$].equal("cent")) return TokenType.ucent_; else if (input[1..$].equal("long")) return TokenType.ulong_; else if (input[1..$].equal("nion")) return TokenType.union_; else break; case 'w': if (input[1..$].equal("char")) return TokenType.wchar_; else if (input[1..$].equal("hile")) return TokenType.while_; else break; default: break; } break; case 6: switch (input[0]) { case 'a': if (input[1..$].equal("ssert")) return TokenType.assert_; else break; case 'c': if (input[1..$].equal("float")) return TokenType.cfloat_; else break; case 'd': if (input[1..$].equal("elete")) return TokenType.delete_; else if (input[1..$].equal("ouble")) return TokenType.double_; else break; case 'e': if (input[1..$].equal("xport")) return TokenType.export_; else if (input[1..$].equal("xtern")) return TokenType.extern_; else break; case 'i': if (input[1..$].equal("float")) return TokenType.ifloat_; else if (input[1..$].equal("mport")) return TokenType.import_; else break; case 'm': if (input[1..$].equal("odule")) return TokenType.module_; else break; case 'p': if (input[1..$].equal("ragma")) return TokenType.pragma_; else if (input[1..$].equal("ublic")) return TokenType.public_; else break; case 'r': if (input[1..$].equal("eturn")) return TokenType.return_; else break; case 's': if (input[1..$].equal("hared")) return TokenType.shared_; else if (input[1..$].equal("tatic")) return TokenType.static_; else if (input[1..$].equal("truct")) return TokenType.struct_; else if (input[1..$].equal("witch")) return TokenType.switch_; else break; case 't': if (input[1..$].equal("ypeid")) return TokenType.typeid_; else if (input[1..$].equal("ypeof")) return TokenType.typeof_; else break; case 'u': if (input[1..$].equal("short")) return TokenType.ushort_; else break; default: break; } break; case 7: switch (input[0]) { case '_': if (input[1..$].equal("_EOF__")) return TokenType.specialEof; else break; case 'c': if (input[1..$].equal("double")) return TokenType.cdouble_; else break; case 'd': if (input[1..$].equal("efault")) return TokenType.default_; else break; case 'f': if (input[1..$].equal("inally")) return TokenType.finally_; else if (input[1..$].equal("oreach")) return TokenType.foreach_; else break; case 'i': if (input[1..$].equal("double")) return TokenType.idouble_; else break; case 'n': if (input[1..$].equal("othrow")) return TokenType.nothrow_; else break; case 'p': if (input[1..$].equal("ackage")) return TokenType.package_; else if (input[1..$].equal("rivate")) return TokenType.private_; else break; case 't': if (input[1..$].equal("ypedef")) return TokenType.typedef_; else break; case 'v': if (input[1..$].equal("ersion")) return TokenType.version_; else break; default: break; } break; case 8: switch (input[0]) { case '_': if (input[1..$].equal("_DATE__")) return TokenType.specialDate; else if (input[1..$].equal("_FILE__")) return TokenType.specialFile; else if (input[1..$].equal("_LINE__")) return TokenType.specialLine; else if (input[1..$].equal("_vector")) return TokenType.vector; else if (input[1..$].equal("_TIME__")) return TokenType.specialTime; else if (input[1..$].equal("_traits")) return TokenType.traits; else break; case 'a': if (input[1..$].equal("bstract")) return TokenType.abstract_; else break; case 'c': if (input[1..$].equal("ontinue")) return TokenType.continue_; else break; case 'd': if (input[1..$].equal("elegate")) return TokenType.delegate_; else break; case 'f': if (input[1..$].equal("unction")) return TokenType.function_; else break; case 'o': if (input[1..$].equal("verride")) return TokenType.override_; else break; case 't': if (input[1..$].equal("emplate")) return TokenType.template_; else break; case 'u': if (input[1..$].equal("nittest")) return TokenType.unittest_; else break; case 'v': if (input[1..$].equal("olatile")) return TokenType.volatile_; else break; default: break; } break; case 9: switch (input[0]) { case '_': if (input[1..$].equal("_gshared")) return TokenType.gshared; else break; case 'i': if (input[1..$].equal("mmutable")) return TokenType.immutable_; else if (input[1..$].equal("nterface")) return TokenType.interface_; else if (input[1..$].equal("nvariant")) return TokenType.invariant_; else break; case 'p': if (input[1..$].equal("rotected")) return TokenType.protected_; else break; default: break; } break; case 10: switch (input[0]) { case 'd': if (input[1..$].equal("eprecated")) return TokenType.deprecated_; else break; case '_': if (input[1..$].equal("_VENDOR__")) return TokenType.specialVendor; else if (input[1..$].equal("_MODULE__")) return TokenType.specialModule; else break; default: break; } break; case 11: if (input.equal("__VERSION__")) return TokenType.specialVersion; break; case 12: switch (input[0]) { case 's': if (input[1..$].equal("ynchronized")) return TokenType.synchronized_; else break; case '_': if (input[1..$].equal("_FUNCTION__")) return TokenType.specialFunction; else if (input[1..$].equal("_parameters")) return TokenType.parameters; else break; default: break; } break; case 13: if (input.equal("__TIMESTAMP__")) return TokenType.specialTimestamp; break; case 15: if (input.equal("foreach_reverse")) return TokenType.foreach_reverse_; break; case 19: if (input.equal("__PRETTY_FUNCTION__")) return TokenType.specialPrettyFunction; break; default: break; } return TokenType.identifier; } class Trie(K, V) if (isInputRange!K): TrieNode!(K, V) { /** * Adds the given value to the trie with the given key */ void add(K key, V value) pure { TrieNode!(K,V) current = this; foreach(keyPart; key) { if ((keyPart in current.children) is null) { auto node = new TrieNode!(K, V); current.children[keyPart] = node; current = node; } else current = current.children[keyPart]; } current.value = value; } } class TrieNode(K, V) if (isInputRange!K) { V value; TrieNode!(K,V)[ElementType!K] children; } string printCaseStatements(K, V)(TrieNode!(K,V) node, string indentString) { string caseStatement = ""; foreach(dchar k, TrieNode!(K,V) v; node.children) { caseStatement ~= indentString; caseStatement ~= "case '"; caseStatement ~= k; caseStatement ~= "':\n"; caseStatement ~= indentString; caseStatement ~= "\tnextCharNonLF();\n"; if (v.children.length > 0) { caseStatement ~= indentString; caseStatement ~= "\tif (isEoF())\n"; caseStatement ~= indentString; caseStatement ~= "\t{\n"; caseStatement ~= indentString; caseStatement ~= "\t\tcurrent.value = tokenValue!("~node.children[k].value~");\n"; caseStatement ~= indentString; caseStatement ~= "\t\tcurrent.type = " ~ node.children[k].value; caseStatement ~= ";\n"; caseStatement ~= indentString; caseStatement ~= "\t\treturn;\n"; caseStatement ~= indentString; caseStatement ~= "\t}\n"; caseStatement ~= indentString; caseStatement ~= "\tswitch (src.front)\n"; caseStatement ~= indentString; caseStatement ~= "\t{\n"; caseStatement ~= printCaseStatements(v, indentString ~ "\t"); caseStatement ~= indentString; caseStatement ~= "\tdefault:\n"; caseStatement ~= indentString; caseStatement ~= "\t\tcurrent.type = "; caseStatement ~= v.value; caseStatement ~= ";\n"; caseStatement ~= indentString; caseStatement ~= "\t\tcurrent.value = tokenValue!("~v.value~");\n"; caseStatement ~= indentString; caseStatement ~= "\t\treturn;\n"; caseStatement ~= indentString; caseStatement ~= "\t}\n"; } else { caseStatement ~= indentString; caseStatement ~= "\tcurrent.type = "; caseStatement ~= v.value; caseStatement ~= ";\n"; caseStatement ~= indentString; caseStatement ~= "\tcurrent.value = tokenValue!("~v.value~");\n"; caseStatement ~= indentString; caseStatement ~= "\treturn;\n"; } } return caseStatement; } string generateCaseTrie(string[] args ...) { auto t = new Trie!(string, string); for(int i = 0; i < args.length; i+=2) { t.add(args[i], args[i+1]); } return printCaseStatements(t, ""); } struct StringCache { this(size_t startSize) { assert((startSize & (startSize-1)) == 0); index = new Slot*[startSize]; } string get(R)(R range) if (isRandomAccessRange!R && is(Unqual!(ElementType!R) : const(ubyte))) { uint h = hash(range); uint bucket = h & (index.length-1); Slot *s = index[bucket]; if (s == null) { string str = putIntoCache(range); index[bucket] = allocateSlot(str, h); uniqueSlots++; return str; } while (true) { if(s.hash == h && s.value.equal(range)) return s.value; if(s.next == null) break; s = s.next; } string str = putIntoCache(range); s.next = allocateSlot(str, h); uniqueSlots++; // had at least 1 item in this bucket // and inserted another one - check load factor if (uniqueSlots * loadDenom > index.length * loadQuot) rehash(); return str; } private: static uint hash(R)(R data) { uint hash = 0; foreach (b; data) { hash ^= sbox[b]; hash *= 3; } return hash; } struct Slot { string value; Slot* next; uint hash; } void printLoadFactor() { size_t cnt = 0, maxChain = 0; foreach(Slot* s; index) { size_t chain = 0; for(Slot* p = s; p; p = p.next) { chain++; } maxChain = max(chain, maxChain); cnt += chain; } import std.stdio; assert(cnt == uniqueSlots); writefln("Load factor: %.3f; max bucket %d", cast(double)cnt/index.length, maxChain); } void rehash() { //writefln("BEFORE (size = %d):", index.length); //printLoadFactor(); size_t oldLen = index.length; index.length *= 2; for (size_t i = 0; i < oldLen; i++) { Slot* cur = index[i], prev; while(cur) { //has extra bit set - move it out if(cur.hash & oldLen) { if(prev == null) { Slot* r = cur; index[i] = cur.next; cur = cur.next; insertIntoBucket(r, i + oldLen); } else { Slot* r = removeLink(cur, prev); insertIntoBucket(r, i + oldLen); } } else { prev = cur; cur = cur.next; } } } //writefln("AFTER (size = %d):", index.length); //printLoadFactor(); } static Slot* removeLink(ref Slot* cur, Slot* prev) { prev.next = cur.next; Slot* r = cur; cur = cur.next; return r; } //insert at front of bucket void insertIntoBucket(Slot* what, size_t bucket) { what.next = null; Slot* p = index[bucket]; what.next = p; index[bucket] = what; } Slot* allocateSlot(string val, uint hash) { auto slice = allocateInCache(Slot.sizeof); auto newSlot = cast(Slot*)slice.ptr; *newSlot = Slot(val, null, hash); return newSlot; } Slot*[] index; size_t uniqueSlots; enum loadQuot = 2, loadDenom = 3; // leave some slack for allocators/GC meta-data enum chunkSize = 16*1024 - size_t.sizeof*8; ubyte*[] chunkS; size_t next = chunkSize; //TODO: add aligned variant that allocates at word boundary ubyte[] allocateInCache(size_t size) { import core.memory; if(next + size > chunkSize) { // avoid huge allocations if(size> chunkSize/4) { ubyte* p = cast(ubyte*)GC.malloc(size, GC.BlkAttr.NO_SCAN); return p[0..size]; } chunkS ~= cast(ubyte*)GC.malloc(chunkSize, GC.BlkAttr.NO_SCAN); next = 0; } auto slice = chunkS[$-1][next..next+size]; next += size; return slice; } string putIntoCache(R)(R data) { auto slice = allocateInCache(data.length); slice[] = data[]; return cast(string)slice; } } immutable uint[] sbox = [ 0xF53E1837, 0x5F14C86B, 0x9EE3964C, 0xFA796D53, 0x32223FC3, 0x4D82BC98, 0xA0C7FA62, 0x63E2C982, 0x24994A5B, 0x1ECE7BEE, 0x292B38EF, 0xD5CD4E56, 0x514F4303, 0x7BE12B83, 0x7192F195, 0x82DC7300, 0x084380B4, 0x480B55D3, 0x5F430471, 0x13F75991, 0x3F9CF22C, 0x2FE0907A, 0xFD8E1E69, 0x7B1D5DE8, 0xD575A85C, 0xAD01C50A, 0x7EE00737, 0x3CE981E8, 0x0E447EFA, 0x23089DD6, 0xB59F149F, 0x13600EC7, 0xE802C8E6, 0x670921E4, 0x7207EFF0, 0xE74761B0, 0x69035234, 0xBFA40F19, 0xF63651A0, 0x29E64C26, 0x1F98CCA7, 0xD957007E, 0xE71DDC75, 0x3E729595, 0x7580B7CC, 0xD7FAF60B, 0x92484323, 0xA44113EB, 0xE4CBDE08, 0x346827C9, 0x3CF32AFA, 0x0B29BCF1, 0x6E29F7DF, 0xB01E71CB, 0x3BFBC0D1, 0x62EDC5B8, 0xB7DE789A, 0xA4748EC9, 0xE17A4C4F, 0x67E5BD03, 0xF3B33D1A, 0x97D8D3E9, 0x09121BC0, 0x347B2D2C, 0x79A1913C, 0x504172DE, 0x7F1F8483, 0x13AC3CF6, 0x7A2094DB, 0xC778FA12, 0xADF7469F, 0x21786B7B, 0x71A445D0, 0xA8896C1B, 0x656F62FB, 0x83A059B3, 0x972DFE6E, 0x4122000C, 0x97D9DA19, 0x17D5947B, 0xB1AFFD0C, 0x6EF83B97, 0xAF7F780B, 0x4613138A, 0x7C3E73A6, 0xCF15E03D, 0x41576322, 0x672DF292, 0xB658588D, 0x33EBEFA9, 0x938CBF06, 0x06B67381, 0x07F192C6, 0x2BDA5855, 0x348EE0E8, 0x19DBB6E3, 0x3222184B, 0xB69D5DBA, 0x7E760B88, 0xAF4D8154, 0x007A51AD, 0x35112500, 0xC9CD2D7D, 0x4F4FB761, 0x694772E3, 0x694C8351, 0x4A7E3AF5, 0x67D65CE1, 0x9287DE92, 0x2518DB3C, 0x8CB4EC06, 0xD154D38F, 0xE19A26BB, 0x295EE439, 0xC50A1104, 0x2153C6A7, 0x82366656, 0x0713BC2F, 0x6462215A, 0x21D9BFCE, 0xBA8EACE6, 0xAE2DF4C1, 0x2A8D5E80, 0x3F7E52D1, 0x29359399, 0xFEA1D19C, 0x18879313, 0x455AFA81, 0xFADFE838, 0x62609838, 0xD1028839, 0x0736E92F, 0x3BCA22A3, 0x1485B08A, 0x2DA7900B, 0x852C156D, 0xE8F24803, 0x00078472, 0x13F0D332, 0x2ACFD0CF, 0x5F747F5C, 0x87BB1E2F, 0xA7EFCB63, 0x23F432F0, 0xE6CE7C5C, 0x1F954EF6, 0xB609C91B, 0x3B4571BF, 0xEED17DC0, 0xE556CDA0, 0xA7846A8D, 0xFF105F94, 0x52B7CCDE, 0x0E33E801, 0x664455EA, 0xF2C70414, 0x73E7B486, 0x8F830661, 0x8B59E826, 0xBB8AEDCA, 0xF3D70AB9, 0xD739F2B9, 0x4A04C34A, 0x88D0F089, 0xE02191A2, 0xD89D9C78, 0x192C2749, 0xFC43A78F, 0x0AAC88CB, 0x9438D42D, 0x9E280F7A, 0x36063802, 0x38E8D018, 0x1C42A9CB, 0x92AAFF6C, 0xA24820C5, 0x007F077F, 0xCE5BC543, 0x69668D58, 0x10D6FF74, 0xBE00F621, 0x21300BBE, 0x2E9E8F46, 0x5ACEA629, 0xFA1F86C7, 0x52F206B8, 0x3EDF1A75, 0x6DA8D843, 0xCF719928, 0x73E3891F, 0xB4B95DD6, 0xB2A42D27, 0xEDA20BBF, 0x1A58DBDF, 0xA449AD03, 0x6DDEF22B, 0x900531E6, 0x3D3BFF35, 0x5B24ABA2, 0x472B3E4C, 0x387F2D75, 0x4D8DBA36, 0x71CB5641, 0xE3473F3F, 0xF6CD4B7F, 0xBF7D1428, 0x344B64D0, 0xC5CDFCB6, 0xFE2E0182, 0x2C37A673, 0xDE4EB7A3, 0x63FDC933, 0x01DC4063, 0x611F3571, 0xD167BFAF, 0x4496596F, 0x3DEE0689, 0xD8704910, 0x7052A114, 0x068C9EC5, 0x75D0E766, 0x4D54CC20, 0xB44ECDE2, 0x4ABC653E, 0x2C550A21, 0x1A52C0DB, 0xCFED03D0, 0x119BAFE2, 0x876A6133, 0xBC232088, 0x435BA1B2, 0xAE99BBFA, 0xBB4F08E4, 0xA62B5F49, 0x1DA4B695, 0x336B84DE, 0xDC813D31, 0x00C134FB, 0x397A98E6, 0x151F0E64, 0xD9EB3E69, 0xD3C7DF60, 0xD2F2C336, 0x2DDD067B, 0xBD122835, 0xB0B3BD3A, 0xB0D54E46, 0x8641F1E4, 0xA0B38F96, 0x51D39199, 0x37A6AD75, 0xDF84EE41, 0x3C034CBA, 0xACDA62FC, 0x11923B8B, 0x45EF170A, ]; unittest { LexerConfig cfg; auto tkr = "void main(){ }".representation.byToken(cfg); assert(tkr.map!"a.value".equal(["void", "main", "(", ")", "{", "}"])); tkr = "1234 54.23232".representation.byToken(cfg); assert(tkr.equal(["1234", "54.23232"])); auto str = r"0 0. .0 1 0x3 0b102 007"; cfg.iterStyle = IterationStyle.everything; tkr = str.representation.byToken(cfg); assert(tkr.map!"a.value".equal(["0", " ", "0.", " ", ".0", " ", "1", " ", "0x3", " ", "0b10", "2", " ", "007"] ), text(tkr.map!"a.value")); } unittest { import std.stdio; auto source = cast(ubyte[]) ( " bool byte cdouble cent cfloat char creal dchar double float function" ~ " idouble ifloat int ireal long real short ubyte ucent uint ulong" ~ " ushort void wchar align deprecated extern pragma export package private" ~ " protected public abstract auto const final __gshared immutable inout" ~ " scope shared static synchronized alias asm assert body break case" ~ " cast catch class continue debug default delegate delete do else" ~ " enum false finally foreach foreach_reverse for goto if import in" ~ " interface invariant is lazy macro mixin module new nothrow null" ~ " out override pure ref return struct super switch template this" ~ " throw true try typedef typeid typeof union unittest version volatile" ~ " while with __traits __parameters __vector __VENDOR__ __MODULE__" ~ " __VERSION__ __TIMESTAMP__ __PRETTY_FUNCTION__"); auto expected = ["bool", "byte", "cdouble", "cent", "cfloat", "char", "creal", "dchar", "double", "float", "function", "idouble", "ifloat", "int", "ireal", "long", "real", "short", "ubyte", "ucent", "uint", "ulong", "ushort", "void", "wchar", "align", "deprecated", "extern", "pragma", "export", "package", "private", "protected", "public", "abstract", "auto", "const", "final", "__gshared", "immutable", "inout", "scope", "shared", "static", "synchronized", "alias", "asm", "assert", "body", "break", "case", "cast", "catch", "class", "continue", "debug", "default", "delegate", "delete", "do", "else", "enum", "false", "finally", "foreach", "foreach_reverse", "for", "goto", "if", "import", "in", "interface", "invariant", "is", "lazy","macro", "mixin", "module", "new", "nothrow", "null", "out", "override", "pure", "ref", "return", "struct", "super", "switch", "template", "this", "throw", "true", "try", "typedef", "typeid", "typeof", "union", "unittest", "version", "volatile", "while", "with", "__traits", "__parameters", "__vector", "__VENDOR__", "__MODULE__", "__VERSION__", "__TIMESTAMP__", "__PRETTY_FUNCTION__"]; LexerConfig config; config.tokenStyle = TokenStyle.doNotReplaceSpecial; auto tokens = byToken(source, config); // writeln(tokens.map!"a.value"().array()); assert (equal(map!"a.value"(tokens), expected)); } unittest { auto source = cast(ubyte[]) ("=@& &=| |=~=:,--/ /=$.===>> >=++{[< <=<>=<>&&||(- -=%%=*=!!=!>!>=!<!<=!<>+ +=^^^^=}]);<< <<=>> >>=..*?~!<>=>>>>>>=...^ ^="); auto expected = ["=", "@", "&", "&=", "|", "|=", "~=", ":", ",", "--", "/", "/=", "$", ".", "==", "=>", ">", ">=", "++", "{", "[", "<", "<=", "<>=", "<>", "&&", "||", "(", "-", "-=", "%", "%=", "*=", "!", "!=", "!>", "!>=", "!<", "!<=", "!<>", "+", "+=", "^^", "^^=", "}", "]", ")", ";", "<<", "<<=", ">>", ">>=", "..", "*", "?", "~", "!<>=", ">>>", ">>>=", "...", "^", "^="]; LexerConfig config; auto tokens = byToken(source, config); //writeln(tokens.map!"a.value"().array()); assert (equal(map!"a.value"(tokens), expected), map!"a.value"(tokens).text()); } unittest { auto source = cast(ubyte[]) (` 1 1.2 //comment 1.2f 1u 1uL 0b011 0b1uu 0b1 /+abc/+def+/+/0x11001uL 123e1L 123e+1f 123e-1i 15e++ 4ea 1.2u 4i 1337L 4.2L 1..2 4.3.5.8 0xabc 0xabcp4 0x1P-10 0x40u 0x29L 0x4Lu 0xdeadbeef `); auto expected = ["1", "1.2", "1.2f", "1u", "1uL", "0b011", "0b1u", "u", "0b1", "0x11001uL", "123e1L", "123e+1f", "123e-1i", "15e+", "+", "4e", "a", "1.2", "u", "4i", "1337L", "4.2L", "1", "..", "2", "4.3", ".5", ".8", "0xabc", "0xabcp4", "0x1P-10", "0x40u", "0x29L", "0x4Lu", "0xdeadbeef"]; int errCount = 0; void errorFunction(string file, size_t index, uint line, ushort col, string msg) { ++errCount; } LexerConfig config; config.errorFunc = &errorFunction; auto tokens = byToken(source, config); //writeln(tokens.map!"a.value"()); assert (equal(map!"a.value"(tokens), expected), map!"a.value"(tokens).text()); assert (errCount == 2); } unittest { auto source = cast(ubyte[]) ("int #line 4\n double q{abcde (a + b) == 0} '\\u0020' q\"HEREDOC\r\nabcde\r\nHEREDOC\""); LexerConfig config; auto tokens = byToken(source, config); assert (tokens.front.line == 1); assert (tokens.moveFront() == TokenType.int_); assert (tokens.front.line == 4); assert (isBasicType(tokens.front)); assert (tokens.front.value == "double"); tokens.popFront(); assert (tokens.front.value == "abcde (a + b) == 0", tokens.front.value); assert (isStringLiteral(tokens.front), tokens.front.type.text()); tokens.popFront(); assert (tokens.front.value == " "); assert (tokens.front.type == TokenType.characterLiteral); tokens.popFront(); assert (tokens.front.value == "abcde\r\n", "[%s]".format(tokens.front.value)); } unittest { auto source = cast(ubyte[]) "q{(a & 1) == 0} q\"/foo]/\" q\"HEREDOC\r\nabcde\r\nHEREDOC\""; LexerConfig config; config.tokenStyle = TokenStyle.includeQuotes; auto tokens = byToken(source, config); assert (tokens.front.value == "q{(a & 1) == 0}", tokens.front.value); tokens.popFront(); assert (tokens.front.value == "q\"/foo]/\"", tokens.front.value); tokens.popFront(); assert (tokens.front.value == "q\"HEREDOC\r\nabcde\r\nHEREDOC\"", tokens.front.value); } unittest { auto source = cast(ubyte[]) (`"string`); int errCount = 0; void errorFunction(string file, size_t index, uint line, ushort col, string msg) { ++errCount; } LexerConfig config; config.errorFunc = &errorFunction; auto tokens = byToken(source, config); assert (errCount == 1); } unittest { auto source = cast(ubyte[]) ("import foo"); LexerConfig config; auto tokens = byToken(source, config); Token a = tokens.moveFront(); assert (a.type == TokenType.import_); Token b = tokens.moveFront(); assert (b.type == TokenType.identifier); assert (a != b); assert (a != "foo"); assert (a < b); assert (b == "foo"); assert (b > a); assert (!(a > a)); assert (tokens.empty); } unittest { auto source = cast(ubyte[]) ("import std.stdio; void main(){writeln(\"hello world\");}"); LexerConfig config; auto tokens = byToken(source, config); int tokenCount = 0; foreach (t; tokens) { ++tokenCount; } assert (tokenCount == 16); }
D
/** Functions and structures for dealing with threads and concurrent access. This module is modeled after std.concurrency, but provides a fiber-aware alternative to it. All blocking operations will yield the calling fiber instead of blocking it. Copyright: © 2013-2016 RejectedSoftware e.K. License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. Authors: Sönke Ludwig */ module vibe.core.concurrency; import core.time; import std.traits; import std.typecons; import std.typetuple; import std.variant; import std.string; import vibe.core.task; import vibe.internal.allocator; import vibe.internal.meta.traits : StripHeadConst; public import std.concurrency; private extern (C) pure nothrow void _d_monitorenter(Object h); private extern (C) pure nothrow void _d_monitorexit(Object h); /** Locks the given shared object and returns a ScopedLock for accessing any unshared members. Using this function will ensure that there are no data races. For this reason, the class type T is required to contain no unshared or unisolated aliasing. See_Also: core.concurrency.isWeaklyIsolated */ ScopedLock!T lock(T : const(Object))(shared(T) object) pure nothrow @safe { return ScopedLock!T(object); } /// ditto void lock(T : const(Object))(shared(T) object, scope void delegate(scope T) accessor) nothrow { auto l = lock(object); accessor(l.unsafeGet()); } /// unittest { import vibe.core.concurrency; static class Item { private double m_value; this(double value) pure { m_value = value; } @property double value() const pure { return m_value; } } static class Manager { private { string m_name; Isolated!(Item) m_ownedItem; Isolated!(shared(Item)[]) m_items; } pure this(string name) { m_name = name; auto itm = makeIsolated!Item(3.5); m_ownedItem = itm.move; } void addItem(shared(Item) item) pure { m_items ~= item; } double getTotalValue() const pure { double sum = 0; // lock() is required to access shared objects foreach (itm; m_items.unsafeGet) { auto l = itm.lock(); sum += l.value; } // owned objects can be accessed without locking sum += m_ownedItem.value; return sum; } } void test() { import std.stdio; auto man = cast(shared)new Manager("My manager"); { auto l = man.lock(); l.addItem(new shared(Item)(1.5)); l.addItem(new shared(Item)(0.5)); } writefln("Total value: %s", man.lock().getTotalValue()); } } /** Proxy structure that keeps the monitor of the given object locked until it goes out of scope. Any unshared members of the object are safely accessible during this time. The usual way to use it is by calling lock. See_Also: lock */ struct ScopedLock(T) { static assert(is(T == class), "ScopedLock is only usable with classes."); // static assert(isWeaklyIsolated!(FieldTypeTuple!T), T.stringof~" contains non-immutable, non-shared references. Accessing it in a multi-threaded environment is not safe."); private Rebindable!T m_ref; @disable this(this); this(shared(T) obj) pure nothrow @trusted { assert(obj !is null, "Attempting to lock null object."); m_ref = cast(T)obj; _d_monitorenter(getObject()); assert(getObject().__monitor !is null); } ~this() pure nothrow @trusted { assert(m_ref !is null); assert(getObject().__monitor !is null); _d_monitorexit(getObject()); } /** Returns an unshared reference to the locked object. Note that using this function breaks type safety. Be sure to not escape the reference beyond the life time of the lock. */ @property inout(T) unsafeGet() inout nothrow { return m_ref; } alias unsafeGet this; //pragma(msg, "In ScopedLock!("~T.stringof~")"); //pragma(msg, isolatedRefMethods!T()); // mixin(isolatedAggregateMethodsString!T()); private Object getObject() pure nothrow { static if( is(Rebindable!T == struct) ) return cast(Unqual!T)m_ref.get(); else return cast(Unqual!T)m_ref; } } /** Creates a new isolated object. Isolated objects contain no mutable aliasing outside of their own reference tree. They can thus be safely converted to immutable and they can be safely passed between threads. The function returns an instance of Isolated that will allow proxied access to the members of the object, as well as providing means to convert the object to immutable or to an ordinary mutable object. */ pure Isolated!T makeIsolated(T, ARGS...)(ARGS args) { static if (is(T == class)) return Isolated!T(new T(args)); else static if (is(T == struct)) return T(args); else static if (isPointer!T && is(PointerTarget!T == struct)) { alias TB = PointerTarget!T; return Isolated!T(new TB(args)); } else static assert(false, "makeIsolated works only for class and (pointer to) struct types."); } /// unittest { import vibe.core.concurrency; import vibe.core.core; static class Item { double value; string name; } static void modifyItem(Isolated!Item itm) { itm.value = 1.3; // TODO: send back to initiating thread } void test() { immutable(Item)[] items; // create immutable item procedurally auto itm = makeIsolated!Item(); itm.value = 2.4; itm.name = "Test"; items ~= itm.freeze(); // send isolated item to other thread auto itm2 = makeIsolated!Item(); runWorkerTask(&modifyItem, itm2.move()); // ... } } unittest { static class C { this(int x) pure {} } static struct S { this(int x) pure {} } alias CI = typeof(makeIsolated!C(0)); alias SI = typeof(makeIsolated!S(0)); alias SPI = typeof(makeIsolated!(S*)(0)); static assert(isStronglyIsolated!CI); static assert(is(CI == IsolatedRef!C)); static assert(isStronglyIsolated!SI); static assert(is(SI == S)); static assert(isStronglyIsolated!SPI); static assert(is(SPI == IsolatedRef!S)); } /** Creates a new isolated array. */ pure Isolated!(T[]) makeIsolatedArray(T)(size_t size) { Isolated!(T[]) ret; ret.length = size; return ret.move(); } /// unittest { import vibe.core.concurrency; import vibe.core.core; static void compute(Task tid, Isolated!(double[]) array, size_t start_index) { foreach( i; 0 .. array.length ) array[i] = (start_index + i) * 0.5; sendCompat(tid, array.move()); } void test() { import std.stdio; // compute contents of an array using multiple threads auto arr = makeIsolatedArray!double(256); // partition the array (no copying takes place) size_t[] indices = [64, 128, 192, 256]; Isolated!(double[])[] subarrays = arr.splice(indices); // start processing in threads Task[] tids; foreach (i, idx; indices) tids ~= runWorkerTaskH(&compute, Task.getThis(), subarrays[i].move(), idx); // collect results auto resultarrays = new Isolated!(double[])[tids.length]; foreach( i, tid; tids ) resultarrays[i] = receiveOnlyCompat!(Isolated!(double[])).move(); // BUG: the arrays must be sorted here, but since there is no way to tell // from where something was received, this is difficult here. // merge results (no copying takes place again) foreach( i; 1 .. resultarrays.length ) resultarrays[0].merge(resultarrays[i]); // convert the final result to immutable auto result = resultarrays[0].freeze(); writefln("Result: %s", result); } } /** Unsafe facility to assume that an existing reference is unique. */ Isolated!T assumeIsolated(T)(T object) { return Isolated!T(object); } /** Encapsulates the given type in a way that guarantees memory isolation. See_Also: makeIsolated, makeIsolatedArray */ template Isolated(T) { static if( isWeaklyIsolated!T ){ alias Isolated = T; } else static if( is(T == class) ){ alias Isolated = IsolatedRef!T; } else static if( isPointer!T ){ alias Isolated = IsolatedRef!(PointerTarget!T); } else static if( isDynamicArray!T ){ alias Isolated = IsolatedArray!(typeof(T.init[0])); } else static if( isAssociativeArray!T ){ alias Isolated = IsolatedAssociativeArray!(KeyType!T, ValueType!T); } else static assert(false, T.stringof~": Unsupported type for Isolated!T - must be class, pointer, array or associative array."); } // unit tests fails with DMD 2.064 due to some cyclic import regression unittest { static class CE {} static struct SE {} static assert(is(Isolated!CE == IsolatedRef!CE)); static assert(is(Isolated!(SE*) == IsolatedRef!SE)); static assert(is(Isolated!(SE[]) == IsolatedArray!SE)); version(EnablePhobosFails){ // AAs don't work because they are impure static assert(is(Isolated!(SE[string]) == IsolatedAssociativeArray!(string, SE))); } } /// private private struct IsolatedRef(T) { pure: static assert(isWeaklyIsolated!(FieldTypeTuple!T), T.stringof ~ " contains non-immutable/non-shared references. Isolation cannot be guaranteed."); enum __isWeakIsolatedType = true; static if( isStronglyIsolated!(FieldTypeTuple!T) ) enum __isIsolatedType = true; alias BaseType = T; static if( is(T == class) ){ alias Tref = T; alias Tiref = immutable(T); } else { alias Tref = T*; alias Tiref = immutable(T)*; } private Tref m_ref; //mixin isolatedAggregateMethods!T; //pragma(msg, isolatedAggregateMethodsString!T()); mixin(isolatedAggregateMethodsString!T()); @disable this(this); private this(Tref obj) { m_ref = obj; } this(ref IsolatedRef src) { m_ref = src.m_ref; src.m_ref = null; } void opAssign(ref IsolatedRef src) { m_ref = src.m_ref; src.m_ref = null; } /** Returns the raw reference. Note that using this function breaks type safety. Be sure to not escape the reference. */ inout(Tref) unsafeGet() inout { return m_ref; } /** Move the contained reference to a new IsolatedRef. Since IsolatedRef is not copyable, using this function may be necessary when passing a reference to a function or when returning it. The reference in this instance will be set to null after the call returns. */ IsolatedRef move() { auto r = m_ref; m_ref = null; return IsolatedRef(r); } /// ditto void move(ref IsolatedRef target) { target.m_ref = m_ref; m_ref = null; } /** Convert the isolated reference to a normal mutable reference. The reference in this instance will be set to null after the call returns. */ Tref extract() { auto ret = m_ref; m_ref = null; return ret; } /** Converts the isolated reference to immutable. The reference in this instance will be set to null after the call has returned. Note that this method is only available for strongly isolated references, which means references that do not contain shared aliasing. */ Tiref freeze()() { static assert(isStronglyIsolated!(FieldTypeTuple!T), "freeze() can only be called on strongly isolated values, but "~T.stringof~" contains shared references."); auto ret = m_ref; m_ref = null; return cast(immutable)ret; } /** Performs an up- or down-cast of the reference and moves it to a new IsolatedRef instance. The reference in this instance will be set to null after the call has returned. */ U opCast(U)() if (isInstanceOf!(IsolatedRef, U) && (is(U.BaseType : BaseType) || is(BaseType : U.BaseType))) { auto r = U(cast(U.BaseType)m_ref); m_ref = null; return r; } /** Determines if the contained reference is non-null. This method allows Isolated references to be used in boolean expressions without having to extract the reference. */ U opCast(U)() const if(is(U == bool)) { return m_ref !is null; } } /// private private struct IsolatedArray(T) { static assert(isWeaklyIsolated!T, T.stringof ~ " contains non-immutable references. Isolation cannot be guaranteed."); enum __isWeakIsolatedType = true; static if( isStronglyIsolated!T ) enum __isIsolatedType = true; alias BaseType = T[]; private T[] m_array; mixin isolatedArrayMethods!T; @disable this(this); /** Returns the raw reference. Note that using this function breaks type safety. Be sure to not escape the reference. */ inout(T[]) unsafeGet() inout { return m_array; } IsolatedArray!T move() pure { auto r = m_array; m_array = null; return IsolatedArray(r); } void move(ref IsolatedArray target) pure { target.m_array = m_array; m_array = null; } T[] extract() pure { auto arr = m_array; m_array = null; return arr; } immutable(T)[] freeze()() pure { static assert(isStronglyIsolated!T, "Freeze can only be called on strongly isolated values, but "~T.stringof~" contains shared references."); auto arr = m_array; m_array = null; return cast(immutable)arr; } /** Splits the array into individual slices at the given incides. The indices must be in ascending order. Any items that are larger than the last given index will remain in this IsolatedArray. */ IsolatedArray!T[] splice(in size_t[] indices...) pure in { //import std.algorithm : isSorted; assert(indices.length > 0, "At least one splice index must be given."); //assert(isSorted(indices), "Indices must be in ascending order."); assert(indices[$-1] <= m_array.length, "Splice index out of bounds."); } body { auto ret = new IsolatedArray!T[indices.length]; size_t lidx = 0; foreach( i, sidx; indices ){ ret[i].m_array = m_array[lidx .. sidx]; lidx = sidx; } m_array = m_array[lidx .. $]; return ret; } void merge(ref IsolatedArray!T array) pure in { assert(array.m_array.ptr == m_array.ptr+m_array.length || array.m_array.ptr+array.length == m_array.ptr, "Argument to merge() must be a neighbouring array partition."); } body { if( array.m_array.ptr == m_array.ptr + m_array.length ){ m_array = m_array.ptr[0 .. m_array.length + array.length]; } else { m_array = array.m_array.ptr[0 .. m_array.length + array.length]; } array.m_array.length = 0; } } /// private private struct IsolatedAssociativeArray(K, V) { pure: static assert(isWeaklyIsolated!K, "Key type has aliasing. Memory isolation cannot be guaranteed."); static assert(isWeaklyIsolated!V, "Value type has aliasing. Memory isolation cannot be guaranteed."); enum __isWeakIsolatedType = true; static if( isStronglyIsolated!K && isStronglyIsolated!V ) enum __isIsolatedType = true; alias BaseType = V[K]; private { V[K] m_aa; } mixin isolatedAssociativeArrayMethods!(K, V); /** Returns the raw reference. Note that using this function breaks type safety. Be sure to not escape the reference. */ inout(V[K]) unsafeGet() inout { return m_aa; } IsolatedAssociativeArray move() { auto r = m_aa; m_aa = null; return IsolatedAssociativeArray(r); } void move(ref IsolatedAssociativeArray target) { target.m_aa = m_aa; m_aa = null; } V[K] extract() { auto arr = m_aa; m_aa = null; return arr; } static if( is(typeof(IsolatedAssociativeArray.__isIsolatedType)) ){ immutable(V)[K] freeze() { auto arr = m_aa; m_aa = null; return cast(immutable(V)[K])(arr); } immutable(V[K]) freeze2() { auto arr = m_aa; m_aa = null; return cast(immutable(V[K]))(arr); } } } /** Encapsulates a reference in a way that disallows escaping it or any contained references. */ template ScopedRef(T) { static if( isAggregateType!T ) alias ScopedRef = ScopedRefAggregate!T; else static if( isAssociativeArray!T ) alias ScopedRef = ScopedRefAssociativeArray!T; else static if( isArray!T ) alias ScopedRef = ScopedRefArray!T; else static if( isBasicType!T ) alias ScopedRef = ScopedRefBasic!T; else static assert(false, "Unsupported type for ScopedRef: "~T.stringof); } /// private private struct ScopedRefBasic(T) { private T* m_ref; @disable this(this); this(ref T tref) pure { m_ref = &tref; } //void opAssign(T value) { *m_ref = value; } ref T unsafeGet() pure { return *m_ref; } alias unsafeGet this; } /// private private struct ScopedRefAggregate(T) { private T* m_ref; @disable this(this); this(ref T tref) pure { m_ref = &tref; } //void opAssign(T value) { *m_ref = value; } ref T unsafeGet() pure { return *m_ref; } static if( is(T == shared) ){ auto lock() pure { return .lock(unsafeGet()); } } else { mixin(isolatedAggregateMethodsString!T()); //mixin isolatedAggregateMethods!T; } } /// private private struct ScopedRefArray(T) { alias V = typeof(T.init[0]) ; private T* m_ref; private @property ref T m_array() pure { return *m_ref; } private @property ref const(T) m_array() const pure { return *m_ref; } mixin isolatedArrayMethods!(V, !is(T == const) && !is(T == immutable)); @disable this(this); this(ref T tref) pure { m_ref = &tref; } //void opAssign(T value) { *m_ref = value; } ref T unsafeGet() pure { return *m_ref; } } /// private private struct ScopedRefAssociativeArray(K, V) { alias K = KeyType!T; alias V = ValueType!T; private T* m_ref; private @property ref T m_array() pure { return *m_ref; } private @property ref const(T) m_array() const pure { return *m_ref; } mixin isolatedAssociativeArrayMethods!(K, V); @disable this(this); this(ref T tref) pure { m_ref = &tref; } //void opAssign(T value) { *m_ref = value; } ref T unsafeGet() pure { return *m_ref; } } /******************************************************************************/ /* COMMON MIXINS FOR NON-REF-ESCAPING WRAPPER STRUCTS */ /******************************************************************************/ /// private /*private mixin template(T) isolatedAggregateMethods { mixin(isolatedAggregateMethodsString!T()); }*/ /// private private string isolatedAggregateMethodsString(T)() { import vibe.internal.meta.traits; string ret = generateModuleImports!T(); //pragma(msg, "Type '"~T.stringof~"'"); foreach( mname; __traits(allMembers, T) ){ static if (isPublicMember!(T, mname)) { static if (isRWPlainField!(T, mname)) { alias mtype = typeof(__traits(getMember, T, mname)) ; auto mtypename = fullyQualifiedName!mtype; //pragma(msg, " field " ~ mname ~ " : " ~ mtype.stringof); ret ~= "@property ScopedRef!(const("~mtypename~")) "~mname~"() const pure { return ScopedRef!(const("~mtypename~"))(m_ref."~mname~"); }\n"; ret ~= "@property ScopedRef!("~mtypename~") "~mname~"() pure { return ScopedRef!("~mtypename~")(m_ref."~mname~"); }\n"; static if( !is(mtype == const) && !is(mtype == immutable) ){ static if( isWeaklyIsolated!mtype ){ ret ~= "@property void "~mname~"("~mtypename~" value) pure { m_ref."~mname~" = value; }\n"; } else { ret ~= "@property void "~mname~"(AT)(AT value) pure { static assert(isWeaklyIsolated!AT); m_ref."~mname~" = value.unsafeGet(); }\n"; } } } else { foreach( method; __traits(getOverloads, T, mname) ){ alias ftype = FunctionTypeOf!method; // only pure functions are allowed (or they could escape references to global variables) // don't allow non-isolated references to be escaped if( functionAttributes!ftype & FunctionAttribute.pure_ && isWeaklyIsolated!(ReturnType!ftype) ) { static if( __traits(isStaticFunction, method) ){ //pragma(msg, " static method " ~ mname ~ " : " ~ ftype.stringof); ret ~= "static "~fullyQualifiedName!(ReturnType!ftype)~" "~mname~"("; foreach( i, P; ParameterTypeTuple!ftype ){ if( i > 0 ) ret ~= ", "; ret ~= fullyQualifiedName!P ~ " p"~i.stringof; } ret ~= "){ return "~fullyQualifiedName!T~"."~mname~"("; foreach( i, P; ParameterTypeTuple!ftype ){ if( i > 0 ) ret ~= ", "; ret ~= "p"~i.stringof; } ret ~= "); }\n"; } else if (mname != "__ctor") { //pragma(msg, " normal method " ~ mname ~ " : " ~ ftype.stringof); if( is(ftype == const) ) ret ~= "const "; if( is(ftype == shared) ) ret ~= "shared "; if( is(ftype == immutable) ) ret ~= "immutable "; if( functionAttributes!ftype & FunctionAttribute.pure_ ) ret ~= "pure "; if( functionAttributes!ftype & FunctionAttribute.property ) ret ~= "@property "; ret ~= fullyQualifiedName!(ReturnType!ftype)~" "~mname~"("; foreach( i, P; ParameterTypeTuple!ftype ){ if( i > 0 ) ret ~= ", "; ret ~= fullyQualifiedName!P ~ " p"~i.stringof; } ret ~= "){ return m_ref."~mname~"("; foreach( i, P; ParameterTypeTuple!ftype ){ if( i > 0 ) ret ~= ", "; ret ~= "p"~i.stringof; } ret ~= "); }\n"; } } } } } //else pragma(msg, " non-public field " ~ mname); } return ret; } /// private private mixin template isolatedArrayMethods(T, bool mutableRef = true) { @property size_t length() const pure { return m_array.length; } @property bool empty() const pure { return m_array.length == 0; } static if( mutableRef ){ @property void length(size_t value) pure { m_array.length = value; } void opCatAssign(T item) pure { static if( isCopyable!T ) m_array ~= item; else { m_array.length++; m_array[$-1] = item; } } void opCatAssign(IsolatedArray!T array) pure { static if( isCopyable!T ) m_array ~= array.m_array; else { size_t start = m_array.length; m_array.length += array.length; foreach( i, ref itm; array.m_array ) m_array[start+i] = itm; } } } ScopedRef!(const(T)) opIndex(size_t idx) const pure { return ScopedRef!(const(T))(m_array[idx]); } ScopedRef!T opIndex(size_t idx) pure { return ScopedRef!T(m_array[idx]); } static if( !is(T == const) && !is(T == immutable) ) void opIndexAssign(T value, size_t idx) pure { m_array[idx] = value; } int opApply(int delegate(ref size_t, ref ScopedRef!T) del) pure { foreach( idx, ref v; m_array ){ auto noref = ScopedRef!T(v); if( auto ret = (cast(int delegate(ref size_t, ref ScopedRef!T) pure)del)(idx, noref) ) return ret; } return 0; } int opApply(int delegate(ref size_t, ref ScopedRef!(const(T))) del) const pure { foreach( idx, ref v; m_array ){ auto noref = ScopedRef!(const(T))(v); if( auto ret = (cast(int delegate(ref size_t, ref ScopedRef!(const(T))) pure)del)(idx, noref) ) return ret; } return 0; } int opApply(int delegate(ref ScopedRef!T) del) pure { foreach( v; m_array ){ auto noref = ScopedRef!T(v); if( auto ret = (cast(int delegate(ref ScopedRef!T) pure)del)(noref) ) return ret; } return 0; } int opApply(int delegate(ref ScopedRef!(const(T))) del) const pure { foreach( v; m_array ){ auto noref = ScopedRef!(const(T))(v); if( auto ret = (cast(int delegate(ref ScopedRef!(const(T))) pure)del)(noref) ) return ret; } return 0; } } /// private private mixin template isolatedAssociativeArrayMethods(K, V, bool mutableRef = true) { @property size_t length() const pure { return m_aa.length; } @property bool empty() const pure { return m_aa.length == 0; } static if( !is(V == const) && !is(V == immutable) ) void opIndexAssign(V value, K key) pure { m_aa[key] = value; } inout(V) opIndex(K key) inout pure { return m_aa[key]; } int opApply(int delegate(ref ScopedRef!K, ref ScopedRef!V) del) pure { foreach( ref k, ref v; m_aa ) if( auto ret = (cast(int delegate(ref ScopedRef!K, ref ScopedRef!V) pure)del)(k, v) ) return ret; return 0; } int opApply(int delegate(ref ScopedRef!V) del) pure { foreach( ref v; m_aa ) if( auto ret = (cast(int delegate(ref ScopedRef!V) pure)del)(v) ) return ret; return 0; } int opApply(int delegate(ref ScopedRef!(const(K)), ref ScopedRef!(const(V))) del) const pure { foreach( ref k, ref v; m_aa ) if( auto ret = (cast(int delegate(ref ScopedRef!(const(K)), ref ScopedRef!(const(V))) pure)del)(k, v) ) return ret; return 0; } int opApply(int delegate(ref ScopedRef!(const(V))) del) const pure { foreach( v; m_aa ) if( auto ret = (cast(int delegate(ref ScopedRef!(const(V))) pure)del)(v) ) return ret; return 0; } } /******************************************************************************/ /* UTILITY FUNCTIONALITY */ /******************************************************************************/ // private private @property string generateModuleImports(T)() { bool[string] visited; //pragma(msg, "generateModuleImports "~T.stringof); return generateModuleImportsImpl!T(visited); } private @property string generateModuleImportsImpl(T, TYPES...)(ref bool[string] visited) { string ret; //pragma(msg, T); //pragma(msg, TYPES); static if( !haveTypeAlready!(T, TYPES) ){ void addModule(string mod){ if( mod !in visited ){ ret ~= "static import "~mod~";\n"; visited[mod] = true; } } static if( isAggregateType!T && !is(typeof(T.__isWeakIsolatedType)) ){ // hack to avoid a recursive template instantiation when Isolated!T is passed to moduleName addModule(moduleName!T); foreach( member; __traits(allMembers, T) ){ //static if( isPublicMember!(T, member) ){ static if( !is(typeof(__traits(getMember, T, member))) ){ // ignore sub types } else static if( !is(FunctionTypeOf!(__traits(getMember, T, member)) == function) ){ alias mtype = typeof(__traits(getMember, T, member)) ; ret ~= generateModuleImportsImpl!(mtype, T, TYPES)(visited); } else static if( is(T == class) || is(T == interface) ){ foreach( overload; MemberFunctionsTuple!(T, member) ){ ret ~= generateModuleImportsImpl!(ReturnType!overload, T, TYPES)(visited); foreach( P; ParameterTypeTuple!overload ) ret ~= generateModuleImportsImpl!(P, T, TYPES)(visited); } } // TODO: handle structs! //} } } else static if( isPointer!T ) ret ~= generateModuleImportsImpl!(PointerTarget!T, T, TYPES)(visited); else static if( isArray!T ) ret ~= generateModuleImportsImpl!(typeof(T.init[0]), T, TYPES)(visited); else static if( isAssociativeArray!T ) ret ~= generateModuleImportsImpl!(KeyType!T, T, TYPES)(visited) ~ generateModuleImportsImpl!(ValueType!T, T, TYPES)(visited); } return ret; } template haveTypeAlready(T, TYPES...) { static if( TYPES.length == 0 ) enum haveTypeAlready = false; else static if( is(T == TYPES[0]) ) enum haveTypeAlready = true; else alias haveTypeAlready = haveTypeAlready!(T, TYPES[1 ..$]); } /******************************************************************************/ /* Additional traits useful for handling isolated data */ /******************************************************************************/ /** Determines if the given list of types has any non-immutable aliasing outside of their object tree. The types in particular may only contain plain data, pointers or arrays to immutable data, or references encapsulated in `vibe.core.concurrency.Isolated`. */ template isStronglyIsolated(T...) { static if (T.length == 0) enum bool isStronglyIsolated = true; else static if (T.length > 1) enum bool isStronglyIsolated = isStronglyIsolated!(T[0 .. $/2]) && isStronglyIsolated!(T[$/2 .. $]); else { static if (is(T[0] == immutable)) enum bool isStronglyIsolated = true; else static if(isInstanceOf!(Rebindable, T[0])) enum bool isStronglyIsolated = isStronglyIsolated!(typeof(T[0].get())); else static if (is(typeof(T[0].__isIsolatedType))) enum bool isStronglyIsolated = true; else static if (is(T[0] == class)) enum bool isStronglyIsolated = false; else static if (is(T[0] == interface)) enum bool isStronglyIsolated = false; // can't know if the implementation is isolated else static if (is(T[0] == delegate)) enum bool isStronglyIsolated = false; // can't know to what a delegate points else static if (isDynamicArray!(T[0])) enum bool isStronglyIsolated = is(typeof(T[0].init[0]) == immutable); else static if (isAssociativeArray!(T[0])) enum bool isStronglyIsolated = false; // TODO: be less strict here else static if (isSomeFunction!(T[0])) enum bool isStronglyIsolated = true; // functions are immutable else static if (isPointer!(T[0])) enum bool isStronglyIsolated = is(typeof(*T[0].init) == immutable); else static if (isAggregateType!(T[0])) enum bool isStronglyIsolated = isStronglyIsolated!(FieldTypeTuple!(T[0])); else enum bool isStronglyIsolated = true; } } /** Determines if the given list of types has any non-immutable and unshared aliasing outside of their object tree. The types in particular may only contain plain data, pointers or arrays to immutable or shared data, or references encapsulated in `vibe.core.concurrency.Isolated`. Values that do not have unshared and unisolated aliasing are safe to be passed between threads. */ template isWeaklyIsolated(T...) { static if (T.length == 0) enum bool isWeaklyIsolated = true; else static if (T.length > 1) enum bool isWeaklyIsolated = isWeaklyIsolated!(T[0 .. $/2]) && isWeaklyIsolated!(T[$/2 .. $]); else { static if(is(T[0] == immutable)) enum bool isWeaklyIsolated = true; else static if (is(T[0] == shared)) enum bool isWeaklyIsolated = true; else static if (isInstanceOf!(Rebindable, T[0])) enum bool isWeaklyIsolated = isWeaklyIsolated!(typeof(T[0].get())); else static if (is(T[0] == Tid)) enum bool isWeaklyIsolated = true; // Tid/MessageBox is not properly annotated with shared else static if (is(T[0] : Throwable)) enum bool isWeaklyIsolated = true; // WARNING: this is unsafe, but needed for send/receive! else static if (is(typeof(T[0].__isIsolatedType))) enum bool isWeaklyIsolated = true; else static if (is(typeof(T[0].__isWeakIsolatedType))) enum bool isWeaklyIsolated = true; else static if (is(T[0] == class)) enum bool isWeaklyIsolated = false; else static if (is(T[0] == interface)) enum bool isWeaklyIsolated = false; // can't know if the implementation is isolated else static if (is(T[0] == delegate)) enum bool isWeaklyIsolated = T[0].stringof.endsWith(" shared"); // can't know to what a delegate points - FIXME: use something better than a string comparison else static if (isDynamicArray!(T[0])) enum bool isWeaklyIsolated = is(typeof(T[0].init[0]) == immutable); else static if (isAssociativeArray!(T[0])) enum bool isWeaklyIsolated = false; // TODO: be less strict here else static if (isSomeFunction!(T[0])) enum bool isWeaklyIsolated = true; // functions are immutable else static if (isPointer!(T[0])) enum bool isWeaklyIsolated = is(typeof(*T[0].init) == immutable) || is(typeof(*T[0].init) == shared); else static if (isAggregateType!(T[0])) enum bool isWeaklyIsolated = isWeaklyIsolated!(FieldTypeTuple!(T[0])); else enum bool isWeaklyIsolated = true; } } unittest { static class A { int x; string y; } static struct B { string a; // strongly isolated Isolated!A b; // strongly isolated version(EnablePhobosFails) Isolated!(Isolated!A[]) c; // strongly isolated version(EnablePhobosFails) Isolated!(Isolated!A[string]) c; // AA implementation does not like this version(EnablePhobosFails) Isolated!(int[string]) d; // strongly isolated } static struct C { string a; // strongly isolated shared(A) b; // weakly isolated Isolated!A c; // strongly isolated shared(A*) d; // weakly isolated shared(A[]) e; // weakly isolated shared(A[string]) f; // weakly isolated } static struct D { A a; } // not isolated static struct E { void delegate() a; } // not isolated static struct F { void function() a; } // strongly isolated (functions are immutable) static struct G { void test(); } // strongly isolated static struct H { A[] a; } // not isolated static interface I {} static assert(!isStronglyIsolated!A); static assert(isStronglyIsolated!(FieldTypeTuple!A)); static assert(isStronglyIsolated!B); static assert(!isStronglyIsolated!C); static assert(!isStronglyIsolated!D); static assert(!isStronglyIsolated!E); static assert(isStronglyIsolated!F); static assert(isStronglyIsolated!G); static assert(!isStronglyIsolated!H); static assert(!isStronglyIsolated!I); static assert(!isWeaklyIsolated!A); static assert(isWeaklyIsolated!(FieldTypeTuple!A)); static assert(isWeaklyIsolated!B); static assert(isWeaklyIsolated!C); static assert(!isWeaklyIsolated!D); static assert(!isWeaklyIsolated!E); static assert(isWeaklyIsolated!F); static assert(isWeaklyIsolated!G); static assert(!isWeaklyIsolated!H); static assert(!isWeaklyIsolated!I); } unittest { static assert(isWeaklyIsolated!Tid); } template isCopyable(T) { static if( __traits(compiles, {foreach( t; [T.init]){}}) ) enum isCopyable = true; else enum isCopyable = false; } /******************************************************************************/ /* Future (promise) suppport */ /******************************************************************************/ /** Represents a values that will be computed asynchronously. This type uses $(D alias this) to enable transparent access to the result value. */ struct Future(T) { import vibe.internal.freelistref : FreeListRef; private { FreeListRef!(shared(T)) m_result; Task m_task; } /// Checks if the values was fully computed. @property bool ready() const { return !m_task.running; } /** Returns the computed value. This function waits for the computation to finish, if necessary, and then returns the final value. In case of an uncaught exception happening during the computation, the exception will be thrown instead. */ ref T getResult() { if (!ready) m_task.join(); assert(ready, "Task still running after join()!?"); return *cast(T*)&m_result.get(); // casting away shared is safe, because this is a unique reference } alias getResult this; private void init() { m_result = FreeListRef!(shared(T))(); } } /** Starts an asynchronous computation and returns a future for the result value. If the supplied callable and arguments are all weakly isolated, $(D vibe.core.core.runWorkerTask) will be used to perform the computation. Otherwise, $(D vibe.core.core.runTask) will be used. Params: callable: A callable value, can be either a function, a delegate, or a user defined type that defines an $(D opCall). args: Arguments to pass to the callable. Returns: Returns a $(D Future) object that can be used to access the result. See_also: $(D isWeaklyIsolated) */ Future!(StripHeadConst!(ReturnType!CALLABLE)) async(CALLABLE, ARGS...)(CALLABLE callable, ARGS args) if (is(typeof(callable(args)) == ReturnType!CALLABLE)) { import vibe.internal.freelistref : FreeListRef; import vibe.core.core; import std.functional : toDelegate; alias RET = StripHeadConst!(ReturnType!CALLABLE); Future!RET ret; ret.init(); static void compute(FreeListRef!(shared(RET)) dst, CALLABLE callable, ARGS args) { dst = cast(shared(RET))callable(args); } static if (isWeaklyIsolated!CALLABLE && isWeaklyIsolated!ARGS) { ret.m_task = runWorkerTaskH(&compute, ret.m_result, callable, args); } else { ret.m_task = runTask(toDelegate(&compute), ret.m_result, callable, args); } return ret; } /// unittest { import vibe.core.core; import vibe.core.log; void test() { auto val = async({ logInfo("Starting to compute value in worker task."); sleep(500.msecs); // simulate some lengthy computation logInfo("Finished computing value in worker task."); return 32; }); logInfo("Starting computation in main task"); sleep(200.msecs); // simulate some lengthy computation logInfo("Finished computation in main task. Waiting for async value."); logInfo("Result: %s", val.getResult()); } } /// unittest { int sum(int a, int b) { return a + b; } static int sum2(int a, int b) { return a + b; } void test() { // Using a delegate will use runTask internally assert(async(&sum, 2, 3).getResult() == 5); // Using a static function will use runTaskWorker internally, // if all arguments are weakly isolated assert(async(&sum2, 2, 3).getResult() == 5); } } unittest { import vibe.core.core : sleep; auto f = async({ immutable byte b = 1; return b; }); sleep(10.msecs); // let it finish first assert(f.getResult() == 1); // currently not possible because Task.join only works within a single thread. /*f = async({ immutable byte b = 2; sleep(10.msecs); // let the caller wait a little return b; }); assert(f.getResult() == 1);*/ } /******************************************************************************/ /******************************************************************************/ /* std.concurrency compatible interface for message passing */ /******************************************************************************/ /******************************************************************************/ enum ConcurrencyPrimitive { task, // Task run in the caller's thread (`runTask`) workerTask, // Task run in the worker thread pool (`runWorkerTask`) thread // Separate thread } /** Sets the concurrency primitive to use for `śtd.concurrency.spawn()`. By default, `spawn()` will start a thread for each call, mimicking the default behavior of `std.concurrency`. */ void setConcurrencyPrimitive(ConcurrencyPrimitive primitive) { import core.atomic : atomicStore; atomicStore(st_concurrencyPrimitive, primitive); } private shared ConcurrencyPrimitive st_concurrencyPrimitive = ConcurrencyPrimitive.thread; void send(ARGS...)(Task task, ARGS args) { std.concurrency.send(task.tidInfo.ident, args); } void send(ARGS...)(Tid tid, ARGS args) { std.concurrency.send(tid, args); } void prioritySend(ARGS...)(Task task, ARGS args) { std.concurrency.prioritySend(task.tidInfo.ident, args); } void prioritySend(ARGS...)(Tid tid, ARGS args) { std.concurrency.prioritySend(tid, args); } package class VibedScheduler : Scheduler { import core.sync.mutex; import vibe.core.core; import vibe.core.sync; override void start(void delegate() op) { op(); } override void spawn(void delegate() op) { import core.thread : Thread; final switch (st_concurrencyPrimitive) with (ConcurrencyPrimitive) { case task: runTask(op); break; case workerTask: static void wrapper(shared(void delegate()) op) { (cast(void delegate())op)(); } runWorkerTask(&wrapper, cast(shared)op); break; case thread: auto t = new Thread(op); t.start(); break; } } override void yield() {} override @property ref ThreadInfo thisInfo() { return Task.getThis().tidInfo; } override TaskCondition newCondition(Mutex m) { scope (failure) assert(false); version (VibeLibasyncDriver) { import vibe.core.drivers.libasync; if (LibasyncDriver.isControlThread) return null; } setupDriver(); return new TaskCondition(m); } } // Compatibility implementation of `send` using vibe.d's own std.concurrency implementation void sendCompat(ARGS...)(Task tid, ARGS args) { assert (tid != Task(), "Invalid task handle"); static assert(args.length > 0, "Need to send at least one value."); foreach(A; ARGS){ static assert(isWeaklyIsolated!A, "Only objects with no unshared or unisolated aliasing may be sent, not "~A.stringof~"."); } tid.messageQueue.send(Variant(IsolatedValueProxyTuple!ARGS(args))); } // Compatibility implementation of `prioritySend` using vibe.d's own std.concurrency implementation void prioritySendCompat(ARGS...)(Task tid, ARGS args) { assert (tid != Task(), "Invalid task handle"); static assert(args.length > 0, "Need to send at least one value."); foreach(A; ARGS){ static assert(isWeaklyIsolated!A, "Only objects with no unshared or unisolated aliasing may be sent, not "~A.stringof~"."); } tid.messageQueue.prioritySend(Variant(IsolatedValueProxyTuple!ARGS(args))); } // TODO: handle special exception types // Compatibility implementation of `receive` using vibe.d's own std.concurrency implementation void receiveCompat(OPS...)(OPS ops) { auto tid = Task.getThis(); assert(tid != Task.init, "Cannot receive task messages outside of a task."); tid.messageQueue.receive(opsFilter(ops), opsHandler(ops)); } // Compatibility implementation of `receiveOnly` using vibe.d's own std.concurrency implementation auto receiveOnlyCompat(ARGS...)() { import std.algorithm : move; ARGS ret; receiveCompat( (ARGS val) { move(val, ret); }, (LinkTerminated e) { throw e; }, (OwnerTerminated e) { throw e; }, (Variant val) { throw new MessageMismatch(format("Unexpected message type %s, expected %s.", val.type, ARGS.stringof)); } ); static if(ARGS.length == 1) return ret[0]; else return tuple(ret); } // Compatibility implementation of `receiveTimeout` using vibe.d's own std.concurrency implementation bool receiveTimeoutCompat(OPS...)(Duration timeout, OPS ops) { auto tid = Task.getThis(); assert(tid != Task.init, "Cannot receive task messages outside of a task."); return tid.messageQueue.receiveTimeout!OPS(timeout, opsFilter(ops), opsHandler(ops)); } // Compatibility implementation of `setMailboxSize` using vibe.d's own std.concurrency implementation void setMaxMailboxSizeCompat(Task tid, size_t messages, OnCrowding on_crowding) { final switch(on_crowding){ case OnCrowding.block: setMaxMailboxSizeCompat(tid, messages, null); break; case OnCrowding.throwException: setMaxMailboxSizeCompat(tid, messages, &onCrowdingThrow); break; case OnCrowding.ignore: setMaxMailboxSizeCompat(tid, messages, &onCrowdingDrop); break; } } // Compatibility implementation of `setMailboxSize` using vibe.d's own std.concurrency implementation void setMaxMailboxSizeCompat(Task tid, size_t messages, bool function(Task) on_crowding) { tid.messageQueue.setMaxSize(messages, on_crowding); } unittest { static class CLS {} static assert(is(typeof(sendCompat(Task.init, makeIsolated!CLS())))); static assert(is(typeof(sendCompat(Task.init, 1)))); static assert(is(typeof(sendCompat(Task.init, 1, "str", makeIsolated!CLS())))); static assert(!is(typeof(sendCompat(Task.init, new CLS)))); static assert(is(typeof(receiveCompat((Isolated!CLS){})))); static assert(is(typeof(receiveCompat((int){})))); static assert(is(typeof(receiveCompat!(void delegate(int, string, Isolated!CLS))((int, string, Isolated!CLS){})))); static assert(!is(typeof(receiveCompat((CLS){})))); } private bool onCrowdingThrow(Task tid){ import std.concurrency : Tid; throw new MailboxFull(Tid()); } private bool onCrowdingDrop(Task tid){ return false; } private struct IsolatedValueProxyTuple(T...) { staticMap!(IsolatedValueProxy, T) fields; this(ref T values) { foreach (i, Ti; T) { static if (isInstanceOf!(IsolatedSendProxy, IsolatedValueProxy!Ti)) { fields[i] = IsolatedValueProxy!Ti(values[i].unsafeGet()); } else fields[i] = values[i]; } } } private template IsolatedValueProxy(T) { static if (isInstanceOf!(IsolatedRef, T) || isInstanceOf!(IsolatedArray, T) || isInstanceOf!(IsolatedAssociativeArray, T)) { alias IsolatedValueProxy = IsolatedSendProxy!(T.BaseType); } else { alias IsolatedValueProxy = T; } } /+unittest { static class Test {} void test() { Task.getThis().send(new immutable Test, makeIsolated!Test()); } }+/ private struct IsolatedSendProxy(T) { alias BaseType = T; T value; } private bool callBool(F, T...)(F fnc, T args) { static string caller(string prefix) { import std.conv; string ret = prefix ~ "fnc("; foreach (i, Ti; T) { static if (i > 0) ret ~= ", "; static if (isInstanceOf!(IsolatedSendProxy, Ti)) ret ~= "assumeIsolated(args["~to!string(i)~"].value)"; else ret ~= "args["~to!string(i)~"]"; } ret ~= ");"; return ret; } static assert(is(ReturnType!F == bool) || is(ReturnType!F == void), "Message handlers must return either bool or void."); static if (is(ReturnType!F == bool)) mixin(caller("return ")); else { mixin(caller("")); return true; } } private bool delegate(Variant) @safe opsFilter(OPS...)(OPS ops) { return (Variant msg) @trusted { // Variant if (msg.convertsTo!Throwable) return true; foreach (i, OP; OPS) if (matchesHandler!OP(msg)) return true; return false; }; } private void delegate(Variant) @safe opsHandler(OPS...)(OPS ops) { return (Variant msg) @trusted { // Variant foreach (i, OP; OPS) { alias PTypes = ParameterTypeTuple!OP; if (matchesHandler!OP(msg)) { static if (PTypes.length == 1 && is(PTypes[0] == Variant)) { if (callBool(ops[i], msg)) return; // WARNING: proxied isolated values will go through verbatim! } else { auto msgt = msg.get!(IsolatedValueProxyTuple!PTypes); if (callBool(ops[i], msgt.fields)) return; } } } if (msg.convertsTo!Throwable) throw msg.get!Throwable(); }; } private bool matchesHandler(F)(Variant msg) { alias PARAMS = ParameterTypeTuple!F; if (PARAMS.length == 1 && is(PARAMS[0] == Variant)) return true; else return msg.convertsTo!(IsolatedValueProxyTuple!PARAMS); }
D
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 3.0.0 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ----------------------------------------------------------------------------- */ module vtkPPolyDataNormals; static import vtkd_im; static import core.stdc.config; static import std.conv; static import std.string; static import std.conv; static import std.string; static import vtkObjectBase; static import vtkPolyDataNormals; class vtkPPolyDataNormals : vtkPolyDataNormals.vtkPolyDataNormals { private void* swigCPtr; public this(void* cObject, bool ownCObject) { super(vtkd_im.vtkPPolyDataNormals_Upcast(cObject), ownCObject); swigCPtr = cObject; } public static void* swigGetCPtr(vtkPPolyDataNormals obj) { return (obj is null) ? null : obj.swigCPtr; } mixin vtkd_im.SwigOperatorDefinitions; public override void dispose() { synchronized(this) { if (swigCPtr !is null) { if (swigCMemOwn) { swigCMemOwn = false; throw new object.Exception("C++ destructor does not have public access"); } swigCPtr = null; super.dispose(); } } } public static int IsTypeOf(string type) { auto ret = vtkd_im.vtkPPolyDataNormals_IsTypeOf((type ? std.string.toStringz(type) : null)); return ret; } public static vtkPPolyDataNormals SafeDownCast(vtkObjectBase.vtkObjectBase o) { void* cPtr = vtkd_im.vtkPPolyDataNormals_SafeDownCast(vtkObjectBase.vtkObjectBase.swigGetCPtr(o)); vtkPPolyDataNormals ret = (cPtr is null) ? null : new vtkPPolyDataNormals(cPtr, false); return ret; } public vtkPPolyDataNormals NewInstance() const { void* cPtr = vtkd_im.vtkPPolyDataNormals_NewInstance(cast(void*)swigCPtr); vtkPPolyDataNormals ret = (cPtr is null) ? null : new vtkPPolyDataNormals(cPtr, false); return ret; } alias vtkPolyDataNormals.vtkPolyDataNormals.NewInstance NewInstance; public static vtkPPolyDataNormals New() { void* cPtr = vtkd_im.vtkPPolyDataNormals_New(); vtkPPolyDataNormals ret = (cPtr is null) ? null : new vtkPPolyDataNormals(cPtr, false); return ret; } public void SetPieceInvariant(int _arg) { vtkd_im.vtkPPolyDataNormals_SetPieceInvariant(cast(void*)swigCPtr, _arg); } public int GetPieceInvariant() { auto ret = vtkd_im.vtkPPolyDataNormals_GetPieceInvariant(cast(void*)swigCPtr); return ret; } public void PieceInvariantOn() { vtkd_im.vtkPPolyDataNormals_PieceInvariantOn(cast(void*)swigCPtr); } public void PieceInvariantOff() { vtkd_im.vtkPPolyDataNormals_PieceInvariantOff(cast(void*)swigCPtr); } }
D
// This file is part of Visual D // // Visual D integrates the D programming language into Visual Studio // Copyright (c) 2010-2011 by Rainer Schuetze, All Rights Reserved // // Distributed under the Boost Software License, Version 1.0. // See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt module vdc.parser.engine; import std.exception; import std.stdio; import std.string; import std.conv; import std.utf; import stdext.util; import core.bitop; import vdc.util; import vdc.lexer; import vdc.parser.expr; import vdc.parser.mod; import vdc.parser.stmt; import vdc.ast.node; import vdc.ast.writer; // debug version = TraceParser; // version = recoverError; class ParseException : Exception { this(TextSpan _span, string msg) { super(msg); span = _span; } this() { super("syntax error"); } TextSpan span; } alias Action function (Parser p) State; enum { Forward, Accept, Reject } alias int Action; alias TokenId Info; struct Stack(T) { int depth; T[] stack; // use Appender instead? ref T top() { assert(depth > 0); return stack[depth-1]; } void push(T t) { static if(is(T == Token)) { if(depth >= stack.length) { stack ~= new T; } stack[depth].copy(t); } else { if(depth >= stack.length) stack ~= t; else stack[depth] = t; } depth++; } T pop() { assert(depth > 0); auto s = stack[--depth]; return s; } void copyTo(ref Stack!T other) { other.depth = depth; other.stack.length = depth; other.stack[] = stack[0..depth]; } bool compare(ref Stack!T other, int maxdepth) { if(maxdepth > depth) maxdepth = depth; if(other.depth < maxdepth) return false; for(int i = 0; i < maxdepth; i++) if(stack[i] !is other.stack[i]) return false; return true; } } struct Snapshot { int stateStackDepth; int nodeStackDepth; int tokenStackDepth; int tokenPos; State rollbackState; } struct ParseError { TextSpan span; string msg; } class Parser { Stack!State stateStack; Stack!Node nodeStack; Stack!Token tokenStack; Stack!Snapshot rollbackStack; // for backtracking parsing Stack!Snapshot recoverStack; // to continue after errors Stack!Token tokenHistory; int tokenHistoryStart; Stack!Token redoTokens; string filename; int lineno; int tokenPos; Token lookaheadToken; Token tok; Token lexerTok; string partialString; TextSpan partialStringSpan; int countErrors; int lastErrorTokenPos; string lastError; TextSpan lastErrorSpan; version(recoverError) { Stack!State errStateStack; Stack!Node errNodeStack; Stack!Token errTokenStack; } version(TraceParser) State[] traceState; version(TraceParser) string[] traceToken; bool recovering; bool abort; bool saveErrors; ParseError[] errors; State lastState; this() { lexerTok = new Token; } // node stack ////////////////// @property T topNode(T = Node)() { Node n = nodeStack.top(); return static_cast!T(n); } void pushNode(Node n) { nodeStack.push(n); } T popNode(T = Node)() { Node n = nodeStack.pop(); nodeStack.stack[nodeStack.depth] = null; return static_cast!T(n); } // replace item on the node stack, appending old top as child void appendReplaceTopNode(Node n) { auto node = popNode(); n.addMember(node); pushNode(n); } // pop top item from the node stack and add it to the members of the new top item void popAppendTopNode(T = Node, P = Node)() { auto node = popNode(); if(!__ctfe) assert(cast(P) node); if(!__ctfe) assert(cast(T) topNode()); topNode().addMember(node); } // extend the full psan of the node on top of the node stack void extendTopNode(Token tok) { if(nodeStack.depth > 0) topNode().extendSpan(tok.span); } // state stack ////////////////// void pushState(State fn) { stateStack.push(fn); } State popState() { State s = stateStack.pop(); stateStack.stack[stateStack.depth] = null; return s; } // token stack ////////////////// Token topToken() { return tokenStack.top(); } void pushToken(Token token) { tokenStack.push(token); } Token popToken() { return tokenStack.pop(); } // error handling ////////////////// string createError(string msg) { string where; if(filename.length) where = filename ~ "(" ~ text(lineno) ~ "): '" ~ tok.txt ~ "' - "; else where = "line " ~ text(lineno) ~ " '" ~ tok.txt ~ "': "; return where ~ msg; } Action parseError(string msg) { if(tokenPos < lastErrorTokenPos || recovering) return Reject; lastErrorTokenPos = tokenPos; lastError = createError(msg); lastErrorSpan = tok.span; version(recoverError) { stateStack.copyTo(errStateStack); nodeStack.copyTo(errNodeStack); tokenStack.copyTo(errTokenStack); errStateStack.push(lastState); } return Reject; } void writeError(ref const(TextSpan) errorSpan, string msg) { if(saveErrors) errors ~= ParseError(errorSpan, msg); else writeln(msg); countErrors++; } void writeError(string msg) { writeError(tok.span, msg); } Action notImplementedError(string what = "") { return parseError("not implemented: " ~ what); } // backtrace parsing void pushRollback(State rollbackState) { Snapshot ss; ss.stateStackDepth = stateStack.depth; ss.nodeStackDepth = nodeStack.depth; ss.tokenStackDepth = tokenStack.depth; ss.tokenPos = tokenHistory.depth; ss.rollbackState = rollbackState; rollbackStack.push(ss); } void popRollback() { rollbackStack.pop(); if(rollbackStack.depth == 0) tokenHistory.depth = 0; } void rollback() { Snapshot ss = rollbackStack.pop(); assert(stateStack.depth >= ss.stateStackDepth); assert(nodeStack.depth >= ss.nodeStackDepth); assert(tokenStack.depth >= ss.tokenStackDepth); assert(ss.tokenPos < tokenHistory.depth); stateStack.depth = ss.stateStackDepth; nodeStack.depth = ss.nodeStackDepth; tokenStack.depth = ss.tokenStackDepth; while(ss.tokenPos < tokenHistory.depth) { Token token = tokenHistory.pop(); redoTokens.push(token); tokenPos--; } pushState(ss.rollbackState); } version(recoverError) void recoverNode(ref Snapshot ss) { assert(stateStack.compare(errStateStack, ss.stateStackDepth)); assert(nodeStack.compare(errNodeStack, ss.nodeStackDepth)); assert(tokenStack.compare(errTokenStack, ss.tokenStackDepth)); Token _tok = new Token; _tok.copy(lexerTok); _tok.id = TOK_RECOVER; _tok.txt = "__recover" ~ to!string(countErrors); _tok.span.end = tok.span.start; tok = _tok; recovering = true; scope(exit) recovering = false; errStateStack.copyTo(stateStack); errNodeStack.copyTo(nodeStack); errTokenStack.copyTo(tokenStack); Action act = Forward; while(stateStack.depth > ss.stateStackDepth && nodeStack.depth >= ss.nodeStackDepth && tokenStack.depth >= ss.tokenStackDepth && act == Forward) { State fn = popState(); act = fn(this); } } // recover from error void pushRecoverState(State recoverState) { Snapshot ss; ss.stateStackDepth = stateStack.depth; ss.nodeStackDepth = nodeStack.depth; ss.tokenStackDepth = tokenStack.depth; ss.rollbackState = recoverState; recoverStack.push(ss); } void popRecoverState() { recoverStack.pop(); } void recover() { Snapshot ss = recoverStack.top(); assert(stateStack.depth >= ss.stateStackDepth); assert(nodeStack.depth >= ss.nodeStackDepth); assert(tokenStack.depth >= ss.tokenStackDepth); version(recoverError) recoverNode(ss); stateStack.depth = ss.stateStackDepth; nodeStack.depth = ss.nodeStackDepth; tokenStack.depth = ss.tokenStackDepth; pushState(ss.rollbackState); } static Action keepRecover(Parser p) { // can be inserted into the state stack to avoid implicitely removing an entry of the recover stack return Forward; } static Action recoverSemiCurly(Parser p) { switch(p.tok.id) { case TOK_semicolon: return Accept; case TOK_EOF: case TOK_rcurly: return Forward; case TOK_lcurly: // stop after closing curly (if not nested in some other braces p.pushState(&recoverBlock!TOK_rcurly); return Accept; case TOK_lparen: p.pushState(&recoverSemiCurly); p.pushState(&recoverBlock!TOK_rparen); return Accept; case TOK_lbracket: p.pushState(&recoverSemiCurly); p.pushState(&recoverBlock!TOK_rbracket); return Accept; default: p.pushState(&recoverSemiCurly); return Accept; } } // skip over nested brace blocks static Action recoverBlock(TokenId id)(Parser p) { switch(p.tok.id) { case TOK_EOF: return Forward; case TOK_rcurly: case TOK_rparen: case TOK_rbracket: return p.tok.id == id ? Accept : Forward; case TOK_lparen: p.pushState(&recoverBlock!id); p.pushState(&recoverBlock!TOK_rparen); return Accept; case TOK_lbracket: p.pushState(&recoverBlock!id); p.pushState(&recoverBlock!TOK_rbracket); return Accept; case TOK_lcurly: p.pushState(&recoverBlock!id); p.pushState(&recoverBlock!TOK_rcurly); return Accept; default: p.pushState(&recoverBlock!id); return Accept; } } /////////////////////////////////////////////////////////// void verifyAttributes(Attribute attr, ref Attribute newAttr, Attribute mask) { if((newAttr & mask) && (attr & mask) && (newAttr & mask) != (attr & mask)) { string txt; writeError(createError("conflicting attributes " ~ attrToString(attr & mask) ~ " and " ~ attrToString(newAttr & mask))); newAttr &= ~mask; } } void combineAttributes(ref Attribute attr, Attribute newAttr) { if(newAttr & attr) { string txt; DCodeWriter writer = new DCodeWriter(getStringSink(txt)); writer.writeAttributes(newAttr & attr); writeError(createError("multiple specification of " ~ txt)); } verifyAttributes(attr, newAttr, Attr_AlignMask); verifyAttributes(attr, newAttr, Attr_CallMask); verifyAttributes(attr, newAttr, Attr_ShareMask); attr = attr | newAttr; } void verifyAnnotations(Annotation annot, ref Annotation newAnnot, Annotation mask) { if((newAnnot & mask) && (annot & mask) && (newAnnot & mask) != (annot & mask)) { string txt; writeError(createError("conflicting attributes " ~ annotationToString(annot & mask) ~ " and " ~ annotationToString(newAnnot & mask))); newAnnot &= ~mask; } } void combineAnnotations(ref Annotation annot, Annotation newAnnot) { if(newAnnot & annot) { string txt; DCodeWriter writer = new DCodeWriter(getStringSink(txt)); writer.writeAnnotations(newAnnot & annot); writeError(createError("multiple specification of " ~ txt)); } verifyAttributes(annot, newAnnot, Annotation_ProtectionMask); verifyAttributes(annot, newAnnot, Annotation_SafeMask); annot = annot | newAnnot; } /////////////////////////////////////////////////////////// // skip over nested parenthesis blocks static Action lookaheadParen(Parser p) { switch(p.tok.id) { case TOK_EOF: return Forward; case TOK_rparen: return Accept; case TOK_lparen: p.pushState(&lookaheadParen); p.pushState(&lookaheadParen); return Accept; default: p.pushState(&lookaheadParen); return Accept; } } static Action finishLookaheadParen(Parser p) { p.lookaheadToken = p.tok; return Reject; } static Action rollbackPeekAfterParen(Parser p) { assert(p.tok.id == TOK_lparen); return Forward; } // look ahead after closing paren and return token after ')' on token stack Action peekAfterParen(Parser p, State fn) { assert(tok.id == TOK_lparen); p.pushState(fn); p.pushRollback(&rollbackPeekAfterParen); p.pushState(&finishLookaheadParen); return lookaheadParen(p); } // parsing ////////////////// static Action forward(Parser p) { return Forward; } static Action popForward(Parser p) { p.popAppendTopNode!()(); return Forward; } static Action accept(Parser p) { return Accept; } Action shiftOne(Token _tok) { tok = _tok; Action act; do { assert(stateStack.depth > 0); State fn = popState(); lastState = fn; while(recoverStack.depth > 0 && stateStack.depth <= recoverStack.top().stateStackDepth) popRecoverState(); version(TraceParser) { traceState ~= fn; traceToken ~= tok.txt; if(traceState.length > 200) { traceState = traceState[$-100 .. $]; traceToken = traceToken[$-100 .. $]; } } act = fn(this); if(act == Accept) extendTopNode(tok); } while(act == Forward); return act; } bool shift(Token _tok) { Action act; redoTokens.push(_tok); while(redoTokens.depth > 0) { Token t = redoTokens.pop(); tokenPos++; retryToken: act = shiftOne(t); if(rollbackStack.depth > 0) tokenHistory.push(tok); if(act == Reject) { if(rollbackStack.depth > 0) { rollback(); continue; } if(recoverStack.depth > 0) { writeError(lastErrorSpan, lastError); recover(); goto retryToken; } throw new ParseException(lastErrorSpan, lastError); } } return act == Accept; } bool shiftEOF() { lexerTok.id = TOK_EOF; lexerTok.txt = ""; if(!shift(lexerTok)) return false; if (nodeStack.depth > 1) return parseError("parsing unfinished before end of file") == Accept; if (nodeStack.depth == 0) return false; return true; } void parseLine(S)(ref int state, S line, int lno) { version(log) writeln(line); if(partialString.length) partialString ~= "\n"; lineno = lno; for(uint pos = 0; pos < line.length && !abort; ) { int tokid; uint prevpos = pos; TokenCat type = cast(TokenCat) Lexer.scan(state, line, pos, tokid); if(tokid != TOK_Space && tokid != TOK_Comment) { string txt = line[prevpos .. pos]; lexerTok.span.start.line = lexerTok.span.end.line = lineno; lexerTok.span.start.index = prevpos; lexerTok.span.end.index = pos; if(tokid == TOK_StringLiteral) { if(Lexer.scanState(state) != Lexer.State.kWhite || Lexer.tokenStringLevel(state) > 0) { if(partialString.length == 0) partialStringSpan = lexerTok.span; partialString ~= txt; continue; } else { if(partialString.length) { lexerTok.span.start.line = partialStringSpan.start.line; lexerTok.span.start.index = partialStringSpan.start.index; txt = partialString ~ txt; partialString = partialString.init; } } } lexerTok.txt = txt; lexerTok.id = tokid; shift(lexerTok); } } } void parseText(S)(S text) { int state = 0; version(all) { Lexer lex; lex.mTokenizeTokenString = false; lineno = 1; size_t linepos = 0; // position after last line break int tokid; for(size_t pos = 0; pos < text.length && !abort; ) { int prevlineno = lineno; size_t prevlinepos = linepos; size_t prevpos = pos; TokenCat type = cast(TokenCat) lex.scan(state, text, pos, tokid); if(tokid == TOK_Space || tokid == TOK_Comment || tokid == TOK_StringLiteral || tokid == TOK_CharacterLiteral) { for(size_t lpos = prevpos; lpos < pos; lpos++) if(text[lpos] == '\n') { lineno++; linepos = lpos + 1; } } if(tokid != TOK_Space && tokid != TOK_Comment) { lexerTok.txt = text[prevpos .. pos]; lexerTok.id = tokid; lexerTok.span.start.line = prevlineno; lexerTok.span.end.line = lineno; lexerTok.span.start.index = cast(int) (prevpos - prevlinepos); lexerTok.span.end.index = cast(int) (pos - linepos); shift(lexerTok); } } } else { S[] lines = splitLines(text); foreach(lno, line; lines) parseLine(state, line, lno + 1); } } Node parseModule(S)(S text) { reinit(); pushState(&Module.enter); parseText(text); if(abort || !shiftEOF()) return null; return popNode(); } Node[] parseCurlyBlock(S)(S text, TextSpan mixinSpan) { lexerTok.txt = "{"; lexerTok.id = TOK_lcurly; lexerTok.span = mixinSpan; lexerTok.span.end.index = mixinSpan.end.index + 1; if(!shift(lexerTok)) return null; parseText(text); lexerTok.txt = "}"; lexerTok.id = TOK_rcurly; if(abort || !shift(lexerTok)) return null; if (nodeStack.depth > 1) { parseError("parsing unfinished before end of mixin"); return null; } return popNode().members; } Node[] parseDeclarations(S)(S text, TextSpan mixinSpan) { reinit(); pushState(&DeclarationBlock.enter); return parseCurlyBlock(text, mixinSpan); } Node[] parseStatements(S)(S text, TextSpan mixinSpan) { reinit(); pushState(&BlockStatement.enter); return parseCurlyBlock(text, mixinSpan); } Node parseExpression(S)(S text, TextSpan mixinSpan) { reinit(); pushState(&Expression.enter); lexerTok.txt = "("; lexerTok.id = TOK_lparen; lexerTok.span = mixinSpan; lexerTok.span.end.index = mixinSpan.end.index + 1; if(!shift(lexerTok)) return null; parseText(text); lexerTok.txt = ")"; lexerTok.id = TOK_rparen; if(abort || !shift(lexerTok)) return null; if (nodeStack.depth > 1) { parseError("parsing unfinished before end of mixin"); return null; } return popNode(); } void reinit() { stateStack = stateStack.init; nodeStack = nodeStack.init; tokenStack = tokenStack.init; version(recoverError) { errStateStack = errStateStack.init; errNodeStack = errNodeStack.init; errTokenStack = errTokenStack.init; } lastErrorTokenPos = 0; lastError = ""; errors = errors.init; countErrors = 0; abort = false; recovering = false; lastState = null; } } string readUtf8(string fname) { /* Convert all non-UTF-8 formats to UTF-8. * BOM : http://www.unicode.org/faq/utf_bom.html * 00 00 FE FF UTF-32BE, big-endian * FF FE 00 00 UTF-32LE, little-endian * FE FF UTF-16BE, big-endian * FF FE UTF-16LE, little-endian * EF BB BF UTF-8 */ static const ubyte[4] bomUTF32BE = [ 0x00, 0x00, 0xFE, 0xFF ]; // UTF-32, big-endian static const ubyte[4] bomUTF32LE = [ 0xFF, 0xFE, 0x00, 0x00 ]; // UTF-32, little-endian static const ubyte[2] bomUTF16BE = [ 0xFE, 0xFF ]; // UTF-16, big-endian static const ubyte[2] bomUTF16LE = [ 0xFF, 0xFE ]; // UTF-16, little-endian static const ubyte[3] bomUTF8 = [ 0xEF, 0xBB, 0xBF ]; // UTF-8 import std.file : read; ubyte[] data = cast(ubyte[]) read(fname); if(data.length >= 4 && data[0..4] == bomUTF32BE[]) foreach(ref d; cast(uint[]) data) d = bswap(d); if(data.length >= 2 && data[0..2] == bomUTF16BE[]) foreach(ref d; cast(ushort[]) data) d = bswap(d) >> 16; if(data.length >= 4 && data[0..4] == bomUTF32LE[]) return toUTF8(cast(dchar[]) data[4..$]); if(data.length >= 2 && data[0..2] == bomUTF16LE[]) return toUTF8(cast(wchar[]) data[2..$]); if(data.length >= 3 && data[0..3] == bomUTF8[]) return toUTF8(cast(string) data[3..$]); return cast(string)data; } //////////////////////////////////////////////////////////////// bool isInOps(ops...)(TokenId tok) { foreach(o; ops) if(tok == o) return true; return false; } class NoASTNode {} // always adds a node with an array of ASTNodeType nodes, even if empty // if trailingSeparator, sep at the end is allowed, but closing bracket is expected afterwards mixin template ListNode(ASTNodeType, SubType, TokenId sep, bool trailingSeparator = false, bool allowEmpty = false) { static Action enter(Parser p) { static if(!is(ASTNodeType == NoASTNode)) p.pushNode(new ASTNodeType(p.tok)); static if(allowEmpty) switch(p.tok.id) { case TOK_rparen: case TOK_rbracket: case TOK_rcurly: return Forward; default: } p.pushState(&shift); return SubType.enter(p); } static Action shift(Parser p) { p.popAppendTopNode!ASTNodeType(); if(p.tok.id != sep) return Forward; static if(trailingSeparator) { p.pushState(&shiftSeparator); } else { p.pushState(&shift); p.pushState(&SubType.enter); } return Accept; } static if(trailingSeparator) static Action shiftSeparator(Parser p) { switch(p.tok.id) { case TOK_rparen: case TOK_rbracket: case TOK_rcurly: return Forward; default: p.pushState(&shift); return SubType.enter(p); } } } // binary operator, left/right/no recursion // //BinaryNode: // SubType // R: SubType op BinaryNode // L: BinaryNode op SubType // N: SubType op SubType mixin template BinaryNode(ASTNodeType, string recursion, SubType, ops...) { static assert(recursion == "L" || recursion == "R" || recursion == "N"); static Action enter(Parser p) { p.pushState(&shift); return SubType.enter(p); } static Action shift(Parser p) { if(!isInOps!(ops)(p.tok.id)) return Forward; p.appendReplaceTopNode(new ASTNodeType(p.tok)); p.pushState(&shiftNext); static if(recursion == "L" || recursion == "N") p.pushState(&SubType.enter); else p.pushState(&enter); return Accept; } static Action shiftNext(Parser p) { p.popAppendTopNode!ASTNodeType(); static if(recursion == "L") return shift(p); else return Forward; } } // ternary operator, right recursion // //TernaryNode: // SubType1 // SubType1 op1 SubType2 op2 TernaryNode mixin template TernaryNode(ASTNodeType, SubType1, TokenId op1, SubType2, TokenId op2) { static Action enter(Parser p) { p.pushState(&shift); return SubType1.enter(p); } static Action shift(Parser p) { if(p.tok.id != op1) return Forward; p.appendReplaceTopNode(new ASTNodeType(p.tok)); p.pushState(&shiftNext); p.pushState(&SubType2.enter); return Accept; } static Action shiftNext(Parser p) { if(p.tok.id != op2) return p.parseError("second operator '" ~ tokenString(op2) ~ "'in ternary expression expected"); p.popAppendTopNode!ASTNodeType(); p.pushState(&shiftLast); p.pushState(&enter); return Accept; } static Action shiftLast(Parser p) { p.popAppendTopNode!ASTNodeType(); return Forward; } } //OptionalNode: // SubType1 // SubType1 op SubType2 mixin template OptionalNode(ASTNodeType, SubType1, TokenId op, SubType2) { static Action enter(Parser p) { p.pushState(&shiftSubType1); return SubType1.enter(p); } static Action shiftSubType1(Parser p) { if(p.tok.id != op) return Forward; p.appendReplaceTopNode(new ASTNodeType(p.tok)); p.pushState(&shiftSubType2); p.pushState(&SubType2.enter); return Accept; } static Action shiftSubType2(Parser p) { p.popAppendTopNode!ASTNodeType(); return Forward; } } //SequenceNode: // SubType1/Token1 SubType2/Token2 SubType3/Token3 SubType4/Token4 mixin template SequenceNode(ASTNodeType, T...) { static Action enter(Parser p) { static if(!is(ASTNodeType == NoASTNode)) p.pushNode(new ASTNodeType(p.tok)); return shift0.next(p); } mixin template ShiftState(int n, alias shiftFn, alias nextFn) { static if(n < T.length) { static Action shift(Parser p) { static if(is(T[n-1] == class)) { static if(!__traits(compiles,T[n-1].doNotPopNode)) static if(!is(ASTNodeType == NoASTNode)) p.popAppendTopNode!ASTNodeType(); } return next(p); } static Action next(Parser p) { static if (is(typeof(& T[n]) U : U*) && is(U == function)) { return T[n](p); } else { static if(__traits(compiles,T[n].startsWithOp(p.tok.id))) if(!T[n].startsWithOp(p.tok.id)) return nextFn(p); static if(n < T.length-1) p.pushState(&shiftFn); static if(is(T[n] == class)) { static if(n == T.length-1) p.pushState(&reduce); return T[n].enter(p); } else { if(p.tok.id != T[n]) return p.parseError("'" ~ tokenString(T[n]) ~ "' expected"); return Accept; } } } } else { static Action shift(Parser p) { return Forward; } static Action next(Parser p) { return Forward; } } } mixin ShiftState!(9, reduce, reduce) shift9; mixin ShiftState!(8, shift9.shift, shift9.next) shift8; mixin ShiftState!(7, shift8.shift, shift8.next) shift7; mixin ShiftState!(6, shift7.shift, shift7.next) shift6; mixin ShiftState!(5, shift6.shift, shift6.next) shift5; mixin ShiftState!(4, shift5.shift, shift5.next) shift4; mixin ShiftState!(3, shift4.shift, shift4.next) shift3; mixin ShiftState!(2, shift3.shift, shift3.next) shift2; mixin ShiftState!(1, shift2.shift, shift2.next) shift1; mixin ShiftState!(0, shift1.shift, shift1.next) shift0; static Action reduce(Parser p) { static if(!is(ASTNodeType == NoASTNode)) p.popAppendTopNode!ASTNodeType(); return Forward; } } class Opt(NT, ops...) { static bool startsWithOp(TokenId tok) { foreach(o; ops) if(tok == o) return true; return false; } static Action enter(Parser p) { return NT.enter(p); } } //////////////////////////////////////////////////////////////// // unfortunately, states have to be in reverse order because of unresolved forward references mixin template stateEnterToken(TokenId id, ASTType, alias newstate) { static Action enter(Parser p) { switch(p.tok.id) { case id: static if(!is(ASTType : NoASTNode)) p.pushNode(new ASTType(p.tok)); p.pushState(&newstate); return Accept; default: return p.parseError(tokenString(id) ~ " expected"); } } } mixin template stateEnterClass(SubType, ASTType, alias newstate) { static Action enter(Parser p) { static if(!is(ASTType : NoASTNode)) p.pushNode(new ASTType(p.tok)); p.pushState(&enterReduce); return SubType.enter(p); } static Action enterReduce(Parser p) { static if(!is(ASTType : NoASTNode)) p.popAppendTopNode!(); return newstate(p); } } mixin template stateShiftToken(TokenId id1, alias newstate1, TokenId id2 = 0, alias newstate2 = Parser.forward, TokenId id3 = 0, alias newstate3 = Parser.forward, TokenId id4 = 0, alias newstate4 = Parser.forward) { static Action shift(Parser p) { switch(p.tok.id) { static if(id1 > 0) { case id1: static if(&newstate1 !is &Parser.forward) p.pushState(&newstate1); return Accept; } static if(id2 > 0) { case id2: static if(&newstate2 !is &Parser.forward) p.pushState(&newstate2); return Accept; } static if(id3 > 0) { case id3: static if(&newstate3 !is &Parser.forward) p.pushState(&newstate3); return Accept; } static if(id4 > 0) { case id4: static if(&newstate4 !is &Parser.forward) p.pushState(&newstate4); return Accept; } default: static if(id1 == -1) static if(&newstate1 is &Parser.forward) return Forward; else return newstate1(p); else static if(id2 == -1) static if(&newstate2 is &Parser.forward) return Forward; else return newstate2(p); else static if(id3 == -1) static if(&newstate3 is &Parser.forward) return Forward; else return newstate3(p); else static if(id4 == -1) static if(&newstate4 is &Parser.forward) return Forward; else return newstate4(p); else { string msg = tokenString(id1); static if(id2 != 0) msg ~= " or " ~ tokenString(id2); static if(id3 != 0) msg ~= " or " ~ tokenString(id3); static if(id4 != 0) msg ~= " or " ~ tokenString(id4); return p.parseError(tokenString(id1) ~ " expected"); } } } } mixin template stateAppendClass(C, alias newstate) { static Action shift(Parser p) { p.pushState(&reduce); return C.enter(p); } static Action reduce(Parser p) { p.popAppendTopNode!(); return newstate(p); } }
D
// Copyright Ferdinand Majerech 2012. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) /// The main GUI class. module gui2.guisystem; import std.algorithm; import std.array; import std.conv; import std.exception; import std.stdio; import std.typecons; import dgamevfs._; import containers.vector; import formats.image; import gui2.boxmanuallayout; import gui2.buttonwidget; import gui2.containerwidget; import gui2.event; import gui2.exceptions; import gui2.fixedlayout; import gui2.layout; import gui2.rootwidget; import gui2.slotwidget; import gui2.labelwidget; import gui2.lineeditwidget; import gui2.linestylemanager; import gui2.progressbarwidget; import gui2.stylemanager; import gui2.widget; import image; import math.rect; import math.vector2; import platform.key; import platform.platform; import util.resourcemanager; import util.yaml; import video.texture; import video.videodriver; /// The main GUI class. Manages widgets, emits events, etc. class GUISystem { private: // Platform to use for user input. Platform platform_; // The root of the widget tree. SlotWidget rootSlot_; // Widget currently focused for mouse/keyboard input (if any). Widget focusedWidget_; // Current mouse position. Vector2u mousePosition_; // Widget construction functions indexed by widget type name in YAML. // // A widget constructor might throw a WidgetInitException on failure. Widget delegate(ref YAMLNode)[string] widgetCtors_; // Layout construction functions indexed by layout type name in YAML. // // A layout constructor might throw a LayoutInitException on failure. Layout delegate(YAMLNode*)[string] layoutCtors_; // StyleManager construction functions indexed by style manager type name in YAML. // // A style manager constructor might throw a StyleInitException on failure. StyleManager delegate(ref Tuple!(string, YAMLNode)[])[string] styleCtors_; // Resource manager that manages loading of textures used by the GUI. // // Textures might be unloaded if the video driver is replaced, // so they should always be accessed through this manager. ResourceManager!Texture textureManager_; // Video driver used for the last render() call. // // A reference is kept here for textureManager_. If // the video driver changes, all textures are unloaded. VideoDriver video_; // Game data directory (used to load style sheets referenced by GUI sources). VFSDir gameDir_; public: /// Construct the GUISystem. /// /// Params: platform = Platform to use for user input. /// gameDir = Game data directory. this(Platform platform, VFSDir gameDir) { platform_ = platform; gameDir_ = gameDir; platform.key.connect(&inputKey); platform.mouseMotion.connect(&inputMouseMove); platform.mouseKey.connect(&inputMouseKey); // Builtin widget constructors. addWidgetConstructor("root", (ref YAMLNode yaml) => new RootWidget(yaml)); addWidgetConstructor("slot", (ref YAMLNode yaml) => new SlotWidget(yaml)); addWidgetConstructor("container", (ref YAMLNode yaml) => new ContainerWidget(yaml)); addWidgetConstructor("button", (ref YAMLNode yaml) => new ButtonWidget(yaml)); addWidgetConstructor("label", (ref YAMLNode yaml) => new LabelWidget(yaml)); addWidgetConstructor("lineEdit", (ref YAMLNode yaml) => new LineEditWidget(yaml)); addWidgetConstructor("progressBar", (ref YAMLNode yaml) => new ProgressBarWidget(yaml)); // Builtin layout constructors. Layout boxManualCtor(YAMLNode* yaml) { static msg = "Missing layout parameters; boxManual layout manager " "requires layout parameters to be specified for every widget"; enforce(yaml !is null, new LayoutInitException(msg)); return new BoxManualLayout(*yaml); } Layout fixedCtor(YAMLNode* yaml) { static msg = "Missing layout parameters; fixed layout manager " "requires layout parameters to be specified for every widget"; enforce(yaml !is null, new LayoutInitException(msg)); return new FixedLayout(*yaml); } addLayoutConstructor("boxManual", &boxManualCtor); addLayoutConstructor("fixed", &fixedCtor); // Builtin style manager constructors. StyleManager lineStyleManagerCtor(ref Tuple!(string, YAMLNode)[] namedStyles) { bool foundDefault = false; LineStyleManager.Style[] styles; foreach(ref named; namedStyles) { foundDefault = foundDefault || named[0] == "default"; styles ~= LineStyleManager.Style(named[1], named[0]); } if(!foundDefault) { styles ~= LineStyleManager.Style.init; } return new LineStyleManager(styles); } addStyleConstructor("line", &lineStyleManagerCtor); auto dummyMapping = loadYAML("{}"); rootSlot_ = new SlotWidget(dummyMapping); auto styleSource = loadYAML("{drawBorder: false}"); auto slotDummyStyles = [LineStyleManager.Style(styleSource, "default")]; auto layoutSource = loadYAML("{x: 0, y: 0, w: 640, h: 480}"); rootSlot_.init("", this, cast(Widget[])[], new FixedLayout(layoutSource), new LineStyleManager(slotDummyStyles)); // Initialize the texture resource manager. bool textureLoader(VFSFile file, out Texture result) { assert(video_ !is null, "GUI loading a texture before the first render()" " call sets the video driver."); Image textureImage; if(file is null) { // Placeholder texture textureImage = Image(64, 64); textureImage.generateStripes(4); } // Load the texture. else try { scope(failure) { // Placeholder texture textureImage = Image(64, 64); textureImage.generateStripes(2); } readImage(textureImage, file); } catch(VFSException e) { writeln("Failed to load a texture: " ~ e.msg); } catch(ImageFileException e) { writeln("Failed to load a texture: " ~ e.msg); } result = video_.createTexture(textureImage, false); return true; } textureManager_ = new ResourceManager!Texture(gameDir, &textureLoader, "*.png"); } /// Destroy the GUISystem. ~this() { clear(textureManager_); platform_.key.disconnect(&inputKey); platform_.mouseMotion.disconnect(&inputMouseMove); platform_.mouseKey.disconnect(&inputMouseKey); } /// Set area taken up by the root widget. /// /// Params: area = Area used by the root widget. void setGUIArea(ref const Recti area) { auto rootLayout = cast(FixedLayout)rootSlot_.layout; assert(rootLayout !is null, "Root widget layout must be a FixedLayout"); rootLayout.setBounds(area); updateLayout(); } /// Load a widget tree connectible to a SlotWidget from YAML. /// /// Throws: GUIInitException on failure. RootWidget loadWidgetTree(YAMLNode source) { scope(failure) { writeln("GUISystem.loadWidgetTree() or a callee failed"); } try { auto loader = WidgetLoader(this, gameDir_); return loader.parseRootWidget(source); } catch(YAMLException e) { throw new GUIInitException("Could not load a widget tree: " ~ to!string(e)); } } /// Get the root SlotWidget. @property SlotWidget rootSlot() { return rootSlot_; } /// Get the currently focused widget, if any. @property Widget focusedWidget() pure nothrow { return focusedWidget_; } /// Set the currently focused widget. @property void focusedWidget(Widget rhs) { /// If we're setting focus for already focused widget, don't make /// it lose/regain focus bool noChange = rhs is focusedWidget_; if(!noChange && focusedWidget_ !is null) { focusedWidget_.lostFocusPackage(); } focusedWidget_ = rhs; if(!noChange && focusedWidget_ !is null) { focusedWidget_.gotFocusPackage(); } } /// Render the GUI. void render(VideoDriver video) { if(video !is video_ && video_ !is null) { // Textures have been invalidated by the video driver change. textureManager_.clear(); } video_ = video; static RenderEvent event; if(null is event){event = new RenderEvent();} // Save view zoom and offset. const zoom = video.zoom; const offset = video.viewOffset; // Set no zoom and zero offset for GUI drawing. video.zoom = 1.0; video.viewOffset = Vector2d(0.0, 0.0); video_.scissor(rootSlot_.layout.bounds); scope(exit) { // Restore zoom and offset. video.zoom = zoom; video.viewOffset = offset; video.disableScissor(); } event.videoDriver = video; rootSlot_.handleEvent(event); } /// Add a widget constructor function. /// /// This can be used to add support for new widget types. The constructor function /// will usually just call the constructor of the widget. /// /// This can be only called once per widget type name - this means that /// constructor functions for builtin widgets (e.g. "button") can't be /// replaced. /// /// Params: widgetYAMLName = YAML widgets with this widget type name will /// be constructed with given constructor function. /// widgetCtor = Constructs a widget of from a YAML node. /// It can throw a WidgetInitException. void addWidgetConstructor(string widgetYAMLName, Widget delegate(ref YAMLNode) widgetCtor) { assert((widgetYAMLName in widgetCtors_) is null, "There already is a widget constructor for widget name " ~ widgetYAMLName); widgetCtors_[widgetYAMLName] = widgetCtor; } /// Add a layout constructor function. /// /// This can be used to add support for new layout types. The constructor function /// will usually just call the constructor of the layout. /// /// This can be only called once per layout type name - this means that /// constructor functions for builtin layouts (e.g. "boxManual") can't be /// replaced. /// /// A widget might not specify layout parameters; in that case, the YAML node /// pointer passed to layoutCtor is null. The function might then e.g. /// default-construct the layout. /// /// Params: layoutYAMLName = YAML layout managers with this "layoutManager" /// name will be constructed with given constructor function. /// layoutCtor = Constructs a layout of from a YAML node. /// It can throw a LauoutInitException. void addLayoutConstructor(string layoutYAMLName, Layout delegate(YAMLNode*) layoutCtor) { assert((layoutYAMLName in layoutCtors_) is null, "There already is a layout constructor for layout name " ~ layoutYAMLName); layoutCtors_[layoutYAMLName] = layoutCtor; } /// Add a style manager constructor function. /// /// This can be used to add support for new style manager types. /// The constructor function will usually just call the constructor /// of the style manager. /// /// This can be only called once per style manager type name - this means that /// constructor functions for builtin style managers (e.g. "line") can't be /// replaced. /// /// The style manager constructor is passed an array of named YAML nodes, /// each of which represents a style. If there is no default style /// (unnamed, just "style"), it must be added in the constructor function. /// It must _not_ modify the array. /// /// Params: styleYAMLName = YAML style managers with this "styleManager" /// name will be constructed with given constructor function. /// styleCtor = Constructs a style manager of from an array of /// name-YAMLNode pairs. /// It can throw a StyleInitException. void addStyleConstructor(string styleYAMLName, StyleManager delegate(ref Tuple!(string, YAMLNode)[]) styleCtor) { assert((styleYAMLName in styleCtors_) is null, "There already is a style manager constructor for style manager name " ~ styleYAMLName); styleCtors_[styleYAMLName] = styleCtor; } package: /// Update layout of all widgets (e.g. after a new RootWidget is connected). void updateLayout() { // Reusing the same instances every time to avoid unnecessary allocation. static MinimizeEvent minimizeEvent; static ExpandEvent expandEvent; if(null is minimizeEvent){minimizeEvent = new MinimizeEvent();} if(null is expandEvent) {expandEvent = new ExpandEvent();} rootSlot_.handleEvent(minimizeEvent); rootSlot_.handleEvent(expandEvent); } /// Get current mouse position. @property Vector2u mousePosition() const pure nothrow { return mousePosition_; } private: /// Process keyboard input. /// /// Params: state = State of the key. /// key = Keyboard key. /// unicode = Unicode value of the key. void inputKey(KeyState state, Key key, dchar unicode) { static KeyboardEvent event; if(null is event){event = new KeyboardEvent();} event.state = state; event.key = key; event.unicode = unicode; rootSlot_.handleEvent(event); } /// Process mouse key input. /// /// Params: state = State of the key. /// key = Mouse key. /// position = Position of the mouse. void inputMouseKey(KeyState state, MouseKey key, Vector2u position) { static MouseKeyEvent event; if(null is event){event = new MouseKeyEvent();} event.state = state; event.key = key; event.position = position; rootSlot_.handleEvent(event); } /// Process mouse movement. /// /// Params: position = Position of the mouse in screen coordinates. /// relative = Relative movement of the mouse. void inputMouseMove(Vector2u position, Vector2i relative) { static MouseMoveEvent event; if(null is event){event = new MouseMoveEvent();} event.relative = relative; event.position = position; mousePosition_ = position; rootSlot_.handleEvent(event); } } /// Builds widgets dynamically. struct WidgetBuilder { private: // Reference to the GUI system (widget/layout/style constructors). GUISystem guiSystem_; // Parent widget builder (when building nested widgets). WidgetBuilder* parent_; // Widgets built so far by calls to buildWidget(). // // When building nested widget, these are the children of the widget // built by the parent WidgetBuilder. Widget[] builtWidgets_; // The following data members are parameters of the widget currently being built. // Widget type specific parameters, if any (i.e. not common ones like style, etc.). string widgetParams_; // Name of the layout type for the widget to use. string layoutType_; // Layout parameters, if any. string layoutParams_; // Pointer to the stylesheet used to style the generated widgets. Stylesheet* styleSheet_; // Metadata of all parents of the widget constructed by this builder, and of this widget. Vector!WidgetMeta widgetMetaStack_; public: /// Construct a WidgetBuilder. /// /// Params: guiSystem = GUISystem to manage built widgets. /// stylesheet = Stylesheet to style the widgets. Must not be null. /// May be safely destroyed after the widgets are built. this(GUISystem guiSystem, Stylesheet* stylesheet) { widgetMetaStack_ ~= WidgetMeta.init; styleSheet_ = stylesheet; guiSystem_ = guiSystem; parent_ = null; } /// Build a widget. /// /// The widget is built by the passed delegate that recursively builds /// subwidgets. /// The topmost widget should always be a RootWidget ("root"), to /// get a result that can be connected to other widget (through a SlotWidget). /// /// Params: widgetTypeName = Name of the widget type (the same as used in YAML). /// buildDg = Builds the widget by specifying parameters /// like layout and style to the passed WidgetBuilder /// and even building subWidgets through buildWidget /// calls. /// /// Throws: GUIInitException on failure. void buildWidget(string widgetTypeName) (void delegate(ref WidgetBuilder b) buildDg) { try { // Default widget parameters. widgetParams_ = "{}"; layoutType_ = "boxManual"; layoutParams_ = null; widgetMetaStack_.back.type = widgetTypeName; // Builder for any nested widget. auto subBuilder = WidgetBuilder(guiSystem_, &this); // Call the build delegate, setting widget parameters and building subwidgets. buildDg(subBuilder); // Construct widget layout. auto layoutCtor = layoutType_ in guiSystem_.layoutCtors_; enforce(layoutCtor !is null, new GUIInitException("Unknown layout manager: " ~ layoutType_)); YAMLNode layoutYAML; if(layoutParams_ !is null){layoutYAML = loadYAML(layoutParams_);} auto layout = (*layoutCtor)(layoutParams_ is null ? null : &layoutYAML); // Construct the style manager of the widget. auto yamlStylesParameters = styleSheet_.getStyleParameters(widgetMetaStack_[]); auto styleManagerName = styleSheet_.styleManagerName; auto styleCtor = styleManagerName in guiSystem_.styleCtors_; enforce(styleCtor !is null, new GUIInitException("Unknown style manager: " ~ styleManagerName)); auto styleManager = (*styleCtor)(yamlStylesParameters); styleManager.textureManager = guiSystem_.textureManager_; // Construct the widget. auto widgetCtor = widgetTypeName in guiSystem_.widgetCtors_; enforce(widgetCtor !is null, new GUIInitException("Unknown widget type: " ~ widgetTypeName)); auto widgetYAML = loadYAML(widgetParams_); auto result = (*widgetCtor)(widgetYAML); result.init(widgetMetaStack_.back.name, guiSystem_, subBuilder.builtWidgets, layout, styleManager); widgetMetaStack_.back = WidgetMeta.init; builtWidgets_ ~= result; } catch(YAMLException e) { throw new WidgetInitException( "Could not build a widget (" ~ widgetTypeName ~ ") due to a " "YAML error: " ~ e.msg); } } /// Set widget type specific parameters, if any (i.e. not common ones like style, etc.). /// /// Can only be called by build delegates passed to buildWidget(). @property void widgetParams(const string params) pure nothrow { assert(parent_ !is null, "Trying to set widget parameters when not building a widget"); parent_.widgetParams_ = params; } /// Set widget name, if any. /// /// Can only be called by build delegates passed to buildWidget(). /// /// Must be called before building any subwidgets. @property void name(const string name) { assert(parent_ !is null, "Trying to set widget name when not building a widget"); parent_.widgetMetaStack_.back.name = name; widgetMetaStack_[widgetMetaStack_.length - 2].name = name; } /// Set widget style class, if any. /// /// Can only be called by build delegates passed to buildWidget(). /// /// Must be called before building any subwidgets. @property void styleClass(const string styleClass) { assert(parent_ !is null, "Trying to set widget style class when not building a widget"); parent_.widgetMetaStack_.back.styleClass = styleClass; widgetMetaStack_[widgetMetaStack_.length - 2].styleClass = styleClass; } /// Set layout type. /// /// Can only be called by build delegates passed to buildWidget(). @property void layoutManager(const string manager) pure nothrow { assert(parent_ !is null, "Trying to set layout manager when not building a widget"); parent_.layoutType_ = manager; } /// Set layout parameters. /// /// Can only be called by build delegates passed to buildWidget(). @property void layout(const string layoutParams) pure nothrow { assert(parent_ !is null, "Trying to set layout parameters when not building a widget"); parent_.layoutParams_ = layoutParams; } /// Get all widgets built by this WidgetBuilder so far. @property Widget[] builtWidgets() pure nothrow { return builtWidgets_; } private: /// Construct a nested WidgetBuilder building subwidgets of the widget /// being built by parent WidgetBuilder. /// /// Params: guiSystem = GUISystem to manage built widgets. /// parent = WidgetBuilder building the parent widget. this(GUISystem guiSystem, WidgetBuilder* parent) { widgetMetaStack_ = parent.widgetMetaStack_; widgetMetaStack_ ~= WidgetMeta.init; guiSystem_ = guiSystem; parent_ = parent; styleSheet_ = parent.styleSheet_; } } /// A stylesheet similar in concept to CSS, but without the "cascading" part. /// /// There are style classes similar to the ones used with CSS, and widget names /// are used as CSS IDs. A style declaration (style section) in a style sheet /// can, like in CSS, nest widget type, style class and name specifiers to /// flexibly define which widgets should a style be applied to. E.g; a /// style section can specify that it only applies to labels in a widget with /// name "sidebar" : ";sidebar label". The semicolon specifies the start of an /// ID. A dot specifies the start of a class. Widget specifiers are separated /// by spaces, and each may contain a widget type, name and style class. /// Each specifier matches a nesting level in widget hierarchy, but a widget /// will match the style section even if it has more nesting levels between the /// specifiers. /// /// Each style section defines one or more styles of the widget. For example, /// buttons can use an "active" and "focused" style. The default style, /// "default", must always be specified. /// /// Unlike CSS, we support multiple ways of styling widgets; multiple style /// managers. Each stylesheet must have a meta section specifying which /// style manager is used (Currently, the only supported value is "line" for /// LineStyleManager). /// /// Also unlike CSS, there is no "cascading". Only one style section can match /// a widget (if more than one match, the most specififc is used, and if there /// is more than one that's the most used, last one of those is used). This /// also means the section must specify all style attributes (that shouldn't use /// defaults of their style manager). This is not as much of a problem as it is /// in CSS as we have far less style attributes. /// /// /// Example: /// -------------------- /// meta: /// styleManager: line /// styles: /// !!pairs /// - root: /// default: /// backgroundColor: rgb000000 /// - ;sidebar button: /// default: /// borderColor: rgbaC0C0FF60 /// fontColor: rgbaA0A0FFC0 /// focused: /// borderColor: rgbaC0C0FFA0 /// fontColor: rgbaC0C0FFC0 /// active: /// borderColor: rgbaC0C0FFFF /// fontColor: rgbaE0E0FFFF /// - label: /// default: /// fontColor: rgbaFFFFFF80 /// drawBorder: false /// fontSize: 12 /// font: orbitron-medium.ttf /// textAlignX: left /// - label.header: /// default: /// fontColor: rgbaFFFFFF80 /// drawBorder: false /// fontSize: 14 /// font: orbitron-bold.ttf /// - label.sectionHeader: /// default: /// fontColor: rgbaEFEFFFCF /// drawBorder: false /// fontSize: 12 /// font: orbitron-medium.ttf /// textAlignX: left /// -------------------- struct Stylesheet { private: // Name of the stylesheet used for debugging. string name_; // Name of the style manager (e.g. line for LineStyleManager) to use with // this stylesheet. string styleManagerName_; // Represents a style section in the stylesheet. // // Describing which widgets the section applies to and styles those widgets // should use. struct StyleSection { /// Specifiers describing widgets this style section should apply to. Vector!WidgetMeta widgetSpecifiers; /// Styles declared in the section, with their names. /// /// As of DMD 2.060, this can't be a Vector because of a compiler error. Tuple!(string, YAMLNode)[] styles; } // All style sections declared in the stylesheet file. Vector!StyleSection styleSections_; public: /// Construct a Stylesheet. /// /// Params: yaml = YAML source of the stylesheet. /// name = Name of the stylesheet used for debugging. /// /// Throws: YAMLException if the YAML source is in unexpected format. /// GUIInitException on failure (e.g. malformed widget specifier). this(ref YAMLNode yaml, string name) { name_ = name; loadMeta(yaml["meta"]); loadStyles(yaml["styles"]); } /// Construct and return a default style sheet, used if no style sheet is specified. static Stylesheet defaultStylesheet() { // We don't really set anything here, just use the style manager's defaults. string styleString = "meta:\n" ~ " styleManager: line\n" ~ "styles: !!pairs []\n"; auto styleYAML = loadYAML(styleString); try { return Stylesheet(styleYAML, "_default_stylesheet_"); } catch(YAMLException e) { assert(false, "Error in default style sheet: " ~ e.msg); } } package: /// Get style parameters for a widget. /// /// Params: widgetMetaStack = Metadata describing the full stack of parents /// above the widget. The last element describes /// the widget itself. /// /// Returns: Styles for the widget to use (null if none). /// The returned array must not be modified. Tuple!(string, YAMLNode)[] getStyleParameters(const(WidgetMeta[]) widgetMetaStack) { Tuple!(string, YAMLNode)[] outStyles = null; ulong maxScore = 0; foreach(ref section; styleSections_) { ulong score = 0; // Part of widgetSpecifiers we did not yet match. const(WidgetMeta)[] widgetSpecifiersLeft = section.widgetSpecifiers[]; enum metaCount = 3; foreach_reverse(index, ref meta; widgetMetaStack) { // Needs to be updated if metaCount changes. enforce(index <= 31, new GUIInitException("Widget nesting too deep; " ~ "only 31 levels are supported")); // section's widgetSpecifiers are "crawling" up // from the widget along the tree // (of which we only have the stack above the widget). // // So we search up the stack for the next widget specifier. // If we don't find all specifiers in order, we don't match. // Otherwise, the "score" of the match depends on how specific // the specifiers are, and matches deeper in the tree override // those above them. We do this by calculating score in base N+1, // where N is the "most specific match". The matchScore variable // takes track of how specific a match is. // // If more than one style sections have the best score, // we simply use the last one (unlike CSS, which would merge them) const spec = widgetSpecifiersLeft.back; ulong matchScore = 0; bool match(string delegate(ref const WidgetMeta) prop) { if(prop(spec) is null){return true;} if(prop(spec) == prop(meta)){++ matchScore; return true;} return false; } if(!match((ref const WidgetMeta a) => a.type) || !match((ref const WidgetMeta a) => a.name) || !match((ref const WidgetMeta a) => a.styleClass)) { continue; } score += matchScore * (metaCount + 1) ^^ index; widgetSpecifiersLeft.popBack; if(widgetSpecifiersLeft.empty) { break; } } // If we've not matched all widgetSpecifiers. if(!widgetSpecifiersLeft.empty) { continue; } // If multiple style sections have the best score, we use the last one. if(score >= maxScore) { maxScore = score; outStyles = section.styles[]; } } return outStyles; } /// Get the name of the style manager used by this stylesheet. @property string styleManagerName() const pure nothrow {return styleManagerName_;} private: // Load stylesheet metadata (the "meta" section). void loadMeta(ref YAMLNode meta) { styleManagerName_ = meta["styleManager"].as!string; } // Load style sections (the "style" section). // // Throws: GUIInitException on failure. void loadStyles(ref YAMLNode styles) { // Process each style section in the stylesheet, with header describing // widgets to apply the styling to. foreach(string header, ref YAMLNode styleData; styles) { StyleSection section; parseHeader(header, section); // Load styles from the section. foreach(string styleName, ref YAMLNode style; styleData) { section.styles ~= tuple(styleName, style); } styleSections_ ~= section; } } // Parse style section header to get widget specifiers. // // Params: header = Style section header. // section = StyleSection we're loading. void parseHeader(string header, ref StyleSection section) { // Specifiers are separated by space. // Each specifier can contain widget type, name and style class. auto headerParts = header.split(" "); section.widgetSpecifiers.reserve(headerParts.length); foreach(part; headerParts) { WidgetMeta meta; // Adds the current character to whichever string we're reading into. auto state_ = (dchar c) => meta.type ~= c; uint colonCount = 0; uint semicolonCount = 0; // This is very GC-inefficient. But it might not matter as // this only runs when a GUI is being loaded. foreach(dchar c; part) { // Style class, if any, starts with a semicolon. if(c == '.') { ++colonCount; state_ = (dchar c) => meta.styleClass ~= c; } // Widget name, if any, starts with a semicolon. else if(c == ';') { ++semicolonCount; state_ = (dchar c) => meta.name ~= c; } else { // Process the character. state_(c); } } enforce(colonCount <= 1 && semicolonCount <= 1, new GUIInitException("More than 1 colon or semicolon in style " "section \"" ~ part ~ "\" in style \"" ~ name_ ~ "\"")); section.widgetSpecifiers ~= meta; } } } /// Metadata describing a widget. struct WidgetMeta { /// Data type of the widget ('root' for RootWidget, 'label' for LabelWidget and so on.). string type; /// Name of the widget, if any. string name; /// Style class (like CSS class) of the widget, if any. string styleClass; } private: /// Encapsulates widget loading code. /// /// This struct is only used by the GUISystem to load a widget tree. struct WidgetLoader { private: /// GUI system that constructed this WidgetLoader. GUISystem guiSystem_; /// Game data directory. VFSDir gameDir_; /// Stack keeping track of the layout type used in the current widget. /// /// Layout types specified in parent widgets are recursively used /// in their children. Vector!string layoutManagerStack_; /// Stack keeping track of the stylesheet used by the current widget. /// /// Stylesheets specified in parent widgets are recursively used in their children. Vector!Stylesheet styleSheetStack_; /// Stack storing the metadata of the current widget and all its parents. /// /// Used in styling. Vector!WidgetMeta widgetMetaStack_; @disable this(); @disable this(this); package: /// Construct a WidgetLoader. /// /// Params: guiSystem = GUI system that will manage the widgets. /// gameDir = Game data directory to load any style sheets from. this(GUISystem guiSystem, VFSDir gameDir) { layoutManagerStack_ ~= "boxManual"; widgetMetaStack_ ~= WidgetMeta("root", null, null); widgetMetaStack_.reserve(8); styleSheetStack_ = [Stylesheet.defaultStylesheet()]; guiSystem_ = guiSystem; gameDir_ = gameDir; } /// Parse a root widget, and recursively, its widget tree. /// /// Params: source = Root node of the YAML tree to parse. /// /// Throws: GUIInitException on failure. RootWidget parseRootWidget(ref YAMLNode source) { return cast(RootWidget)parseWidget(source, guiSystem_.widgetCtors_["root"]); } private: // Parse a widget (and recursively, its subwidgets) from YAML. // // Params: source = Root node of the YAML tree to parse. // widgetCtor = Function that construct the widget of correct type // (determined by the caller). // // Throws: GUIInitException on failure. Widget parseWidget(ref YAMLNode source, Widget delegate(ref YAMLNode) widgetCtor) { scope(failure) { writeln("WidgetLoader.parseWidget() or a callee failed"); } // Parse layout type, stylesheet. bool popStyleSheet = false; bool popLayout = false; scope(exit) { if(popStyleSheet) {styleSheetStack_.popBack();} if(popLayout) {layoutManagerStack_.popBack();} } // We only throw GUIInitException here so make it shorter. alias GUIInitException E; bool layoutParametersSpecified = false; YAMLNode layoutParameters; Widget[] children; try { if(source.containsKey("stylesheet")) { loadStyleSheet(source["stylesheet"].as!string); popStyleSheet = true; } if(source.containsKey("layoutManager")) { layoutManagerStack_ ~= source["layoutManager"].as!string; popLayout = true; } /// Parse the widget's attributes and subwidgets. foreach(string key, ref YAMLNode value; source) { // A subwidget. if(key.startsWith("widget")) { auto parts = key.split(" "); enforce(parts.length >= 2, new E("Can't parse a widget without type")); // Metadata of the subwidget. WidgetMeta subMeta = parseWidgetMeta(parts[1 .. $]); auto ctor = subMeta.type in guiSystem_.widgetCtors_; enforce(ctor !is null, new E("Unknown widget type in YAML: " ~ subMeta.type)); widgetMetaStack_ ~= subMeta; scope(exit){widgetMetaStack_.popBack();} children ~= parseWidget(value, *ctor); } // Layout parameters. else if(key == "layout") { layoutParameters = value; layoutParametersSpecified = true; } } } catch(YAMLException e) { throw new E("Error while loading a " ~ widgetMetaStack_.back.type ~ " widget: " ~ e.msg); } auto layout = constructLayout(layoutParametersSpecified ? &layoutParameters : null); auto styleManager = constructStyleManager(); // Construct the widget and return it. Widget result = widgetCtor(source); result.init(widgetMetaStack_.back.name, guiSystem_, children, layout, styleManager); return result; } // parseWidget utility functions // // Parse widget metadata from a widget declaration. // // Params: parts = Parts of the widget declaration (separated by spaces) // except for the "widget" word at start. WidgetMeta parseWidgetMeta(string[] parts) { WidgetMeta meta; meta.type = parts[0]; // Parse extra info in the widget declaration, like widget name, style class. foreach(part; parts[1 .. $]) { // e.g. button class=someStyleClass if(part.canFind("=") && part.startsWith("class")) { meta.styleClass = part.split("=")[1]; } // e.g. button widgetName else if(meta.name is null) { meta.name = part; } } return meta; } // Load a stylesheet from a file with specified name and push it to styleSheetStack_. void loadStyleSheet(const string styleSheetName) { try { auto styleFile = gameDir_.file(styleSheetName); auto styleYAML = loadYAML(styleFile); styleSheetStack_ ~= Stylesheet(styleYAML, styleSheetName); } catch(VFSException e) { throw new GUIInitException ("Failed to load GUI: stylesheet " ~ styleSheetName ~ " could not be read: " ~ e.msg); } catch(YAMLException e) { throw new GUIInitException ("Failed to load GUI: YAML error in stylesheet " ~ styleSheetName ~ " : " ~ e.msg); } } // Construct a layout with specified parameters (if any). // // Layout type is determined by the layout manager stack. // // Throws: GUIInitException on failure. Layout constructLayout(YAMLNode* layoutParameters) { auto layoutType = layoutManagerStack_.back; auto layoutCtor = layoutType in guiSystem_.layoutCtors_; enforce(layoutCtor !is null, new GUIInitException("Unknown layout manager in YAML: " ~ layoutType)); return (*layoutCtor)(layoutParameters); } // Construct a style manager with specified parameters. // // Style manager type is determined by the style sheet stack. // // Throws: GUIInitException on failure. StyleManager constructStyleManager() { auto stylesParameters = styleSheetStack_.back.getStyleParameters(widgetMetaStack_[]); auto styleType = styleSheetStack_.back.styleManagerName; auto styleCtor = styleType in guiSystem_.styleCtors_; enforce(styleCtor !is null, new GUIInitException("Unknown style manager in YAML: " ~ styleType)); auto styleManager = (*styleCtor)(stylesParameters); styleManager.textureManager = guiSystem_.textureManager_; return styleManager; } }
D
instance DIA_Regis_EXIT(C_Info) { npc = VLK_425_Regis; nr = 999; condition = DIA_Regis_EXIT_Condition; information = DIA_Regis_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Regis_EXIT_Condition() { return TRUE; }; func void DIA_Regis_EXIT_Info() { AI_StopProcessInfos(self); }; instance DIA_Regis_PICKPOCKET(C_Info) { npc = VLK_425_Regis; nr = 900; condition = DIA_Regis_PICKPOCKET_Condition; information = DIA_Regis_PICKPOCKET_Info; permanent = TRUE; description = Pickpocket_40; }; func int DIA_Regis_PICKPOCKET_Condition() { return C_Beklauen(40,35); }; func void DIA_Regis_PICKPOCKET_Info() { Info_ClearChoices(DIA_Regis_PICKPOCKET); Info_AddChoice(DIA_Regis_PICKPOCKET,Dialog_Back,DIA_Regis_PICKPOCKET_BACK); Info_AddChoice(DIA_Regis_PICKPOCKET,DIALOG_PICKPOCKET,DIA_Regis_PICKPOCKET_DoIt); }; func void DIA_Regis_PICKPOCKET_DoIt() { B_Beklauen(); Info_ClearChoices(DIA_Regis_PICKPOCKET); }; func void DIA_Regis_PICKPOCKET_BACK() { Info_ClearChoices(DIA_Regis_PICKPOCKET); }; instance DIA_Regis_Hallo(C_Info) { npc = VLK_425_Regis; nr = 1; condition = DIA_Regis_Hallo_Condition; information = DIA_Regis_Hallo_Info; permanent = FALSE; important = TRUE; }; func int DIA_Regis_Hallo_Condition() { if(Npc_IsInState(self,ZS_Talk)) { return TRUE; }; }; func void DIA_Regis_Hallo_Info() { AI_Output(self,other,"DIA_Regis_Hallo_13_00"); //Hey, you're new in town, huh? AI_Output(other,self,"DIA_Regis_Hallo_15_01"); //Yes, and what about you? AI_Output(self,other,"DIA_Regis_Hallo_13_02"); //I've come from the mainland, and now I'm hanging about here. I'm almost out of gold, so all I can do now is join the militia, I guess. AI_Output(self,other,"DIA_Regis_Hallo_13_03"); //But I don't want to do that. I won't be slaughtered by those orcs on the King's behalf. }; instance DIA_Regis_MILIZ(C_Info) { npc = VLK_425_Regis; nr = 5; condition = DIA_Regis_MILIZ_Condition; information = DIA_Regis_MILIZ_Info; permanent = FALSE; description = "What can you tell me about the militia?"; }; func int DIA_Regis_MILIZ_Condition() { if(Npc_KnowsInfo(other,DIA_Regis_Hallo)) { return TRUE; }; }; func void DIA_Regis_MILIZ_Info() { AI_Output(other,self,"DIA_Regis_MILIZ_15_00"); //What can you tell me about the militia? AI_Output(self,other,"DIA_Regis_Add_13_01"); //One of the paladins has taken command. A certain Lord Andre. AI_Output(self,other,"DIA_Regis_Add_13_02"); //He's trying to mobilize half the city in case the orcs attack. AI_Output(self,other,"DIA_Regis_Add_13_03"); //But you need to be a citizen of the town in order to be admitted. AI_Output(self,other,"DIA_Regis_Add_13_04"); //As far as I know, if you're not a citizen, you can train anyway, but you won't be officially admitted. }; instance DIA_Regis_ANDRE(C_Info) { npc = VLK_425_Regis; nr = 5; condition = DIA_Regis_ANDRE_Condition; information = DIA_Regis_ANDRE_Info; permanent = FALSE; description = "What else can you tell me about Lord Andre?"; }; func int DIA_Regis_ANDRE_Condition() { if(Npc_KnowsInfo(other,DIA_Regis_MILIZ)) { return TRUE; }; }; func void DIA_Regis_ANDRE_Info() { AI_Output(other,self,"DIA_Regis_ANDRE_15_00"); //What else can you tell me about Lord Andre? AI_Output(self,other,"DIA_Regis_Add_13_05"); //He has taken over the position of judge as well. AI_Output(self,other,"DIA_Regis_Add_13_06"); //If you cause any trouble in this town, you're going to have to answer to him. AI_Output(self,other,"DIA_Regis_Add_13_07"); //I was once in a brawl with a citizen. AI_Output(self,other,"DIA_Regis_Add_13_08"); //He went crying to Lord Andre and ratted me out. AI_Output(self,other,"DIA_Regis_Add_13_09"); //That little matter cost me 50 gold pieces. AI_Output(self,other,"DIA_Regis_Add_13_10"); //I was lucky that it happened at night, or others would have witnessed it. AI_Output(self,other,"DIA_Regis_Add_13_11"); //The more people complain about you in this town, the higher your penalty will be. }; instance DIA_Regis_Valentino(C_Info) { npc = VLK_425_Regis; nr = 5; condition = DIA_Regis_Valentino_Condition; information = DIA_Regis_Valentino_Info; permanent = FALSE; description = "Who did you fight with?"; }; func int DIA_Regis_Valentino_Condition() { if(Npc_KnowsInfo(other,DIA_Regis_ANDRE)) { return TRUE; }; }; func void DIA_Regis_Valentino_Info() { AI_Output(other,self,"DIA_Regis_Add_15_12"); //Who did you fight with? AI_Output(self,other,"DIA_Regis_Add_13_13"); //With a fellow named Valentino. He often hangs out in the pub near the temple. AI_Output(self,other,"DIA_Regis_Add_13_14"); //I'm not usually a violent person. But THAT guy needed his face rearranged in the worst way ... }; instance DIA_Regis_ValDefeat(C_Info) { npc = VLK_425_Regis; nr = 5; condition = DIA_Regis_ValDefeat_Condition; information = DIA_Regis_ValDefeat_Info; permanent = FALSE; description = "I met Valentino ..."; }; func int DIA_Regis_ValDefeat_Condition() { if(Npc_KnowsInfo(other,DIA_Regis_Valentino) && (Valentino.aivar[AIV_DefeatedByPlayer] == TRUE)) { return TRUE; }; }; func void DIA_Regis_ValDefeat_Info() { AI_Output(other,self,"DIA_Regis_Add_15_15"); //I met Valentino ... AI_Output(self,other,"DIA_Regis_Add_13_16"); //And? AI_Output(other,self,"DIA_Regis_Add_15_17"); //I gave him a sound beating ... AI_Output(self,other,"DIA_Regis_Add_13_18"); //(laughs) He deserved it ... if(!Npc_IsDead(Valentino)) { AI_Output(self,other,"DIA_Regis_Add_13_19"); //Here - I found this ring on him when our little disagreement had been settled. B_GiveInvItems(self,other,ItRi_ValentinosRing,1); Regis_Ring = TRUE; AI_Output(self,other,"DIA_Regis_Add_13_20"); //(grinning) You're welcome to pass it on to the next person who beats him up ... }; }; var int Regis_Bogendieb; instance DIA_Regis_PERM(C_Info) { npc = VLK_425_Regis; nr = 200; condition = DIA_Regis_PERM_Condition; information = DIA_Regis_PERM_Info; permanent = TRUE; description = "Has anything exciting happened?"; }; func int DIA_Regis_PERM_Condition() { return TRUE; }; func void DIA_Regis_PERM_Info() { AI_Output(other,self,"DIA_Regis_PERM_15_00"); //Has anything exciting happened? if((Regis_Bogendieb == FALSE) && (MIS_Bosper_Bogen != LOG_SUCCESS)) { AI_Output(self,other,"DIA_Regis_PERM_13_01"); //You could say that. AI_Output(self,other,"DIA_Regis_PERM_13_02"); //They robbed Bosper the bowyer. What a brazen thing to do, I tell you! AI_Output(self,other,"DIA_Regis_PERM_13_03"); //The fellow just ambled into the shop in broad daylight and grabbed himself a bow. AI_Output(self,other,"DIA_Regis_PERM_13_04"); //And Bosper right after him, hollering 'Stop right there, you rogue!' But the thief was too fast. MIS_Bosper_Bogen = LOG_Running; Regis_Bogendieb = TRUE; } else if((MIS_Bosper_Bogen == LOG_SUCCESS) && (Regis_Bogendieb != 2)) { AI_Output(self,other,"DIA_Regis_PERM_13_05"); //And then an honest finder actually brought that stolen bow back to Bosper. AI_Output(self,other,"DIA_Regis_PERM_13_06"); //That's odd - you'd think it's everyone for himself in times like these, but this man just drops in and returns that bow. Regis_Bogendieb = 2; } else if(Kapitel != 3) { AI_Output(self,other,"DIA_Regis_PERM_13_07"); //Oh well, all's quiet. I suppose that when the orcs come, we can't fail to notice ... } else if(MIS_RescueBennet == LOG_SUCCESS) { AI_Output(self,other,"DIA_Regis_PERM_13_08"); //They actually found out that the mercenary is innocent, and they had to let him go. AI_Output(self,other,"DIA_Regis_PERM_13_09"); //Lord Hagen must be beside himself with rage. } else { AI_Output(self,other,"DIA_Regis_PERM_13_10"); //The entire city is abuzz with it. Do you remember Lothar, the paladin? AI_Output(other,self,"DIA_Regis_PERM_15_11"); //Maybe. AI_Output(self,other,"DIA_Regis_PERM_13_12"); //Anyway, he's dead. Murdered out in the street. They're blaming the mercenaries, of course. }; }; instance DIA_Regis_Crew(C_Info) { npc = VLK_425_Regis; nr = 51; condition = DIA_Regis_Crew_Condition; information = DIA_Regis_Crew_Info; permanent = FALSE; description = "I'm trying to find a crew for a sea voyage."; }; func int DIA_Regis_Crew_Condition() { if(MIS_SCKnowsWayToIrdorath == TRUE) { return TRUE; }; }; func void DIA_Regis_Crew_Info() { AI_Output(other,self,"DIA_Regis_Crew_15_00"); //I'm trying to find a crew for a sea voyage. AI_Output(self,other,"DIA_Regis_Crew_13_01"); //I can't help you with that. You should probably have a look around the harbor, or maybe in the pub. AI_Output(self,other,"DIA_Regis_Crew_13_02"); //If there are any sailors left here, you'll probably find them there. };
D
/* D-System 'TEXT UTILITY' 'util_text.d' 2005/05/21 jumpei isshiki */ private import std.stdio; private import std.string; private import std.math; private import SDL; private import opengl; private import util_sdl; private import task; struct TEXT { char[] str; int step; int len; int wait; int cnt; } void initTEXT(ref TEXT[] text, int cnt) { text.length = cnt; for(int i = 0; i < text.length; i++){ text[i].str.length = 0; text[i].step = 0; text[i].len = -1; text[i].wait = 0; text[i].cnt = 0; } } void freeTEXT(ref TEXT[] text) { text.length = 0; } void setTEXTstr(ref TEXT text, char[] str) { text.str = str; } void setTEXTwait(ref TEXT text, int wait) { text.wait = wait; text.cnt = 0; if(text.wait){ text.len = -1; text.step = 0; }else{ text.len = cast(int)(text.str.length); text.step = 1; } } char[] execTEXT(ref TEXT text) { if(text.str.length == 0){ return null; } if(!text.step){ text.cnt++; if(text.wait == text.cnt){ text.cnt = 0; text.len++; } if(text.str.length == text.len){ text.step = 1; } } char tmp[]; if(text.step){ tmp.length = text.str.length; tmp[] = text.str[]; }else{ if(text.len != -1){ tmp.length = text.len; tmp[0 .. text.len] = text.str[0 .. text.len]; } } return tmp; }
D
; Copyright (C) 2008 The Android Open Source Project ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agreed to in writing, software ; distributed under the License is distributed on an "AS IS" BASIS, ; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ; See the License for the specific language governing permissions and ; limitations under the License. .source T_rem_int_lit8_3.java .class public dot.junit.opcodes.rem_int_lit8.d.T_rem_int_lit8_3 .super java/lang/Object .method public <init>()V .limit regs 1 invoke-direct {v0}, java/lang/Object/<init>()V return-void .end method .method public run(I)I .limit regs 8 rem-int/lit8 v0, v7, -120 return v0 .end method
D
/Users/DanielChang/Documents/Vapor/Hello/.build/debug/Fluent.build/Query/Group.swift.o : /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Database/Database.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Database/Driver.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Entity/Entity.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Memory/Memory+Filters.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Memory/Memory+Group.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Memory/Memory+Sort.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Memory/MemoryDriver.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Preparation/Database+Preparation.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Preparation/Migration.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Preparation/Preparation.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Preparation/PreparationError.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Action.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Comparison.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Filter.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Group.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Join.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Limit.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Query.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Scope.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Sort.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Relations/Children.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Relations/Parent.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Relations/RelationError.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Relations/Siblings.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Schema/Database+Schema.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Schema/Schema+Creator.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Schema/Schema+Field.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Schema/Schema+Modifier.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Schema/Schema.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/SQL/GeneralSQLSerializer.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/SQL/SQL+Query.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/SQL/SQL+Schema.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/SQL/SQL.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/SQL/SQLSerializer.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Utilities/Fluent+Node.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Users/DanielChang/Documents/Vapor/Hello/.build/debug/Node.swiftmodule /Users/DanielChang/Documents/Vapor/Hello/.build/debug/PathIndexable.swiftmodule /Users/DanielChang/Documents/Vapor/Hello/.build/debug/Polymorphic.swiftmodule /Users/DanielChang/Documents/Vapor/Hello/.build/debug/Fluent.build/Group~partial.swiftmodule : /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Database/Database.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Database/Driver.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Entity/Entity.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Memory/Memory+Filters.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Memory/Memory+Group.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Memory/Memory+Sort.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Memory/MemoryDriver.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Preparation/Database+Preparation.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Preparation/Migration.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Preparation/Preparation.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Preparation/PreparationError.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Action.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Comparison.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Filter.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Group.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Join.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Limit.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Query.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Scope.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Sort.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Relations/Children.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Relations/Parent.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Relations/RelationError.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Relations/Siblings.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Schema/Database+Schema.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Schema/Schema+Creator.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Schema/Schema+Field.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Schema/Schema+Modifier.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Schema/Schema.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/SQL/GeneralSQLSerializer.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/SQL/SQL+Query.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/SQL/SQL+Schema.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/SQL/SQL.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/SQL/SQLSerializer.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Utilities/Fluent+Node.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Users/DanielChang/Documents/Vapor/Hello/.build/debug/Node.swiftmodule /Users/DanielChang/Documents/Vapor/Hello/.build/debug/PathIndexable.swiftmodule /Users/DanielChang/Documents/Vapor/Hello/.build/debug/Polymorphic.swiftmodule /Users/DanielChang/Documents/Vapor/Hello/.build/debug/Fluent.build/Group~partial.swiftdoc : /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Database/Database.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Database/Driver.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Entity/Entity.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Memory/Memory+Filters.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Memory/Memory+Group.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Memory/Memory+Sort.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Memory/MemoryDriver.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Preparation/Database+Preparation.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Preparation/Migration.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Preparation/Preparation.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Preparation/PreparationError.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Action.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Comparison.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Filter.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Group.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Join.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Limit.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Query.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Scope.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Query/Sort.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Relations/Children.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Relations/Parent.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Relations/RelationError.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Relations/Siblings.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Schema/Database+Schema.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Schema/Schema+Creator.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Schema/Schema+Field.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Schema/Schema+Modifier.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Schema/Schema.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/SQL/GeneralSQLSerializer.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/SQL/SQL+Query.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/SQL/SQL+Schema.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/SQL/SQL.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/SQL/SQLSerializer.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Utilities/Fluent+Node.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Users/DanielChang/Documents/Vapor/Hello/.build/debug/Node.swiftmodule /Users/DanielChang/Documents/Vapor/Hello/.build/debug/PathIndexable.swiftmodule /Users/DanielChang/Documents/Vapor/Hello/.build/debug/Polymorphic.swiftmodule
D
<?xml version="1.0" encoding="ASCII" standalone="no"?> <di:SashWindowsMngr xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmi:version="2.0"> <pageList> <availablePage> <emfPageIdentifier href="VAR_2_MobileMedia-4843672311.notation#_copSALmGEeKQQp7P9cQvNQ"/> </availablePage> </pageList> <sashModel currentSelection="//@sashModel/@windows.0/@children.0"> <windows> <children xsi:type="di:TabFolder"> <children> <emfPageIdentifier href="VAR_2_MobileMedia-4843672311.notation#_copSALmGEeKQQp7P9cQvNQ"/> </children> </children> </windows> </sashModel> </di:SashWindowsMngr>
D
module beertracker.object; class BeerTrackerObject { int x, y; int size; this(int size, int start) { this.size = size; this.x = start; } @property int getX() { return this.x; } @property int getY() { return this.y; } @property int getSize() { return this.size; } void descend() { this.y++; } }
D
import core.thread; import core.sync.mutex; import io = std.stdio; import fs = std.file; import std.getopt; import std.functional; import std.algorithm; import std.string; import std.json; import std.path; import std.conv; import std.traits; import std.experimental.logger; import served.fibermanager; import served.filereader; import served.jsonrpc; import served.types; import served.translate; static import served.extension; __gshared io.File stdin, stdout; shared static this() { stdin = io.stdin; stdout = io.stdout; version (Windows) io.stdin = io.File("NUL", "r"); else version (Posix) io.stdin = io.File("/dev/null", "r"); else io.stderr.writeln("warning: no /dev/null implementation on this OS"); io.stdout = io.stderr; } import painlessjson; bool initialized = false; alias Identity(I...) = I; ResponseMessage processRequest(RequestMessage msg) { ResponseMessage res; res.id = msg.id; if (msg.method == "initialize" && !initialized) { trace("Initializing"); res.result = served.extension.initialize(msg.params.fromJSON!InitializeParams).toJSON; trace("Initialized"); initialized = true; return res; } if (!initialized) { trace("Tried to call command without initializing"); res.error = ResponseError(ErrorCode.serverNotInitialized); return res; } foreach (name; __traits(derivedMembers, served.extension)) { static if (__traits(compiles, __traits(getMember, served.extension, name))) { alias symbol = Identity!(__traits(getMember, served.extension, name)); static if (isSomeFunction!symbol && __traits(getProtection, symbol[0]) == "public") { static if (hasUDA!(symbol, protocolMethod)) { enum method = getUDAs!(symbol, protocolMethod)[0]; if (msg.method == method.method) { alias params = Parameters!symbol; try { trace("Calling " ~ name); static if (params.length == 0) res.result = symbol[0]().toJSON; else static if (params.length == 1) res.result = symbol[0](fromJSON!(Parameters!symbol[0])(msg.params)).toJSON; else static assert(0, "Can't have more than one argument"); return res; } catch (MethodException e) { res.error = e.error; return res; } } } } } } io.stderr.writeln(msg); res.error = ResponseError(ErrorCode.methodNotFound); return res; } void processNotify(RequestMessage msg) { if (msg.method == "exit") { rpc.stop(); return; } if (msg.method == "workspace/didChangeConfiguration") { auto newConfig = msg.params["settings"].fromJSON!Configuration; served.extension.changedConfig(served.types.config.replace(newConfig)); } documents.process(msg); foreach (name; __traits(derivedMembers, served.extension)) { static if (__traits(compiles, __traits(getMember, served.extension, name))) { alias symbol = Identity!(__traits(getMember, served.extension, name)); static if (isSomeFunction!symbol && __traits(getProtection, symbol[0]) == "public") { static if (hasUDA!(symbol, protocolNotification)) { enum method = getUDAs!(symbol, protocolNotification)[0]; if (msg.method == method.method) { alias params = Parameters!symbol; try { static if (params.length == 0) symbol[0](); else static if (params.length == 1) symbol[0](fromJSON!(Parameters!symbol[0])(msg.params)); else static assert(0, "Can't have more than one argument"); } catch (MethodException e) { error("Failed notify: ", e); } } } } } } } void printVersion() { static if (__traits(compiles, { import workspaced.info : WorkspacedVersion = Version; })) import workspaced.info : WorkspacedVersion = Version; else import source.workspaced.info : WorkspacedVersion = Version; import source.served.info; io.writefln("serve-d v%(%s.%) with workspace-d v%(%s.%)", Version, WorkspacedVersion); io.writefln("Included features: %(%s, %)", IncludedFeatures); } __gshared FiberManager fibers; void main(string[] args) { debug globalLogLevel = LogLevel.trace; bool printVer; string[] features; string lang = "en"; //dfmt off auto argInfo = args.getopt( "r|require", "Adds a feature set that is required. Unknown feature sets will intentionally crash on startup", &features, "v|version", "Print version of program", &printVer, "lang", "Change the language of GUI messages", &lang); //dfmt on if (argInfo.helpWanted) { if (printVer) printVersion(); defaultGetoptPrinter("workspace-d / vscode-language-server bridge", argInfo.options); return; } if (printVer) { printVersion(); return; } if (lang.length >= 2) // ja-JP -> ja, en-GB -> en, etc currentLanguage = lang[0 .. 2]; if (currentLanguage != "en") info("Setting language to ", currentLanguage); fibersMutex = new Mutex(); served.types.workspaceRoot = fs.getcwd(); foreach (feature; features) if (!IncludedFeatures.canFind(feature.toLower.strip)) throw new Exception("Feature set '" ~ feature ~ "' not in this version of serve-d"); trace("Features fulfilled"); auto input = new FileReader(stdin); input.start(); trace("Started reading from stdin"); rpc = new RPCProcessor(input, stdout); rpc.call(); trace("RPC started"); fibers ~= rpc; served.extension.spawnFiber = (&pushFiber!(void delegate())).toDelegate; pushFiber(&served.extension.parallelMain); while (rpc.state != Fiber.State.TERM) { while (rpc.hasData) { trace("Has Message"); auto msg = rpc.poll; trace("Message: ", msg); if (msg.id.hasData) pushFiber({ ResponseMessage res; try { trace("Processing as request"); res = processRequest(msg); trace("Responding with: ", res); } catch (Throwable e) { res.error = ResponseError(e); res.error.code = ErrorCode.internalError; error("Failed processing request: ", e); } rpc.send(res); }); else pushFiber({ try { trace("Processing as notification"); processNotify(msg); } catch (Throwable e) { error("Failed processing notification: ", e); } }); } Thread.sleep(10.msecs); synchronized (fibersMutex) fibers.call(); } } __gshared Mutex fibersMutex; void pushFiber(T)(T callback) { synchronized (fibersMutex) fibers ~= new Fiber(callback, 4096 * 16); }
D
/Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/MessageInputBar.build/Objects-normal/x86_64/InputPlugin.o : /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Views/SeparatorLine.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Protocols/MessageInputBarDelegate.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Controls/InputBarButtonItem.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Protocols/InputItem.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Protocols/InputPlugin.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/MessageInputBar.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Extensions/NSMutableAttributedString+Extensions.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Extensions/UIView+Extensions.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Models/NSConstraintLayoutSet.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Views/InputStackView.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Views/InputTextView.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/Target\ Support\ Files/MessageInputBar/MessageInputBar-umbrella.h /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/MessageInputBar.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/MessageInputBar.build/Objects-normal/x86_64/InputPlugin~partial.swiftmodule : /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Views/SeparatorLine.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Protocols/MessageInputBarDelegate.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Controls/InputBarButtonItem.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Protocols/InputItem.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Protocols/InputPlugin.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/MessageInputBar.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Extensions/NSMutableAttributedString+Extensions.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Extensions/UIView+Extensions.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Models/NSConstraintLayoutSet.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Views/InputStackView.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Views/InputTextView.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/Target\ Support\ Files/MessageInputBar/MessageInputBar-umbrella.h /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/MessageInputBar.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/MessageInputBar.build/Objects-normal/x86_64/InputPlugin~partial.swiftdoc : /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Views/SeparatorLine.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Protocols/MessageInputBarDelegate.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Controls/InputBarButtonItem.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Protocols/InputItem.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Protocols/InputPlugin.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/MessageInputBar.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Extensions/NSMutableAttributedString+Extensions.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Extensions/UIView+Extensions.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Models/NSConstraintLayoutSet.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Views/InputStackView.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Views/InputTextView.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/Target\ Support\ Files/MessageInputBar/MessageInputBar-umbrella.h /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/MessageInputBar.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
D
/Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/DerivedData/SiberSuclarTanitim/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Alamofire.o : /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/MultipartFormData.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/Timeline.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/DispatchQueue+Alamofire.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/Alamofire.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/Response.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/TaskDelegate.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/SessionDelegate.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/ParameterEncoding.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/Validation.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/ResponseSerialization.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/SessionManager.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/NetworkReachabilityManager.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/AFError.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/Notifications.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/Result.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/Request.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/ServerTrustPolicy.swift /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Target\ Support\ Files/Alamofire/Alamofire-umbrella.h /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/DerivedData/SiberSuclarTanitim/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/unextended-module.modulemap /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/DerivedData/SiberSuclarTanitim/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Alamofire~partial.swiftmodule : /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/MultipartFormData.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/Timeline.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/DispatchQueue+Alamofire.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/Alamofire.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/Response.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/TaskDelegate.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/SessionDelegate.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/ParameterEncoding.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/Validation.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/ResponseSerialization.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/SessionManager.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/NetworkReachabilityManager.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/AFError.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/Notifications.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/Result.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/Request.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/ServerTrustPolicy.swift /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Target\ Support\ Files/Alamofire/Alamofire-umbrella.h /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/DerivedData/SiberSuclarTanitim/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/unextended-module.modulemap /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/DerivedData/SiberSuclarTanitim/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Alamofire~partial.swiftdoc : /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/MultipartFormData.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/Timeline.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/DispatchQueue+Alamofire.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/Alamofire.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/Response.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/TaskDelegate.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/SessionDelegate.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/ParameterEncoding.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/Validation.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/ResponseSerialization.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/SessionManager.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/NetworkReachabilityManager.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/AFError.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/Notifications.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/Result.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/Request.swift /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/ServerTrustPolicy.swift /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Users/alimurat_mac/Desktop/Program_archive/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Target\ Support\ Files/Alamofire/Alamofire-umbrella.h /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/DerivedData/SiberSuclarTanitim/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/unextended-module.modulemap
D
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 3.0.0 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ----------------------------------------------------------------------------- */ module vtkOpenGLRGBAPixelMapState; static import vtkd_im; static import core.stdc.config; static import std.conv; static import std.string; static import std.conv; static import std.string; static import SWIGTYPE_p_GLint; static import SWIGTYPE_p_GLfloat; class vtkOpenGLRGBAPixelMapState { private void* swigCPtr; protected bool swigCMemOwn; public this(void* cObject, bool ownCObject) { swigCPtr = cObject; swigCMemOwn = ownCObject; } public static void* swigGetCPtr(vtkOpenGLRGBAPixelMapState obj) { return (obj is null) ? null : obj.swigCPtr; } mixin vtkd_im.SwigOperatorDefinitions; ~this() { dispose(); } public void dispose() { synchronized(this) { if (swigCPtr !is null) { if (swigCMemOwn) { swigCMemOwn = false; vtkd_im.delete_vtkOpenGLRGBAPixelMapState(cast(void*)swigCPtr); } swigCPtr = null; } } } public void Update() { vtkd_im.vtkOpenGLRGBAPixelMapState_Update(cast(void*)swigCPtr); } public void Size(SWIGTYPE_p_GLint.SWIGTYPE_p_GLint value) @property { vtkd_im.vtkOpenGLRGBAPixelMapState_Size_set(cast(void*)swigCPtr, SWIGTYPE_p_GLint.SWIGTYPE_p_GLint.swigGetCPtr(value)); if (vtkd_im.SwigPendingException.isPending) throw vtkd_im.SwigPendingException.retrieve(); } public SWIGTYPE_p_GLint.SWIGTYPE_p_GLint Size() @property const { SWIGTYPE_p_GLint.SWIGTYPE_p_GLint ret = new SWIGTYPE_p_GLint.SWIGTYPE_p_GLint(vtkd_im.vtkOpenGLRGBAPixelMapState_Size_get(cast(void*)swigCPtr), true); if (vtkd_im.SwigPendingException.isPending) throw vtkd_im.SwigPendingException.retrieve(); return ret; } public void Map(SWIGTYPE_p_GLfloat.SWIGTYPE_p_GLfloat value) @property { vtkd_im.vtkOpenGLRGBAPixelMapState_Map_set(cast(void*)swigCPtr, SWIGTYPE_p_GLfloat.SWIGTYPE_p_GLfloat.swigGetCPtr(value)); } public SWIGTYPE_p_GLfloat.SWIGTYPE_p_GLfloat Map() @property const { void* cPtr = vtkd_im.vtkOpenGLRGBAPixelMapState_Map_get(cast(void*)swigCPtr); SWIGTYPE_p_GLfloat.SWIGTYPE_p_GLfloat ret = (cPtr is null) ? null : new SWIGTYPE_p_GLfloat.SWIGTYPE_p_GLfloat(cPtr, false); return ret; } public this() { this(vtkd_im.new_vtkOpenGLRGBAPixelMapState(), true); } }
D
import std.stdio, std.cstream; import httpserver; import tools; void main(string[] args) { HttpServer server = new HttpServer(); server.BeginHttpServer("127.0.0.1", 8080); din.getc(); }
D
module gfm.math.statistics; /// Range-based statistic computations. import std.range, std.math; /// Arithmetic mean. double average(R)(R r) if (isInputRange!R) { if (r.empty) return double.nan; typeof(r.front()) sum = 0; size_t count = 0; foreach(e; r) { sum += e; ++count; } return sum / count; } /// Minimum of a range. double minElement(R)(R r) if (isInputRange!R) { // do like Javascript for an empty range if (r.empty) return double.infinity; return minmax!("<", R)(r); } /// Maximum of a range. double maxElement(R)(R r) if (isInputRange!R) { // do like Javascript for an empty range if (r.empty) return -double.infinity; return minmax!(">", R)(r); } deprecated alias minElement minimum; deprecated alias maxElement maximum; /// Variance of a range. double variance(R)(R r) if (isForwardRange!R) { if (r.empty) return double.nan; auto avg = average(r.save); // getting the average typeof(avg) sum = 0; size_t count = 0; foreach(e; r) { sum += (e - avg) ^^ 2; ++count; } if (count <= 1) return 0.0; else return (sum / (count - 1.0)); // using sample std deviation as estimator } /// Standard deviation of a range. double standardDeviation(R)(R r) if (isForwardRange!R) { return sqrt(variance(r)); } private { typeof(R.front()) minmax(string op, R)(R r) if (isInputRange!R) { assert(!r.empty); auto best = r.front(); r.popFront(); foreach(e; r) { mixin("if (e " ~ op ~ " best) best = e;"); } return best; } }
D
/* * directory.d * * This file contains the logic for the Directory class, which allows * traversal of the filesystem. * * Author: Dave Wilkinson * */ module io.directory; import core.string; import core.system; import core.definitions; import core.exception; import io.file; import io.console; import platform.vars.directory; import scaffold.directory; // Section: Core // Description: This class represents a file system directory. class Directory { // Description: This constructor will create a Directory object that represents the root. this() { _isRoot = true; _path = ""; } // Description: This constructor will create a Directory at the specified path. // path: A valid universal path. this(string path) { _isRoot = false; if (path.length > 0 && path[0] == '/') { // absolute path _path = path.dup; } else { // relative path // get the working directory Directory cur = System.FileSystem.currentDir; // create an absolute path _path = cur.path ~ "/" ~ path; } bool check = DirectoryCreate(_pfVars,_path); if (check == false) { throw new Exception("Directory Cannot be Created"); } // retrieve _name foreach_reverse(int i, chr; _path) { if (chr == '/' && i < _path.length - 1) { _name = _path[i+1.._path.length].dup; break; } } } static Directory open(string path) { Directory ret = new Directory; ret._isRoot = false; if (path.length > 0 && path[0] == '/') { // absolute path ret._path = path.dup; } else { // relative path // get the working directory Directory cur = System.FileSystem.currentDir; // create an absolute path ret._path = cur.path ~ "/" ~ path; } // retrieve _name foreach_reverse(int i, chr; ret._path) { if (chr == '/' && i < ret._path.length - 1) { ret._name = ret._path[i+1..ret._path.length].dup; break; } } if (!DirectoryFileIsDir(ret._path)) { return null; } return ret; } static Directory create(string path) { return new Directory(path); } bool isDir(string _name) { return DirectoryFileIsDir(_path ~ "/" ~ _name); } void move(Directory to) { move(to.path()); } void move(string path) { if (DirectoryMove(_path, path ~ "/" ~ _name)) { _parent = Directory.open(path); _path = path ~ "/" ~ _name; } } void copy(string path) { if (DirectoryCopy(_path, path)) { _parent = null; _path = path; // retrieve _name foreach_reverse(int i, chr; _path) { if (chr == '/' && i < _path.length - 1) { _name = _path[i+1.._path.length].dup; break; } } } } void copy(Directory to, string newName = null) { if (newName is null) { newName = _name; } copy(to.path() ~ "/" ~ newName); } // Description: This function will return a String representing the _name of the directory. // Returns: The _name of the directory. string name() { return _name.dup; } // Description: This function will return a String representing the path of this directory. // Returns: The path of the directory. string path() { return _path.dup; } // Description: This function will rename the directory, if possible. // newName: The new _name for the directory. void name(string newName) { // Rename directory if (isRoot) { // XXX: Exception } else { // Change the _name of the directory (if possible) DirectoryRename(_path, newName); _path = this.parent.path ~ "/" ~ newName; _name = newName; } } // Description: This function will open the file specified by the parameter if it exists within the directory. // filename: The _name of the file to open. // Returns: Will return null if the file cannot be opened or found, will return a valid File otherwise. File openFile(string filename) { return File.open(this.path ~ "/" ~ filename); } // Description: This function will create a new file in this directory. // filename: The _name of the file to create. // Returns: Will return null if the file cannot be created, will return a valid File otherwise. File createFile(string filename) { return File.create(this.path ~ "/" ~ filename); } // Description: This function will return the _parent directory of the current path. // Returns: The Directory object representing the _parent directory and null if the current directory is the root. Directory parent() { if (isRoot) { return null; } if (_parent is null) { Console.putln(_path); foreach_reverse(int i, chr; _path) { if (chr == '/') { // truncate Console.putln(_path[0..i]); _parent = Directory.open(_path[0..i]); return _parent; } } } return _parent; } // Description: This function will return the Directory representing the directory specified within the current path. // directoryName: The _name of the directory. // Returns: The child directory specified. Directory traverse(string directoryName) { if (isDir(directoryName)) { Directory ret = Directory.open(_path ~ "/" ~ directoryName); ret._parent = this; return ret; } return null; } // Description: This function will return whether or not the object represents the root. // Returns: Will return true when the Directory is root and false otherwise. bool isRoot() { return _isRoot; } // Description: This function will return an array of filenames that are found within this directory. // Returns: An array of filenames. string[] list() { return DirectoryList(_pfVars, _path); } bool opEquals(Directory d) { return _path == d._path; } bool opEquals(string d) { return _path == d; } // this should work: alias Object.opEquals opEquals; override char[] toString() { return this.path.dup; } protected: string _name; string _path; Directory _parent; bool _isRoot; DirectoryPlatformVars _pfVars; }
D
# FIXED ICall/icall.obj: C:/TI/simplelink/ble_sdk_2_02_01_18/src/components/icall/src/icall.c ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/hal/Hwi.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/std.h ICall/icall.obj: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/stdarg.h ICall/icall.obj: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/stddef.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/targets/arm/elf/std.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/targets/arm/elf/M3.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/targets/std.h ICall/icall.obj: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/stdint.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/xdc.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types__prologue.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/package/package.defs.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types__epilogue.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/hal/Hwi__prologue.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/hal/package/package.defs.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error__prologue.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Main.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IHeap.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Memory.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IHeap.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/package/Memory_HeapProxy.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IHeap.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IGateProvider.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/package/Main_Module_GateProxy.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IGateProvider.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error__epilogue.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/interfaces/IHwi.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/interfaces/package/package.defs.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/hal/package/Hwi_HwiProxy.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/interfaces/IHwi.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/hal/Hwi__epilogue.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/family/arm/m3/Hwi.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/family/arm/m3/Hwi__prologue.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/family/arm/m3/package/package.defs.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Diags.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Diags__prologue.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Main.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Diags__epilogue.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Log.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Log__prologue.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Main.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Diags.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Diags.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Text.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Log__epilogue.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Assert.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Assert__prologue.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Main.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Diags.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Diags.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Assert__epilogue.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/BIOS.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/BIOS__prologue.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/package/package.defs.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IGateProvider.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/package/BIOS_RtsGateProxy.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IGateProvider.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/BIOS__epilogue.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/interfaces/IHwi.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/family/arm/m3/Hwi__epilogue.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/hal/package/Hwi_HwiProxy.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/gates/GateHwi.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/gates/package/package.defs.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IGateProvider.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Clock.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/package/package.defs.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Assert.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Diags.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Log.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/interfaces/ITimer.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Queue.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Swi.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Assert.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Diags.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Log.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Queue.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/package/Clock_TimerProxy.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/interfaces/ITimer.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/package/Clock_TimerProxy.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Task.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Task__prologue.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Assert.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Diags.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Log.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IHeap.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Queue.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/interfaces/ITaskSupport.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Clock.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/package/Task_SupportProxy.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/interfaces/ITaskSupport.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Task__epilogue.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/package/Task_SupportProxy.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Semaphore.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Diags.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Log.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Assert.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Queue.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Task.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Clock.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Event.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Event__prologue.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Assert.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Diags.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Log.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Queue.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Clock.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Task.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Event__epilogue.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Event.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/BIOS.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/package/BIOS_RtsGateProxy.h ICall/icall.obj: C:/TI/simplelink/ble_sdk_2_02_01_18/src/components/icall/src/inc/icall.h ICall/icall.obj: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/stdbool.h ICall/icall.obj: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/yvals.h ICall/icall.obj: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/stdarg.h ICall/icall.obj: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/linkage.h ICall/icall.obj: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/_lock.h ICall/icall.obj: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/stdlib.h ICall/icall.obj: C:/TI/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/inc/hal_assert.h ICall/icall.obj: C:/TI/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/hal_types.h ICall/icall.obj: C:/TI/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/../_common/cc26xx/_hal_types.h ICall/icall.obj: C:/TI/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/inc/hal_defs.h ICall/icall.obj: C:/TI/simplelink/ble_sdk_2_02_01_18/src/components/icall/src/icall_platform.h ICall/icall.obj: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/stdlib.h ICall/icall.obj: C:/TI/simplelink/ble_sdk_2_02_01_18/src/icall/inc/icall_addrs.h ICall/icall.obj: C:/TI/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/hal_types.h ICall/icall.obj: C:/TI/simplelink/ble_sdk_2_02_01_18/src/icall/inc/ble_user_config.h ICall/icall.obj: C:/TI/simplelink/ble_sdk_2_02_01_18/src/icall/inc/ble_dispatch.h ICall/icall.obj: C:/TI/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/cc26xx/rf_hal.h ICall/icall.obj: C:/TI/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/hal_types.h ICall/icall.obj: C:/TI/simplelink/ble_sdk_2_02_01_18/src/target/board.h ICall/icall.obj: C:/TI/simplelink/ble_sdk_2_02_01_18/src/target/./cc2650lp/cc2650lp_board.h ICall/icall.obj: C:/TI/simplelink/ble_sdk_2_02_01_18/src/icall/inc/../../boards/CC2650_LAUNCHXL/Board.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/tidrivers_cc13xx_cc26xx_2_20_01_10/packages/ti/drivers/Power.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/tidrivers_cc13xx_cc26xx_2_20_01_10/packages/ti/drivers/utils/List.h ICall/icall.obj: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/stddef.h ICall/icall.obj: C:/TI/simplelink/ble_sdk_2_02_01_18/src/icall/inc/../../boards/CC2650_LAUNCHXL/CC2650_LAUNCHXL.h ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/tidrivers_cc13xx_cc26xx_2_20_01_10/packages/ti/drivers/PIN.h ICall/icall.obj: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/stddef.h ICall/icall.obj: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/ioc.h ICall/icall.obj: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_types.h ICall/icall.obj: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_chip_def.h ICall/icall.obj: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_memmap.h ICall/icall.obj: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_ioc.h ICall/icall.obj: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_ints.h ICall/icall.obj: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/interrupt.h ICall/icall.obj: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_nvic.h ICall/icall.obj: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/debug.h ICall/icall.obj: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/cpu.h ICall/icall.obj: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_cpu_scs.h ICall/icall.obj: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/rom.h ICall/icall.obj: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/gpio.h ICall/icall.obj: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_gpio.h ICall/icall.obj: C:/TI/simplelink/ble_sdk_2_02_01_18/src/components/heapmgr/heapmgr.h ICall/icall.obj: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/string.h C:/TI/simplelink/ble_sdk_2_02_01_18/src/components/icall/src/icall.c: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/hal/Hwi.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/std.h: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/stdarg.h: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/stddef.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/targets/arm/elf/std.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/targets/arm/elf/M3.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/targets/std.h: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/stdint.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/xdc.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types__prologue.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/package/package.defs.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types__epilogue.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/hal/Hwi__prologue.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/hal/package/package.defs.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error__prologue.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Main.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IHeap.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Memory.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IHeap.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/package/Memory_HeapProxy.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IHeap.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IGateProvider.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/package/Main_Module_GateProxy.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IGateProvider.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error__epilogue.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/interfaces/IHwi.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/interfaces/package/package.defs.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/hal/package/Hwi_HwiProxy.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/interfaces/IHwi.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/hal/Hwi__epilogue.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/family/arm/m3/Hwi.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/family/arm/m3/Hwi__prologue.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/family/arm/m3/package/package.defs.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Diags.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Diags__prologue.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Main.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Diags__epilogue.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Log.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Log__prologue.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Main.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Diags.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Diags.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Text.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Log__epilogue.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Assert.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Assert__prologue.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Main.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Diags.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Diags.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Assert__epilogue.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/BIOS.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/BIOS__prologue.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/package/package.defs.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IGateProvider.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/package/BIOS_RtsGateProxy.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IGateProvider.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/BIOS__epilogue.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/interfaces/IHwi.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/family/arm/m3/Hwi__epilogue.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/hal/package/Hwi_HwiProxy.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/gates/GateHwi.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/gates/package/package.defs.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IGateProvider.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Clock.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/package/package.defs.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Assert.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Diags.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Log.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/interfaces/ITimer.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Queue.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Swi.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Assert.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Diags.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Log.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Queue.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/package/Clock_TimerProxy.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/interfaces/ITimer.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/package/Clock_TimerProxy.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Task.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Task__prologue.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Assert.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Diags.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Log.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IHeap.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Queue.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/interfaces/ITaskSupport.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Error.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Clock.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/package/Task_SupportProxy.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/interfaces/ITaskSupport.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Task__epilogue.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/package/Task_SupportProxy.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Semaphore.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Diags.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Log.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Assert.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Queue.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Task.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Clock.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Event.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Types.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IInstance.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Event__prologue.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Assert.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Diags.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/Log.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Queue.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Clock.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Task.h: C:/TI/xdctools_3_32_00_06_core/packages/xdc/runtime/IModule.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Event__epilogue.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/knl/Event.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/BIOS.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/package/BIOS_RtsGateProxy.h: C:/TI/simplelink/ble_sdk_2_02_01_18/src/components/icall/src/inc/icall.h: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/stdbool.h: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/yvals.h: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/stdarg.h: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/linkage.h: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/_lock.h: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/stdlib.h: C:/TI/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/inc/hal_assert.h: C:/TI/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/hal_types.h: C:/TI/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/../_common/cc26xx/_hal_types.h: C:/TI/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/inc/hal_defs.h: C:/TI/simplelink/ble_sdk_2_02_01_18/src/components/icall/src/icall_platform.h: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/stdlib.h: C:/TI/simplelink/ble_sdk_2_02_01_18/src/icall/inc/icall_addrs.h: C:/TI/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/hal_types.h: C:/TI/simplelink/ble_sdk_2_02_01_18/src/icall/inc/ble_user_config.h: C:/TI/simplelink/ble_sdk_2_02_01_18/src/icall/inc/ble_dispatch.h: C:/TI/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/cc26xx/rf_hal.h: C:/TI/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/hal_types.h: C:/TI/simplelink/ble_sdk_2_02_01_18/src/target/board.h: C:/TI/simplelink/ble_sdk_2_02_01_18/src/target/./cc2650lp/cc2650lp_board.h: C:/TI/simplelink/ble_sdk_2_02_01_18/src/icall/inc/../../boards/CC2650_LAUNCHXL/Board.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/tidrivers_cc13xx_cc26xx_2_20_01_10/packages/ti/drivers/Power.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/tidrivers_cc13xx_cc26xx_2_20_01_10/packages/ti/drivers/utils/List.h: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/stddef.h: C:/TI/simplelink/ble_sdk_2_02_01_18/src/icall/inc/../../boards/CC2650_LAUNCHXL/CC2650_LAUNCHXL.h: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/tidrivers_cc13xx_cc26xx_2_20_01_10/packages/ti/drivers/PIN.h: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/stddef.h: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/ioc.h: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_types.h: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_chip_def.h: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_memmap.h: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_ioc.h: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_ints.h: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/interrupt.h: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_nvic.h: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/debug.h: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/cpu.h: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_cpu_scs.h: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/rom.h: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/driverlib/gpio.h: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/cc26xxware_2_24_02_17393/inc/hw_gpio.h: C:/TI/simplelink/ble_sdk_2_02_01_18/src/components/heapmgr/heapmgr.h: C:/TI/ccsv7/tools/compiler/arm_5.2.8/include/string.h:
D
interface Selection { modify( alter: "move" | "extend", direction: "forward" | "backward" | "left" | "right", granularity: "character" | "word" | "sentence" | "line" | "paragraph" | "lineboundary" | "sentenceboundary" | "paragraphboundary" | "documentboundary" ); } interface Node{ data:string; } interface Range{ moveStart(Unit:string, Count:number):number; moveEnd(Unit:string, Count:number):number; } module su{ function _getCumulativeOffsetTop(element) { var top = 0; if (element.parentNode) { do { top += element.offsetTop || 0; element = element.offsetParent; } while (element); } return top; } // Provides the depth of ``descendant`` relative to ``ancestor`` function getDepth(ancestor, descendant) { var ret = 0; while (descendant !== ancestor) { ret++; descendant = descendant.parentNode; if (!descendant) throw new Error("not a descendant of ancestor!"); } return ret; } function getRangeNode(node: Node, offset: number) { if (node.nodeType === 3) { //Text return node; } else { return node.childNodes[offset] || node; } } function getWebkitSelectionFixNode(container) { var blankNode = document.createElement('span'); var placeholderRemover = function (event) { // Self-destructs the caret and keeps the text inserted into it by user var lastChild; container.removeEventListener('mouseup', placeholderRemover); container.removeEventListener('keydown', placeholderRemover); container.removeEventListener('touchstart', placeholderRemover); container.removeEventListener('focus', placeholderRemover); container.removeEventListener('blur', placeholderRemover); container.removeEventListener('paste', delayedPlaceholderRemover); container.removeEventListener('drop', delayedPlaceholderRemover); container.removeEventListener('beforepaste', delayedPlaceholderRemover); if (blankNode && blankNode.parentNode) { blankNode.parentNode.removeChild(blankNode); } }, delayedPlaceholderRemover = function (event) { if (blankNode && blankNode.parentNode) { setTimeout(placeholderRemover, 0); } }; blankNode.appendChild(container.ownerDocument.createTextNode(su.INVISIBLE_SPACE)); blankNode.className = '_wysihtml-temp-caret-fix'; blankNode.style.display = 'block'; blankNode.style.minWidth = '1px'; blankNode.style.height = '0px'; container.addEventListener('mouseup', placeholderRemover); container.addEventListener('keydown', placeholderRemover); container.addEventListener('touchstart', placeholderRemover); container.addEventListener('focus', placeholderRemover); container.addEventListener('blur', placeholderRemover); container.addEventListener('paste', delayedPlaceholderRemover); container.addEventListener('drop', delayedPlaceholderRemover); container.addEventListener('beforepaste', delayedPlaceholderRemover); return blankNode; } // Should fix the obtained ranges that cannot surrond contents normally to apply changes upon // Being considerate to firefox that sets range start start out of span and end inside on doubleclick initiated selection function expandRangeToSurround(range) { if (range.canSurroundContents()) return; var common = range.commonAncestorContainer, start_depth = getDepth(common, range.startContainer), end_depth = getDepth(common, range.endContainer); while (!range.canSurroundContents()) { // In the following branches, we cannot just decrement the depth variables because the setStartBefore/setEndAfter may move the start or end of the range more than one level relative to ``common``. So we need to recompute the depth. if (start_depth > end_depth) { range.setStartBefore(range.startContainer); start_depth = getDepth(common, range.startContainer); } else { range.setEndAfter(range.endContainer); end_depth = getDepth(common, range.endContainer); } } } export class Selection{ editor; composer; doc = document; win = window; contain; unselectableClass; element; constructor() {/*editor, contain, unselectableClass*/ // Make sure that our external range library is initialized //rangy.init(); console.log("seletion constructor"); // this.editor = editor; // this.composer = editor.composer; // this.doc = this.composer.doc; // this.win = this.composer.win; // this.contain = contain; // this.element = this.composer.element; // this.unselectableClass = unselectableClass || false; } /** * Get the current selection as a bookmark to be able to later restore it * * @return {Object} An object that represents the current selection */ // getBookmark() { // var range = this.getRange(); // return range && range.cloneRange(); // } // /** // * Restore a selection retrieved via wysihtml.Selection.prototype.getBookmark // * // * @param {Object} bookmark An object that represents the current selection // */ // setBookmark(bookmark) { // if (!bookmark) { // return; // } // this.setSelection(bookmark); // } /** * Set the caret in front of the given node * * @param {Object} node The element or text node where to position the caret in front of * @example * selection.setBefore(myElement); */ setBefore(node) { var range = rangy.createRange(this.doc); range.setStartBefore(node); range.setEndBefore(node); return this.setSelection(range); } // // Constructs a self removing whitespace (ain absolute positioned span) // // for placing selection caret when normal methods fail. // // Webkit has an issue with placing caret into places where there are no textnodes near by. // createTemporaryCaretSpaceAfter(node) { // var caretPlaceholder = this.doc.createElement('span'), // caretPlaceholderText = this.doc.createTextNode(su.INVISIBLE_SPACE), // placeholderRemover = (function (event) { // // Self-destructs the caret and keeps the text inserted into it by user // var lastChild; // this.contain.removeEventListener('mouseup', placeholderRemover); // this.contain.removeEventListener('keydown', keyDownHandler); // this.contain.removeEventListener('touchstart', placeholderRemover); // this.contain.removeEventListener('focus', placeholderRemover); // this.contain.removeEventListener('blur', placeholderRemover); // this.contain.removeEventListener('paste', delayedPlaceholderRemover); // this.contain.removeEventListener('drop', delayedPlaceholderRemover); // this.contain.removeEventListener('beforepaste', delayedPlaceholderRemover); // // If user inserted sth it is in the placeholder and sgould be unwrapped and stripped of invisible whitespace hack // // Otherwise the wrapper can just be removed // if (caretPlaceholder && caretPlaceholder.parentNode) { // caretPlaceholder.innerHTML = caretPlaceholder.innerHTML.replace(su.INVISIBLE_SPACE_REG_EXP, ""); // if ((/[^\s]+/).test(caretPlaceholder.innerHTML)) { // lastChild = caretPlaceholder.lastChild; // dom.unwrap(caretPlaceholder); // this.setAfter(lastChild); // } else { // caretPlaceholder.parentNode.removeChild(caretPlaceholder); // } // } // }).bind(this), // delayedPlaceholderRemover = function (event) { // if (caretPlaceholder && caretPlaceholder.parentNode) { // setTimeout(placeholderRemover, 0); // } // }, // keyDownHandler = function (event) { // if (event.which !== 8 && event.which !== 91 && event.which !== 17 && (event.which !== 86 || (!event.ctrlKey && !event.metaKey))) { // placeholderRemover(); // } // }; // caretPlaceholder.className = '_wysihtml-temp-caret-fix'; // caretPlaceholder.style.position = 'absolute'; // caretPlaceholder.style.display = 'block'; // caretPlaceholder.style.minWidth = '1px'; // caretPlaceholder.style.zIndex = '99999'; // caretPlaceholder.appendChild(caretPlaceholderText); // node.parentNode.insertBefore(caretPlaceholder, node.nextSibling); // this.setBefore(caretPlaceholderText); // // Remove the caret fix on any of the following events (some are delayed as content change happens after event) // this.contain.addEventListener('mouseup', placeholderRemover); // this.contain.addEventListener('keydown', keyDownHandler); // this.contain.addEventListener('touchstart', placeholderRemover); // this.contain.addEventListener('focus', placeholderRemover); // this.contain.addEventListener('blur', placeholderRemover); // this.contain.addEventListener('paste', delayedPlaceholderRemover); // this.contain.addEventListener('drop', delayedPlaceholderRemover); // this.contain.addEventListener('beforepaste', delayedPlaceholderRemover); // return caretPlaceholder; // } // /** // * Set the caret after the given node // * // * @param {Object} node The element or text node where to position the caret in front of // * @example // * selection.setBefore(myElement); // * callback is an optional parameter accepting a function to execute when selection ahs been set // */ // setAfter(node, notVisual?, callback?) { // var win = this.win, // range = rangy.createRange(this.doc), // fixWebkitSelection = function () { // // Webkit fails to add selection if there are no textnodes in that region // // (like an uneditable container at the end of content). // var parent = node.parentNode, // lastSibling = parent ? parent.childNodes[parent.childNodes.length - 1] : null; // if (!sel || (lastSibling === node && node.nodeType === 1 && win.getComputedStyle(node).display === "block")) { // if (notVisual) { // // If setAfter is used as internal between actions, self-removing caretPlaceholder has simpler implementation // // and remove itself in call stack end instead on user interaction // var caretPlaceholder = this.doc.createTextNode(sulag.INVISIBLE_SPACE); // node.parentNode.insertBefore(caretPlaceholder, node.nextSibling); // this.selectNode(caretPlaceholder); // setTimeout(function () { // if (caretPlaceholder && caretPlaceholder.parentNode) { // caretPlaceholder.parentNode.removeChild(caretPlaceholder); // } // }, 0); // } else { // this.createTemporaryCaretSpaceAfter(node); // } // } // }.bind(this), // sel; // range.setStartAfter(node); // range.setEndAfter(node); // // In IE contenteditable must be focused before we can set selection // // thus setting the focus if activeElement is not this composer // if (!document.activeElement || document.activeElement !== this.composer.element) { // var scrollPos = this.composer.getScrollPos(); // this.composer.element.focus(); // this.composer.setScrollPos(scrollPos); // setTimeout(function () { // sel = this.setSelection(range); // fixWebkitSelection(); // if (callback) { // callback(sel); // } // }.bind(this), 0); // } else { // sel = this.setSelection(range); // fixWebkitSelection(); // if (callback) { // callback(sel); // } // } // } /** * Ability to select/mark nodes * * @param {Element} node The node/element to select * @example * selection.selectNode(document.getElementById("my-image")); */ selectNode(node, avoidInvisibleSpace?) { var range = rangy.createRange(this.doc), isElement = node.nodeType === su.ELEMENT_NODE, canHaveHTML = "canHaveHTML" in node ? node.canHaveHTML : (node.nodeName !== "IMG"), content = isElement ? node.innerHTML : node.data, isEmpty = (content === "" || content === su.INVISIBLE_SPACE), displayStyle = su.dom.getStyle("display").from(node), isBlockElement = (displayStyle === "block" || displayStyle === "list-item"); if (isEmpty && isElement && canHaveHTML && !avoidInvisibleSpace) { // Make sure that caret is visible in node by inserting a zero width no breaking space try { node.innerHTML = su.INVISIBLE_SPACE; } catch (e) { } } if (canHaveHTML) { range.selectNodeContents(node); } else { range.selectNode(node); } if (canHaveHTML && isEmpty && isElement) { range.collapse(isBlockElement); } else if (canHaveHTML && isEmpty) { range.setStartAfter(node); range.setEndAfter(node); } this.setSelection(range); } // /** // * Get the node which contains the selection // * // * @param {Boolean} [controlRange] (only IE) Whether it should return the selected ControlRange element when the selection type is a "ControlRange" // * @return {Object} The node that contains the caret // * @example // * var nodeThatContainsCaret = selection.getSelectedNode(); // */ // getSelectedNode(controlRange) { // var selection, // range; // if (controlRange && this.doc.selection && this.doc.selection.type === "Control") { // range = this.doc.selection.createRange(); // if (range && range.length) { // return range.item(0); // } // } // //selection = this.getSelection(this.doc); // selection = this.getSelection(); // if (selection.focusNode === selection.anchorNode) { // return selection.focusNode; // } else { // range = this.getRange(this.doc); // return range ? range.commonAncestorContainer : this.doc.body; // } // } // fixSelBorders() { // var range = this.getRange(); // expandRangeToSurround(range); // this.setSelection(range); // } // getSelectedOwnNodes(controlRange?) { // var selection, // ranges = this.getOwnRanges(), // ownNodes = []; // for (var i = 0, maxi = ranges.length; i < maxi; i++) { // ownNodes.push(ranges[i].commonAncestorContainer || this.doc.body); // } // return ownNodes; // } // findNodesInSelection(nodeTypes) { // var ranges = this.getOwnRanges(), // nodes = [], curNodes; // for (var i = 0, maxi = ranges.length; i < maxi; i++) { // curNodes = ranges[i].getNodes([1], function (node) { // return lang.array(nodeTypes).contains(node.nodeName); // }); // nodes = nodes.concat(curNodes); // } // return nodes; // } // filterElements(filter) { // var ranges = this.getOwnRanges(), // nodes = [], curNodes; // for (var i = 0, maxi = ranges.length; i < maxi; i++) { // curNodes = ranges[i].getNodes([1], function (element) { // return filter(element, ranges[i]); // }); // nodes = nodes.concat(curNodes); // } // return nodes; // } // containsUneditable() { // var uneditables = this.getOwnUneditables(), // selection = this.getSelection(); // for (var i = 0, maxi = uneditables.length; i < maxi; i++) { // if (selection.containsNode(uneditables[i])) { // return true; // } // } // return false; // } // // Deletes selection contents making sure uneditables/unselectables are not partially deleted // // Triggers wysihtml:uneditable:delete custom event on all deleted uneditables if customevents suppoorted // deleteContents() { // var range = this.getRange(); // this.deleteRangeContents(range); // this.setSelection(range); // } // // Makes sure all uneditable sare notified before deleting contents // deleteRangeContents(range) { // var startParent, endParent, uneditables, ev; // if (this.unselectableClass) { // if ((startParent = dom.getParentElement(range.startContainer, { query: "." + this.unselectableClass }, false, this.contain))) { // range.setStartBefore(startParent); // } // if ((endParent = dom.getParentElement(range.endContainer, { query: "." + this.unselectableClass }, false, this.contain))) { // range.setEndAfter(endParent); // } // // If customevents present notify uneditable elements of being deleted // uneditables = range.getNodes([1], (function (node) { // return dom.hasClass(node, this.unselectableClass); // }).bind(this)); // for (var i = uneditables.length; i--;) { // try { // ev = new CustomEvent("wysihtml:uneditable:delete"); // uneditables[i].dispatchEvent(ev); // } catch (err) { } // } // } // range.deleteContents(); // } /** * 返回插入光标(caret)所在Node */ getCaretNode() { var selection = this.getSelection(); return (selection && selection.anchorNode) ? getRangeNode(selection.anchorNode, selection.anchorOffset) : null; } // getPreviousNode(node, ignoreEmpty) { // var displayStyle; // if (!node) { // var selection = this.getSelection(); // node = (selection && selection.anchorNode) ? getRangeNode(selection.anchorNode, selection.anchorOffset) : null; // } // if (node === this.contain) { // return false; // } // var ret = node.previousSibling, // parent; // if (ret === this.contain) { // return false; // } // if (ret && ret.nodeType !== 3 && ret.nodeType !== 1) { // // do not count comments and other node types // ret = this.getPreviousNode(ret, ignoreEmpty); // } else if (ret && ret.nodeType === 3 && (/^\s*$/).test(ret.textContent)) { // // do not count empty textnodes as previous nodes // ret = this.getPreviousNode(ret, ignoreEmpty); // } else if (ignoreEmpty && ret && ret.nodeType === 1) { // // Do not count empty nodes if param set. // // Contenteditable tends to bypass and delete these silently when deleting with caret when element is inline-like // displayStyle = dom.getStyle("display").from(ret); // if ( // !lang.array(["BR", "HR", "IMG"]).contains(ret.nodeName) && // !lang.array(["block", "inline-block", "flex", "list-item", "table"]).contains(displayStyle) && // (/^[\s]*$/).test(ret.innerHTML) // ) { // ret = this.getPreviousNode(ret, ignoreEmpty); // } // } else if (!ret && node !== this.contain) { // parent = node.parentNode; // if (parent !== this.contain) { // ret = this.getPreviousNode(parent, ignoreEmpty); // } // } // return (ret !== this.contain) ? ret : false; // } // // Gather info about caret location (caret node, previous and next node) // getNodesNearCaret() { // if (!this.isCollapsed()) { // throw "Selection must be caret when using selection.getNodesNearCaret()"; // } // var r = this.getOwnRanges(), // caretNode, prevNode, nextNode, offset; // if (r && r.length > 0) { // if (r[0].startContainer.nodeType === 1) { // caretNode = r[0].startContainer.childNodes[r[0].startOffset - 1]; // if (!caretNode && r[0].startOffset === 0) { // // Is first position before all nodes // nextNode = r[0].startContainer.childNodes[0]; // } else if (caretNode) { // prevNode = caretNode.previousSibling; // nextNode = caretNode.nextSibling; // } // } else { // if (r[0].startOffset === 0 && r[0].startContainer.previousSibling) { // caretNode = r[0].startContainer.previousSibling; // if (caretNode.nodeType === 3) { // offset = caretNode.data.length; // } // } else { // caretNode = r[0].startContainer; // offset = r[0].startOffset; // } // prevNode = caretNode.previousSibling; // nextNode = caretNode.nextSibling; // } // return { // "caretNode": caretNode, // "prevNode": prevNode, // "nextNode": nextNode, // "textOffset": offset // }; // } // return null; // } // getSelectionParentsByTag(tagName) { // var nodes = this.getSelectedOwnNodes(), // curEl, parents = []; // for (var i = 0, maxi = nodes.length; i < maxi; i++) { // curEl = (nodes[i].nodeName && nodes[i].nodeName === 'LI') ? nodes[i] : dom.getParentElement(nodes[i], { query: 'li' }, false, this.contain); // if (curEl) { // parents.push(curEl); // } // } // return (parents.length) ? parents : null; // } // getRangeToNodeEnd() { // if (this.isCollapsed()) { // var range = this.getRange(), // sNode, pos, lastR; // if (range) { // sNode = range.startContainer; // pos = range.startOffset; // lastR = rangy.createRange(this.doc); // lastR.selectNodeContents(sNode); // lastR.setStart(sNode, pos); // return lastR; // } // } // } // getRangeToNodeBeginning() { // if (this.isCollapsed()) { // var range = this.getRange(), // sNode = range.startContainer, // pos = range.startOffset, // lastR = rangy.createRange(this.doc); // lastR.selectNodeContents(sNode); // lastR.setEnd(sNode, pos); // return lastR; // } // } // // This function returns if caret is last in a node (no textual visible content follows) // caretIsInTheEndOfNode(ignoreIfSpaceIsBeforeCaret) { // var r = rangy.createRange(this.doc), // s = this.getSelection(), // rangeToNodeEnd = this.getRangeToNodeEnd(), // endc, endtxt, beginc, begintxt; // if (rangeToNodeEnd) { // endc = rangeToNodeEnd.cloneContents(); // endtxt = endc.textContent; // if ((/^\s*$/).test(endtxt)) { // if (ignoreIfSpaceIsBeforeCaret) { // beginc = this.getRangeToNodeBeginning().cloneContents(); // begintxt = beginc.textContent; // return !(/[\u00A0 ][\s\uFEFF]*$/).test(begintxt); // } else { // return true; // } // } else { // return false; // } // } else { // return false; // } // } // caretIsFirstInSelection(includeLineBreaks) { // var r = rangy.createRange(this.doc), // s = this.getSelection(), // range = this.getRange(), // startNode = getRangeNode(range.startContainer, range.startOffset); // if (startNode) { // if (startNode.nodeType === sulag.TEXT_NODE) { // if (!startNode.parentNode) { // return false; // } // if (!this.isCollapsed() || (startNode.parentNode.firstChild !== startNode && !dom.domNode(startNode.previousSibling).is.block())) { // return false; // } // var ws = this.win.getComputedStyle(startNode.parentNode).whiteSpace; // return (ws === "pre" || ws === "pre-wrap") ? range.startOffset === 0 : (/^\s*$/).test(startNode.data.substr(0, range.startOffset)); // } else if (includeLineBreaks && dom.domNode(startNode).is.lineBreak()) { // return true; // } else { // r.selectNodeContents(this.getRange().commonAncestorContainer); // r.collapse(true); // return (this.isCollapsed() && (r.startContainer === s.anchorNode || r.endContainer === s.anchorNode) && r.startOffset === s.anchorOffset); // } // } // } // caretIsInTheBeginnig(ofNode) { // var selection = this.getSelection(), // node = selection.anchorNode, // offset = selection.anchorOffset; // if (ofNode && node) { // return (offset === 0 && (node.nodeName && node.nodeName === ofNode.toUpperCase() || dom.getParentElement(node.parentNode, { query: ofNode }, 1))); // } else if (node) { // return (offset === 0 && !this.getPreviousNode(node, true)); // } // } // // Returns object describing node/text before selection // // If includePrevLeaves is true returns also previous last leaf child if selection is in the beginning of current node // getBeforeSelection(includePrevLeaves) { // var sel = this.getSelection(), // startNode = (sel.isBackwards()) ? sel.focusNode : sel.anchorNode, // startOffset = (sel.isBackwards()) ? sel.focusOffset : sel.anchorOffset, // rng = this.createRange(), endNode, inTmpCaret; // // If start is textnode and all is whitespace before caret. Set start offset to 0 // if (startNode && startNode.nodeType === 3 && (/^\s*$/).test(startNode.data.slice(0, startOffset))) { // startOffset = 0; // } // // Escape temproray helper nodes if selection in them // inTmpCaret = dom.getParentElement(startNode, { query: '._wysihtml-temp-caret-fix' }, 1); // if (inTmpCaret) { // startNode = inTmpCaret.parentNode; // startOffset = Array.prototype.indexOf.call(startNode.childNodes, inTmpCaret); // } // if (startNode) { // if (startOffset > 0) { // if (startNode.nodeType === 3) { // rng.setStart(startNode, 0); // rng.setEnd(startNode, startOffset); // return { // type: "text", // range: rng, // offset: startOffset, // node: startNode // }; // } else { // rng.setStartBefore(startNode.childNodes[0]); // endNode = startNode.childNodes[startOffset - 1]; // rng.setEndAfter(endNode); // return { // type: "element", // range: rng, // offset: startOffset, // node: endNode // }; // } // } else { // rng.setStartAndEnd(startNode, 0); // if (includePrevLeaves) { // var prevNode = this.getPreviousNode(startNode, true), // prevLeaf = null; // if (prevNode) { // if (prevNode.nodeType === 1 && dom.hasClass(prevNode, this.unselectableClass)) { // prevLeaf = prevNode; // } else { // prevLeaf = dom.domNode(prevNode).lastLeafNode(); // } // } // if (prevLeaf) { // return { // type: "leafnode", // range: rng, // offset: startOffset, // node: prevLeaf // }; // } // } // return { // type: "none", // range: rng, // offset: startOffset, // node: startNode // }; // } // } // return null; // } // // TODO: Figure out a method from following 2 that would work universally // executeAndRestoreRangy(method, restoreScrollPosition) { // var sel = rangy.saveSelection(this.win); // if (!sel) { // method(); // } else { // try { // method(); // } catch (e) { // setTimeout(function () { throw e; }, 0); // } // } // rangy.restoreSelection(sel); // } // // TODO: has problems in chrome 12. investigate block level and uneditable area inbetween // executeAndRestore(method, restoreScrollPosition) { // var body = this.doc.body, // oldScrollTop = restoreScrollPosition && body.scrollTop, // oldScrollLeft = restoreScrollPosition && body.scrollLeft, // className = "_wysihtml-temp-placeholder", // placeholderHtml = '<span class="' + className + '">' + sulag.INVISIBLE_SPACE + '</span>', // range = this.getRange(true), // caretPlaceholder, // newCaretPlaceholder, // nextSibling, prevSibling, // node, node2, range2, // newRange; // // Nothing selected, execute and say goodbye // if (!range) { // method(body, body); // return; // } // if (!range.collapsed) { // range2 = range.cloneRange(); // node2 = range2.createContextualFragment(placeholderHtml); // range2.collapse(false); // range2.insertNode(node2); // range2.detach(); // } // node = range.createContextualFragment(placeholderHtml); // range.insertNode(node); // if (node2) { // caretPlaceholder = this.contain.querySelectorAll("." + className); // range.setStartBefore(caretPlaceholder[0]); // range.setEndAfter(caretPlaceholder[caretPlaceholder.length - 1]); // } // this.setSelection(range); // // Make sure that a potential error doesn't cause our placeholder element to be left as a placeholder // try { // method(range.startContainer, range.endContainer); // } catch (e) { // setTimeout(function () { throw e; }, 0); // } // caretPlaceholder = this.contain.querySelectorAll("." + className); // if (caretPlaceholder && caretPlaceholder.length) { // newRange = rangy.createRange(this.doc); // nextSibling = caretPlaceholder[0].nextSibling; // if (caretPlaceholder.length > 1) { // prevSibling = caretPlaceholder[caretPlaceholder.length - 1].previousSibling; // } // if (prevSibling && nextSibling) { // newRange.setStartBefore(nextSibling); // newRange.setEndAfter(prevSibling); // } else { // newCaretPlaceholder = this.doc.createTextNode(sulag.INVISIBLE_SPACE); // dom.insert(newCaretPlaceholder).after(caretPlaceholder[0]); // newRange.setStartBefore(newCaretPlaceholder); // newRange.setEndAfter(newCaretPlaceholder); // } // this.setSelection(newRange); // for (var i = caretPlaceholder.length; i--;) { // caretPlaceholder[i].parentNode.removeChild(caretPlaceholder[i]); // } // } else { // // fallback for when all hell breaks loose // this.contain.focus(); // } // if (restoreScrollPosition) { // body.scrollTop = oldScrollTop; // body.scrollLeft = oldScrollLeft; // } // // Remove it again, just to make sure that the placeholder is definitely out of the dom tree // try { // caretPlaceholder.parentNode.removeChild(caretPlaceholder); // } catch (e2) { } // } // set(node, offset) { // var newRange = rangy.createRange(this.doc); // newRange.setStart(node, offset || 0); // this.setSelection(newRange); // } // /** // * Insert html at the caret or selection position and move the cursor after the inserted html // * Replaces selection content if present // * // * @param {String} html HTML string to insert // * @example // * selection.insertHTML("<p>foobar</p>"); // */ // insertHTML(html) { // var range = this.getRange(), // node = this.doc.createElement('DIV'), // fragment = this.doc.createDocumentFragment(), // lastChild, lastEditorElement; // if (range) { // range.deleteContents(); // node.innerHTML = html; // lastChild = node.lastChild; // while (node.firstChild) { // fragment.appendChild(node.firstChild); // } // range.insertNode(fragment); // lastEditorElement = this.contain.lastChild; // while (lastEditorElement && lastEditorElement.nodeType === 3 && lastEditorElement.previousSibling && (/^\s*$/).test(lastEditorElement.data)) { // lastEditorElement = lastEditorElement.previousSibling; // } // if (lastChild) { // // fixes some pad cases mostly on webkit where last nr is needed // if (lastEditorElement && lastChild === lastEditorElement && lastChild.nodeType === 1) { // this.contain.appendChild(this.doc.createElement('br')); // } // this.setAfter(lastChild); // } // } // } // /** // * Insert a node at the caret position and move the cursor behind it // * // * @param {Object} node HTML string to insert // * @example // * selection.insertNode(document.createTextNode("foobar")); // */ // insertNode(node) { // var range = this.getRange(); // if (range) { // range.deleteContents(); // range.insertNode(node); // } // } // canAppendChild(node) { // var anchorNode, anchorNodeTagNameLower, // voidElements = ["area", "base", "br", "col", "command", "embed", "hr", "img", "input", "keygen", "link", "meta", "param", "source", "track", "wbr"], // range = this.getRange(); // anchorNode = node || range.startContainer; // if (anchorNode) { // anchorNodeTagNameLower = (anchorNode.tagName || anchorNode.nodeName).toLowerCase(); // } // return voidElements.indexOf(anchorNodeTagNameLower) === -1; // } // splitElementAtCaret(element, insertNode) { // var sel = this.getSelection(), // range, contentAfterRangeStart, // firstChild, lastChild, childNodes; // if (sel.rangeCount > 0) { // range = sel.getRangeAt(0).cloneRange(); // Create a copy of the selection range to work with // range.setEndAfter(element); // Place the end of the range after the element // contentAfterRangeStart = range.extractContents(); // Extract the contents of the element after the caret into a fragment // childNodes = contentAfterRangeStart.childNodes; // // Empty elements are cleaned up from extracted content // for (var i = childNodes.length; i--;) { // if (!dom.domNode(childNodes[i]).is.visible()) { // contentAfterRangeStart.removeChild(childNodes[i]); // } // } // element.parentNode.insertBefore(contentAfterRangeStart, element.nextSibling); // if (insertNode) { // firstChild = insertNode.firstChild || insertNode; // lastChild = insertNode.lastChild || insertNode; // element.parentNode.insertBefore(insertNode, element.nextSibling); // // Select inserted node contents // if (firstChild && lastChild) { // range.setStartBefore(firstChild); // range.setEndAfter(lastChild); // this.setSelection(range); // } // } else { // range.setStartAfter(element); // range.setEndAfter(element); // } // if (!dom.domNode(element).is.visible()) { // if (dom.getTextContent(element) === '') { // element.parentNode.removeChild(element); // } else { // element.parentNode.replaceChild(this.doc.createTextNode(" "), element); // } // } // } // } // /** // * Wraps current selection with the given node // * // * @param {Object} node The node to surround the selected elements with // */ // surround(nodeOptions) { // var ranges = this.getOwnRanges(), // node, nodes = []; // if (ranges.length == 0) { // return nodes; // } // for (var i = ranges.length; i--;) { // node = this.doc.createElement(nodeOptions.nodeName); // nodes.push(node); // if (nodeOptions.className) { // node.className = nodeOptions.className; // } // if (nodeOptions.cssStyle) { // node.setAttribute('style', nodeOptions.cssStyle); // } // try { // // This only works when the range boundaries are not overlapping other elements // ranges[i].surroundContents(node); // this.selectNode(node); // } catch (e) { // // fallback // node.appendChild(ranges[i].extractContents()); // ranges[i].insertNode(node); // } // } // return nodes; // } // /** // * Scroll the current caret position into the view // * FIXME: This is a bit hacky, there might be a smarter way of doing this // * // * @example // * selection.scrollIntoView(); // */ // scrollIntoView() { // var doc = this.doc, // tolerance = 5, // px // hasScrollBars = doc.documentElement.scrollHeight > doc.documentElement.offsetHeight, // tempElement = doc._wysihtmlScrollIntoViewElement = doc._wysihtmlScrollIntoViewElement || (function () { // var element = doc.createElement("span"); // // The element needs content in order to be able to calculate it's position properly // element.innerHTML = sulag.INVISIBLE_SPACE; // return element; // })(), // offsetTop; // if (hasScrollBars) { // this.insertNode(tempElement); // offsetTop = _getCumulativeOffsetTop(tempElement); // tempElement.parentNode.removeChild(tempElement); // if (offsetTop >= (doc.body.scrollTop + doc.documentElement.offsetHeight - tolerance)) { // doc.body.scrollTop = offsetTop; // } // } // } /** * 选中光标所在行 */ selectLine() { var r = rangy.createRange(); if (browser.supportsSelectionModify()) { this._selectLine_W3C(); } else if (r.nativeRange && r.nativeRange.getBoundingClientRect) { // Range.getBoundingClientRect() 返回一个 ClientRect 对象,该对象限定了选定的文档对象的内容, // 该方法返回了一个矩形,这个矩形包围了该文档对象中所有元素的边界矩形集合 // For IE Edge as it ditched the old api and did not fully implement the new one (as expected) this._selectLineUniversal(); } } includeRangyRangeHelpers() { var s = this.getSelection(), r = <RangyRange>s.getRangeAt(0), isHelperNode = function (node) { return (node && node.nodeType === 1 && node.classList.contains('rangySelectionBoundary')); }, getNodeLength = function (node) { if (node.nodeType === 1) { return node.childNodes && node.childNodes.length || 0; } else { return node.data && node.data.length || 0; } }, anode = s.anchorNode.nodeType === 1 ? s.anchorNode.childNodes[s.anchorOffset] : s.anchorNode, fnode = s.focusNode.nodeType === 1 ? s.focusNode.childNodes[s.focusOffset] : s.focusNode; if (fnode && s.focusOffset === getNodeLength(fnode) && fnode.nextSibling && isHelperNode(fnode.nextSibling)) { r.setEndAfter(fnode.nextSibling); } if (anode && s.anchorOffset === 0 && anode.previousSibling && isHelperNode(anode.previousSibling)) { r.setStartBefore(anode.previousSibling); } r.select(); } /** * See https://developer.mozilla.org/en/DOM/Selection/modify */ _selectLine_W3C() { var selection = this.win.getSelection(), initialBoundry = [selection.anchorNode, selection.anchorOffset, selection.focusNode, selection.focusOffset]; selection.modify("move", "left", "lineboundary"); selection.modify("extend", "right", "lineboundary"); // IF lineboundary extending did not change selection try universal fallback (FF fails sometimes without a reason) if (selection.anchorNode === initialBoundry[0] && selection.anchorOffset === initialBoundry[1] && selection.focusNode === initialBoundry[2] && selection.focusOffset === initialBoundry[3] ) { this._selectLineUniversal(); } else { this.includeRangyRangeHelpers(); } } // // collapses selection to current line beginning or end // toLineBoundary(location, collapse) { // collapse = (typeof collapse === 'undefined') ? false : collapse; // if (browser.supportsSelectionModify()) { // var selection = this.win.getSelection(); // selection.modify("extend", location, "lineboundary"); // if (collapse) { // if (location === "left") { // selection.collapseToStart(); // } else if (location === "right") { // selection.collapseToEnd(); // } // } // } // } // getRangeRect(r) { // var textNode = this.doc.createTextNode("i"), // testNode = this.doc.createTextNode("i"), // rect, cr; // /*testNode.style.visibility = "hidden"; // testNode.style.width = "0px"; // testNode.style.display = "inline-block"; // testNode.style.overflow = "hidden"; // testNode.appendChild(textNode);*/ // if (r.collapsed) { // r.insertNode(testNode); // r.selectNode(testNode); // rect = r.nativeRange.getBoundingClientRect(); // r.deleteContents(); // } else { // rect = r.nativeRange.getBoundingClientRect(); // } // return rect; // } _selectLineUniversal() { var s = this.getSelection(), r = <RangyRange>s.getRangeAt(0), rect, startRange, endRange, testRange, count = 0, amount, testRect, found, that = this, isLineBreakingElement = function (el) { return el && el.nodeType === 1 && (that.win.getComputedStyle(el).display === "block" || lang.array(['BR', 'HR']).contains(el.nodeName)); }, prevNode = function (node) { var pnode = node; if (pnode) { while (pnode && ((pnode.nodeType === 1 && pnode.classList.contains('rangySelectionBoundary')) || (pnode.nodeType === 3 && (/^\s*$/).test(pnode.data)))) { pnode = pnode.previousSibling; } } return pnode; }; startRange = r.cloneRange(); endRange = r.cloneRange(); if (r.collapsed) { // Collapsed state can not have a bounding rect. Thus need to expand it at least by 1 character first while not crossing line boundary // TODO: figure out a shorter and more readable way if (r.startContainer.nodeType === 3 && r.startOffset < (r.startContainer).data.length) { r.moveEnd('character', 1); } else if (r.startContainer.nodeType === 1 && r.startContainer.childNodes[r.startOffset] && r.startContainer.childNodes[r.startOffset].nodeType === 3 && r.startContainer.childNodes[r.startOffset].data.length > 0) { r.moveEnd('character', 1); } else if ( r.startOffset > 0 && ( r.startContainer.nodeType === 3 || ( r.startContainer.nodeType === 1 && !isLineBreakingElement(prevNode(r.startContainer.childNodes[r.startOffset - 1])) ) ) ) { r.moveStart('character', -1); } } if (!r.collapsed) { r.insertNode(this.doc.createTextNode(su.INVISIBLE_SPACE)); } // Is probably just empty line as can not be expanded rect = r.nativeRange.getBoundingClientRect(); // If startnode is not line break allready move the start position of range by -1 character until clientRect top changes; do { amount = r.moveStart('character', -1); testRect = r.nativeRange.getBoundingClientRect(); if (!testRect || Math.floor(testRect.top) !== Math.floor(rect.top)) { r.moveStart('character', 1); found = true; } count++; } while (amount !== 0 && !found && count < 2000); count = 0; found = false; rect = r.nativeRange.getBoundingClientRect(); if (r.endContainer !== this.contain || (this.contain.lastChild && this.contain.childNodes[r.endOffset] !== this.contain.lastChild)) { do { amount = r.moveEnd('character', 1); testRect = r.nativeRange.getBoundingClientRect(); if (!testRect || Math.floor(testRect.bottom) !== Math.floor(rect.bottom)) { r.moveEnd('character', -1); // Fix a IE line end marked by linebreak element although caret is before it // If causes problems should be changed to be applied only to IE if (r.endContainer && r.endContainer.nodeType === 1 && r.endContainer.childNodes[r.endOffset] && r.endContainer.childNodes[r.endOffset].nodeType === 1 && r.endContainer.childNodes[r.endOffset].nodeName === "BR" && r.endContainer.childNodes[r.endOffset].previousSibling) { if (r.endContainer.childNodes[r.endOffset].previousSibling.nodeType === 1) { r.setEnd(r.endContainer.childNodes[r.endOffset].previousSibling, r.endContainer.childNodes[r.endOffset].previousSibling.childNodes.length); } else if (r.endContainer.childNodes[r.endOffset].previousSibling.nodeType === 3) { r.setEnd(r.endContainer.childNodes[r.endOffset].previousSibling, r.endContainer.childNodes[r.endOffset].previousSibling.data.length); } } found = true; } count++; } while (amount !== 0 && !found && count < 2000); } r.select(); this.includeRangyRangeHelpers(); } /** * 以Text形式返回selection内容 */ getText(): string { var selection = this.getSelection(); return selection ? selection.toString() : ""; } /** * 返回包含filter条件的所有node节点的数组 * @example * Seletion.getNodes([1,3],function(node){ * return node.nodeType ==3; * } * // [text, text] */ getNodes(nodeType: number | number[], filter?: (node: Node) => boolean) { var range = this.getRange(); if (range) { return (range as RangyRange).getNodes(Array.isArray(nodeType) ? nodeType : [nodeType], filter); } else { return []; } } // // Gets all the elements in selection with nodeType // // Ignores the elements not belonging to current editable area // // If filter is defined nodes must pass the filter function with true to be included in list // getOwnNodes(nodeType, filter, splitBounds) { // var ranges = this.getOwnRanges(), // nodes = []; // for (var r = 0, rmax = ranges.length; r < rmax; r++) { // if (ranges[r]) { // if (splitBounds) { // ranges[r].splitBoundaries(); // } // nodes = nodes.concat(ranges[r].getNodes(Array.isArray(nodeType) ? nodeType : [nodeType], filter)); // } // } // return nodes; // } fixRangeOverflow(range) { if (this.contain && this.contain.firstChild && range) { var containment = range.compareNode(this.contain); if (containment !== 2) { if (containment === 1) { range.setStartBefore(this.contain.firstChild); } if (containment === 0) { range.setEndAfter(this.contain.lastChild); } if (containment === 3) { range.setStartBefore(this.contain.firstChild); range.setEndAfter(this.contain.lastChild); } } else if (this._detectInlineRangeProblems(range)) { var previousElementSibling = range.endContainer.previousElementSibling; if (previousElementSibling) { range.setEnd(previousElementSibling, this._endOffsetForNode(previousElementSibling)); } } } } _endOffsetForNode(node) { var range = document.createRange(); range.selectNodeContents(node); return range.endOffset; } _detectInlineRangeProblems(range) { var position: any = dom.compareDocumentPosition(range.startContainer, range.endContainer); return ( range.endOffset == 0 && position & 4 //Node.DOCUMENT_POSITION_FOLLOWING ); } /** * 返回选中内容的Range对象 */ getRange(dontFix?: boolean): Range { var selection = this.getSelection(), range = selection && selection.rangeCount && selection.getRangeAt(0); if (dontFix !== true) { this.fixRangeOverflow(range); } return range; } // getOwnUneditables() { // var allUneditables = dom.query(this.contain, '.' + this.unselectableClass), // deepUneditables = dom.query(allUneditables, '.' + this.unselectableClass); // return lang.array(allUneditables).without(deepUneditables); // } // // Returns an array of ranges that belong only to this editable // // Needed as uneditable block in contenteditabel can split range into pieces // // If manipulating content reverse loop is usually needed as manipulation can shift subsequent ranges // getOwnRanges() { // var ranges = [], // r = this.getRange(), // tmpRanges; // if (r) { ranges.push(r); } // if (this.unselectableClass && this.contain && r) { // var uneditables = this.getOwnUneditables(), // tmpRange; // if (uneditables.length > 0) { // for (var i = 0, imax = uneditables.length; i < imax; i++) { // tmpRanges = []; // for (var j = 0, jmax = ranges.length; j < jmax; j++) { // if (ranges[j]) { // switch (ranges[j].compareNode(uneditables[i])) { // case 2: // // all selection inside uneditable. remove // break; // case 3: // //section begins before and ends after uneditable. spilt // tmpRange = ranges[j].cloneRange(); // tmpRange.setEndBefore(uneditables[i]); // tmpRanges.push(tmpRange); // tmpRange = ranges[j].cloneRange(); // tmpRange.setStartAfter(uneditables[i]); // tmpRanges.push(tmpRange); // break; // default: // // in all other cases uneditable does not touch selection. dont modify // tmpRanges.push(ranges[j]); // } // } // ranges = tmpRanges; // } // } // } // } // return ranges; // } getSelection() { return rangy.getSelection(this.win); } // Sets selection in document to a given range // Set selection method detects if it fails to set any selection in document and returns null on fail // (especially needed in webkit where some ranges just can not create selection for no reason) setSelection(range: RangyRange) { var selection = rangy.getSelection(this.win); selection.setSingleRange(range); return (selection && selection.anchorNode && selection.focusNode) ? selection : null; } // Webkit has an ancient error of not selecting all contents when uneditable block element is first or last in editable area // selectAll() { // var range = this.createRange(), // composer = this.composer, // that = this, // blankEndNode = getWebkitSelectionFixNode(this.composer.element), // blankStartNode = getWebkitSelectionFixNode(this.composer.element), // s; // var doSelect = function () { // range.setStart(composer.element, 0); // range.setEnd(composer.element, composer.element.childNodes.length); // s = that.setSelection(range); // }; // var notSelected = function () { // return !s || (s.nativeSelection && s.nativeSelection.type && (s.nativeSelection.type === "Caret" || s.nativeSelection.type === "None")); // } // dom.removeInvisibleSpaces(this.composer.element); // doSelect(); // if (this.composer.element.firstChild && notSelected()) { // // Try fixing end // this.composer.element.appendChild(blankEndNode); // doSelect(); // if (notSelected()) { // // Remove end fix // blankEndNode.parentNode.removeChild(blankEndNode); // // Try fixing beginning // this.composer.element.insertBefore(blankStartNode, this.composer.element.firstChild); // doSelect(); // if (notSelected()) { // // Try fixing both // this.composer.element.appendChild(blankEndNode); // doSelect(); // } // } // } // } /** * 创建Rang对象 */ createRange(doc?) { return rangy.createRange(doc ? doc : this.doc); } /** * 是否在textarea、input、iframe等中 */ isCollapsed() { return this.getSelection().isCollapsed; } /** * 返回选择内容的html代码 */ getHtml(): string { return this.getSelection().toHtml(); } /** * 返回纯文本 */ getPlainText(): string { return this.getSelection().toString(); } // isEndToEndInNode(nodeNames) { // var range = this.getRange(), // parentElement = range.commonAncestorContainer, // startNode = range.startContainer, // endNode = range.endContainer; // if (parentElement.nodeType === sulag.TEXT_NODE) { // parentElement = parentElement.parentNode; // } // if (startNode.nodeType === sulag.TEXT_NODE && !(/^\s*$/).test(startNode.data.substr(range.startOffset))) { // return false; // } // if (endNode.nodeType === sulag.TEXT_NODE && !(/^\s*$/).test(endNode.data.substr(range.endOffset))) { // return false; // } // while (startNode && startNode !== parentElement) { // if (startNode.nodeType !== sulag.TEXT_NODE && !dom.contains(parentElement, startNode)) { // return false; // } // if (dom.domNode(startNode).prev({ ignoreBlankTexts: true })) { // return false; // } // startNode = startNode.parentNode; // } // while (endNode && endNode !== parentElement) { // if (endNode.nodeType !== sulag.TEXT_NODE && !dom.contains(parentElement, endNode)) { // return false; // } // if (dom.domNode(endNode).next({ ignoreBlankTexts: true })) { // return false; // } // endNode = endNode.parentNode; // } // return (lang.array(nodeNames).contains(parentElement.nodeName)) ? parentElement : false; // } /** * 判断鼠标焦点是否在可编辑区域内 * @param {HTMLElement} this.element 可编辑区域 */ isInThisEditable() { var sel = this.getSelection(), fnode = sel.focusNode, anode = sel.anchorNode; // In IE node contains will not work for textnodes, thus taking parentNode if (fnode && fnode.nodeType !== 1) { fnode = fnode.parentNode; } if (anode && anode.nodeType !== 1) { anode = anode.parentNode; } return anode && fnode && (dom.contains(this.element, fnode) || this.element === fnode) && (dom.contains(this.element, anode) || this.element === anode); } deselect() { var sel = this.getSelection(); sel && sel.removeAllRanges(); } } }
D
void main(){ import std.stdio, std.string, std.conv, std.algorithm; int n; rd(n); auto a=readln.split.to!(int[]); struct Pair{ int val, idx; } auto data=new Pair[](n); foreach(i; 0..n) data[i]=Pair(a[i], i); sort!((l, r)=>(l.val==r.val ? l.idx<r.idx : l.val<r.val))(data); auto b=a.dup; sort(b); int cnt=0; for(int i=0, j=0; i<n && j<n; i++, j++){ while(i<n && b[i]<=a[data[j].idx]) i++; if(i<n) cnt++; } writeln(cnt); } void rd(T...)(ref T x){ import std.stdio, std.string, std.conv; auto l=readln.split; assert(l.length==x.length); foreach(i, ref e; x) e=l[i].to!(typeof(e)); } /* 7 10 1 1 1 5 5 3 1 2 3 6 4 5 0 */
D
// @@@DEPRECATED_2017-06@@@ /** * $(RED Deprecated. Use `core.stdc.stddef` instead. This module will be * removed in June 2017.) * * C's &lt;stddef.h&gt; * Authors: Walter Bright, Digital Mars, http://www.digitalmars.com * License: Public Domain */ deprecated("Import core.stdc.stddef instead") module std.c.stddef; public import core.stdc.stddef;
D
// ************** // ZS_MM_FrissFleisch // ************** func void ZS_MM_FrissFleisch() { B_ClearPerceptions(self); if (self.aivar[AIV_Schwierigkeitsgrad] < Mod_Schwierigkeit) || (self.aivar[AIV_Schwierigkeitsgrad] > Mod_Schwierigkeit) { B_SetSchwierigkeit(); }; AI_SetWalkmode (self, NPC_WALK); B_MM_DeSynchronize(); if (Hlp_StrCmp(Npc_GetNearestWP(self),self.wp)==FALSE) //damit die Monster beim Inserten nicht immer erst zum WP rennen, sondern nur, wenn sie der Heimat zu fern sind { AI_GotoWP (self, self.WP); }; if (LeisenLaufen_Perk == TRUE) { if (self.senses_range == PERC_DIST_MONSTER_ACTIVE_MAX) { self.senses_range = (7*PERC_DIST_MONSTER_ACTIVE_MAX)/10; } else if (self.senses_range == PERC_DIST_ORC_ACTIVE_MAX) { self.senses_range = (7*PERC_DIST_ORC_ACTIVE_MAX)/10; }; }; self.aivar[AIV_TAPOSITION] = NOTINPOS; }; func int ZS_MM_FrissFleisch_Loop () { if (Hlp_GetInstanceID(self) == Hlp_GetInstanceID(Bloodhound_Untier)) { Npc_PerceiveAll (Bloodhound_Untier); if (Wld_DetectItem (Bloodhound_Untier, ITEM_KAT_FOOD)) { if (Hlp_IsValidItem(item)) { if (Hlp_IsItem(item, ItFoMuttonZombie) == TRUE) { AI_GotoItem (Bloodhound_Untier, item); /*if (Npc_GetDistToItem(Bloodhound_Untier, item) < 100) { AI_PlayAni (Bloodhound_Untier, "T_STAND_2_EAT"); Wld_RemoveItem (item); AI_PlayAni (Bloodhound_Untier, "T_EAT_2_STAND"); if ((Bloodhound_Untier.attribute[ATR_HITPOINTS] - (Bloodhound_Untier.attribute[ATR_HITPOINTS_MAX]/3)) > 0) { Bloodhound_Untier.attribute[ATR_HITPOINTS] -= (Bloodhound_Untier.attribute[ATR_HITPOINTS_MAX]/3)+1; } else { Bloodhound_Untier.attribute[ATR_HITPOINTS] = 1; }; };*/ }; }; }; }; return LOOP_CONTINUE; }; func void ZS_MM_FrissFleisch_End () { };
D
an annual school or university reunion for graduates a coming to or returning home
D
/home/kaito/Project/rust_backend/rust_backend/target/rls/debug/build/rand_chacha-961b0a022ba53ef7/build_script_build-961b0a022ba53ef7: /home/kaito/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.1.1/build.rs /home/kaito/Project/rust_backend/rust_backend/target/rls/debug/build/rand_chacha-961b0a022ba53ef7/build_script_build-961b0a022ba53ef7.d: /home/kaito/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.1.1/build.rs /home/kaito/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.1.1/build.rs:
D
(telecommunication) a coding system that incorporates extra parity bits in order to detect errors
D
/******************************************************************************* Interfaces to the request set and individual requests. IRequestSet, IRequest, and IRequestOnConn exist solely to break the circular import between `swarm.neo.client.RequestSet` and `swarm.neo.client.Connection`. This circular import sometimes causes the compilation to fail with random unrelated errors. Copyright: Copyright (c) 2016-2017 sociomantic labs GmbH. All rights reserved License: Boost Software License Version 1.0. See LICENSE_BOOST.txt for details. *******************************************************************************/ module swarm.neo.client.IRequestSet; import ocean.transition; /******************************************************************************* Interface to the request set, as used by `Connection`. *******************************************************************************/ interface IRequestSet { /// The global limit of active requests at a time. public const max_requests = 5_000; import swarm.neo.protocol.Message: RequestId; IRequest getRequest ( RequestId id ); } /******************************************************************************* Interface to a request, as used by `Connection`. *******************************************************************************/ interface IRequest { /// Request implementation function to be called when the last handler of /// the request has finished. public alias void function ( void[] context_blob, IRequestWorkingData working_data_iter ) FinishedNotifier; import swarm.neo.AddrPort; IRequestOnConn getHandler ( AddrPort node_address ); } /******************************************************************************* Interface to a request-on-conn, as used by `Connection`. *******************************************************************************/ interface IRequestOnConn { void getPayloadForSending ( void delegate ( in void[][] payload ) send ); void setReceivedPayload ( Const!(void)[] payload ); void error ( Exception e ); void reconnected ( ); } /******************************************************************************* Interface to a request which provides functionality required to influence it from the user level. This functionality is used in the creation of request "controllers". *******************************************************************************/ interface IRequestController { void[] context_blob ( ); void resumeSuspendedHandlers ( int resume_code ); void accessRequestWorkingData ( void delegate ( IRequestWorkingData ) dg ); } /******************************************************************************* Interface to a request which provides an iterator over the working data of its request-on-conns. *******************************************************************************/ public interface IRequestWorkingData { int opApply ( int delegate ( /*ref AddrPort node_address,*/ ref Const!(void)[] working_data ) dg ); }
D
E: c4, c41, c1, c20, c12, c50, c61, c57, c35, c33, c29, c25, c2, c31, c6, c37, c26, c0, c30, c22, c14, c11, c38, c32, c34, c10, c13, c60, c9, c54, c39, c40, c55, c8, c47, c58, c18, c56, c53, c49, c52, c7, c36, c19, c27. p4(E,E) c4,c41 c61,c57 c11,c31 c38,c29 c50,c10 c30,c13 c33,c8 c58,c18 c58,c6 c35,c33 c37,c26 . p3(E,E) c1,c20 c12,c50 c29,c25 c61,c2 c2,c61 c40,c47 . p5(E,E) c35,c33 c31,c6 c37,c26 c14,c0 c33,c8 . p1(E,E) c31,c0 c61,c2 c35,c2 c50,c12 c39,c40 c40,c29 c26,c0 c25,c29 c19,c27 . p9(E,E) c57,c57 c1,c1 c22,c22 c8,c56 c0,c0 c55,c55 c11,c11 . p0(E,E) c30,c30 c11,c1 c50,c36 . p7(E,E) c22,c1 c0,c32 c55,c0 c0,c33 c53,c11 c4,c6 c11,c37 c52,c8 . p10(E,E) c34,c1 c0,c14 c33,c35 c8,c33 c49,c55 c26,c37 c7,c30 c6,c31 . p8(E,E) c60,c9 c25,c54 c30,c30 c26,c0 c47,c40 c50,c36 c20,c1 c40,c57 c11,c1 . p2(E,E) c54,c60 .
D
module hardware.keyboard; /* Important for the main loop: * Phyu mouse first, then keyboard. During updating the keyboard, we read * the keyboard by Allegro 5, and also the mouse by hardware.mouse. * Mouse buttons may be mapped as hotkeys. */ import std.array; import std.utf; import basics.alleg5; import file.log; import hardware.keynames; import hardware.mouse; static import basics.globals; bool keyTapped (int alkey) { return _once[alkey]; } bool keyHeld (int alkey) { return _hold[alkey] > 0; } bool keyReleased(int alkey) { return _rlsd[alkey]; } // For moving around terrain in the editor, and similar things that are // meaningful if executed many times in a row. Move once, wait for repetitions. bool keyTappedAllowingRepeats(int alkey) { enum repeatSpeed = basics.globals.ticksForDoubleClick * 3 / 5; return _once[alkey] || _hold[alkey] > repeatSpeed; } @property bool backspace() { return _backspace; } // detects hold-repeats @property bool ctrlHeld () { return _ctrl; } @property bool shiftHeld() { return _shift; } @property bool altHeld () { return _alt; } @property int scancodeTapped() // For the hotkey-mapping button { foreach (int scancode, bool tapped; _once) if (tapped) return scancode; return 0; } void clearKeyBufferAfterAltTab() { _hold[] = 0; } // Take great care to not introduce malformed UTF8, even though we build // _bufferUTF8 already only by encoing codepoints with the D standard lib. string utf8Input() nothrow { try { std.utf.validate(_bufferUTF8); return _bufferUTF8; } catch (Exception) { import std.format; import std.conv; string ints; // Prevent autodecoding by explicit array indexing. // Don't use _bufferUTF8 as a range or foreach here. for (int i = 0; i < _bufferUTF8.length; ++i) { try ints ~= format!" %2x"(_bufferUTF8[i].to!ubyte); catch (Exception) ints ~= " ??"; } logf("Bad UTF-8 keyboard input:%s", ints); // yes, no space before %s _bufferUTF8 = ""; return ""; } } // ############################################################################ // #################################################################### private // ############################################################################ private: ALLEGRO_EVENT_QUEUE* _queue; bool _backspace; bool _ctrl; // holding at least one of the two Ctrl? bool _shift; // holding at least one of the two Shift? bool _alt; // holding at least one of the two Alt that I consider equal? bool[hardwareKeyboardArrLen] _once; int [hardwareKeyboardArrLen] _hold; bool[hardwareKeyboardArrLen] _rlsd; string _bufferUTF8; public: void initialize() { al_install_keyboard(); _queue = al_create_event_queue(); assert (_queue); al_register_event_source(_queue, al_get_keyboard_event_source()); } void deinitialize() { if (_queue) { al_unregister_event_source(_queue, al_get_keyboard_event_source()); al_destroy_event_queue(_queue); _queue = null; al_uninstall_keyboard(); } } void calcCallThisAfterMouseCalc() { _once[] = false; _rlsd[] = false; _bufferUTF8 = null; _backspace = false; onceRlsdFromAllegro(); onceRlsdFromMouse(); updateOtherArrays(); mergeSomeKeys(); } private void onceRlsdFromAllegro() { ALLEGRO_EVENT event; while(al_get_next_event(_queue, &event)) { if (event.type == ALLEGRO_EVENT_KEY_DOWN) { _once[event.keyboard.keycode] = true; } else if (event.type == ALLEGRO_EVENT_KEY_UP) { _rlsd[event.keyboard.keycode] = true; } else if (event.type == ALLEGRO_EVENT_KEY_CHAR) { immutable int c = event.keyboard.unichar; if ((c < 0 || c >= 0x20) // ignore nonprintable ASCII controls && c != 0x7F // ignore the delete character && ! ctrlHeld // Ctrl+V shall not type 'v' ) { char[4] buf; auto bytesUsed = std.utf.encode(buf, c); _bufferUTF8 ~= buf[0 .. bytesUsed]; } else if (event.keyboard.keycode == ALLEGRO_KEY_BACKSPACE) { // A5 manual tells us to do this outside of the UTF8 scanning _backspace = true; } } } } private void onceRlsdFromMouse() { _once[keyMMB] = mouseClickMiddle; _once[keyRMB] = mouseClickRight; _once[keyWheelUp] = mouseWheelNotches < 0; _once[keyWheelDown] = mouseWheelNotches > 0; _rlsd[keyMMB] = mouseReleaseMiddle > 0; _rlsd[keyRMB] = mouseReleaseRight > 0; _rlsd[keyWheelUp] = mouseWheelNotches == 0; _rlsd[keyWheelDown] = mouseWheelNotches == 0; } private void updateOtherArrays() { for (int i = 0; i < _hold.length; ++i) { // when the key is still held from last time, hold[i] > 0 right now if (_rlsd[i]) _hold[i] = 0; else if (_once[i]) _hold[i] = 1; else if (_hold[i] > 0) _hold[i] += 1; } // You can't hold these keys anyway, so don't flicker buttons on use: _hold[keyWheelUp] = 0; _hold[keyWheelDown] = 0; } private void mergeSomeKeys() { _ctrl = _hold[ALLEGRO_KEY_LCTRL] || _hold[ALLEGRO_KEY_RCTRL]; _shift = _hold[ALLEGRO_KEY_LSHIFT] || _hold[ALLEGRO_KEY_RSHIFT]; _alt = _hold[ALLEGRO_KEY_ALT] || _hold[ALLEGRO_KEY_ALTGR]; // Lump Enter and Keypad-Enter together already in the hardware. We had // ugly button code in A4/C++ Lix like this copied over and over: // if (_hotkey == ALLEGRO_KEY_ENTER) b = b || key_enter_once(); // else b = b || keyTapped(_hotkey); enum e1 = ALLEGRO_KEY_ENTER; enum e2 = ALLEGRO_KEY_PAD_ENTER; _once[e1] = (_once[e2] = _once[e1] || _once[e2]); _rlsd[e1] = (_rlsd[e2] = _rlsd[e1] || _rlsd[e2]); }
D
/Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/COperatingSystem.build/libc.swift.o : /Users/lb/Documents/Project/LearnVapor/.build/checkouts/core.git-8539409652594754783/Sources/COperatingSystem/libc.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/CNIOSHA1.build/module.modulemap /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/CNIOOpenSSL.build/module.modulemap /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/CCryptoOpenSSL.build/module.modulemap /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/CNIOZlib.build/module.modulemap /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/CNIODarwin.build/module.modulemap /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/CNIOHTTPParser.build/module.modulemap /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/CNIOAtomics.build/module.modulemap /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/CNIOLinux.build/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/COperatingSystem.build/libc~partial.swiftmodule : /Users/lb/Documents/Project/LearnVapor/.build/checkouts/core.git-8539409652594754783/Sources/COperatingSystem/libc.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/CNIOSHA1.build/module.modulemap /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/CNIOOpenSSL.build/module.modulemap /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/CCryptoOpenSSL.build/module.modulemap /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/CNIOZlib.build/module.modulemap /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/CNIODarwin.build/module.modulemap /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/CNIOHTTPParser.build/module.modulemap /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/CNIOAtomics.build/module.modulemap /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/CNIOLinux.build/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/COperatingSystem.build/libc~partial.swiftdoc : /Users/lb/Documents/Project/LearnVapor/.build/checkouts/core.git-8539409652594754783/Sources/COperatingSystem/libc.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/CNIOSHA1.build/module.modulemap /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/CNIOOpenSSL.build/module.modulemap /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/CCryptoOpenSSL.build/module.modulemap /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/CNIOZlib.build/module.modulemap /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/CNIODarwin.build/module.modulemap /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/CNIOHTTPParser.build/module.modulemap /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/CNIOAtomics.build/module.modulemap /Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/CNIOLinux.build/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes
D
instance BDT_1000_Bandit_L (Npc_Default) { // ------ NSC ------ name = "Tulák"; guild = GIL_BDT; id = 1000; voice = 1; flags = 0; //NPC_FLAG_IMMORTAL oder 0 npctype = NPCTYPE_AMBIENT; // ------ Attribute ------ B_SetAttributesToChapter (self, 1); //setzt Attribute und LEVEL entsprechend dem angegebenen Kapitel (1-6) // ------ Kampf-Taktik ------ fight_tactic = FAI_HUMAN_COWARD; // MASTER / STRONG / COWARD // ------ Equippte Waffen ------ //Munition wird automatisch generiert, darf aber angegeben werden EquipItem (self, ItMw_1h_Bau_Mace); // ------ Inventory ------ B_CreateAmbientInv (self); // ------ visuals ------ //Muss NACH Attributen kommen, weil in B_SetNpcVisual die Breite abh. v. STR skaliert wird B_SetNpcVisual (self, MALE, "Hum_Head_Fatbald", Face_N_Mud, BodyTex_N, ITAR_Leather_L); Mdl_SetModelFatness (self, 0); Mdl_ApplyOverlayMds (self, "Humans_Relaxed.mds"); // Tired / Militia / Mage / Arrogance / Relaxed // ------ NSC-relevante Talente vergeben ------ B_GiveNpcTalents (self); // ------ Kampf-Talente ------ //Der enthaltene B_AddFightSkill setzt Talent-Ani abhängig von TrefferChance% - alle Kampftalente werden gleichhoch gesetzt B_SetFightSkills (self, 30); //Grenzen für Talent-Level liegen bei 30 und 60 // ------ TA ------ start_aistate = ZS_Bandit; };
D
/Users/radibarq/developer/Chottky/build/Pods.build/Debug-iphonesimulator/ROGoogleTranslate.build/Objects-normal/x86_64/ROGoogleTranslate.o : /Users/radibarq/developer/Chottky/Pods/ROGoogleTranslate/Source/ROGoogleTranslate.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/radibarq/developer/Chottky/Pods/Target\ Support\ Files/ROGoogleTranslate/ROGoogleTranslate-umbrella.h /Users/radibarq/developer/Chottky/build/Pods.build/Debug-iphonesimulator/ROGoogleTranslate.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/radibarq/developer/Chottky/build/Pods.build/Debug-iphonesimulator/ROGoogleTranslate.build/Objects-normal/x86_64/ROGoogleTranslate~partial.swiftmodule : /Users/radibarq/developer/Chottky/Pods/ROGoogleTranslate/Source/ROGoogleTranslate.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/radibarq/developer/Chottky/Pods/Target\ Support\ Files/ROGoogleTranslate/ROGoogleTranslate-umbrella.h /Users/radibarq/developer/Chottky/build/Pods.build/Debug-iphonesimulator/ROGoogleTranslate.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/radibarq/developer/Chottky/build/Pods.build/Debug-iphonesimulator/ROGoogleTranslate.build/Objects-normal/x86_64/ROGoogleTranslate~partial.swiftdoc : /Users/radibarq/developer/Chottky/Pods/ROGoogleTranslate/Source/ROGoogleTranslate.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/radibarq/developer/Chottky/Pods/Target\ Support\ Files/ROGoogleTranslate/ROGoogleTranslate-umbrella.h /Users/radibarq/developer/Chottky/build/Pods.build/Debug-iphonesimulator/ROGoogleTranslate.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
D
prototype Mst_Default_Keiler(C_Npc) { name[0] = "Кабан"; guild = GIL_WOLF; aivar[AIV_MM_REAL_ID] = ID_Keiler; level = 6; B_DS_SetMst_Attribute(cMst_Default_Keiler); protection[PROT_BLUNT] = 60; protection[PROT_EDGE] = 60; protection[PROT_POINT] = 20; protection[PROT_FIRE] = 30; protection[PROT_FLY] = 50; protection[PROT_MAGIC] = 20; damagetype = DAM_EDGE; fight_tactic = FAI_WOLF; senses = SENSE_HEAR | SENSE_SEE | SENSE_SMELL; senses_range = PERC_DIST_MONSTER_ACTIVE_MAX; aivar[AIV_MM_ThreatenBeforeAttack] = TRUE; aivar[AIV_MM_FollowTime] = FOLLOWTIME_LONG; aivar[AIV_MM_FollowInWater] = TRUE; aivar[AIV_MM_Packhunter] = TRUE; start_aistate = ZS_MM_AllScheduler; aivar[AIV_MM_RoamStart] = OnlyRoutine; }; func void B_SetVisuals_Keiler() { Mdl_SetVisual(self,"Keiler.mds"); Mdl_SetVisualBody(self,"Keiler_Body",DEFAULT,DEFAULT,"",DEFAULT,DEFAULT,-1); }; instance Keiler(Mst_Default_Keiler) { B_SetVisuals_Keiler(); Npc_SetToFistMode(self); CreateInvItems(self,ItFoMuttonRaw,1); };
D
/******************************************************************************* * Main library import for dproto * * Provides accessors for D string and D structs from proto files/data * * Authors: Matthew Soucy, dproto@msoucy.me */ module dproto.dproto; import std.exception : enforce; import std.array; import std.range; /******************************************************************************* * Create D structures from proto file * * Creates all required structs given a valid proto file * * Assumes that the file can be found in the string imports */ template ProtocolBuffer(string s) { import dproto.imports; mixin(ParseProtoSchema(s,import(s)).toD()); } /******************************************************************************* * Create D structure strings from proto data * * Creates all required structs given a valid proto definition as a string */ template ProtocolBufferFromString(string s) { import dproto.imports; mixin(ParseProtoSchema("<none>",s).toD()); } template ProtocolBufferInterface(string s) { import dproto.imports; mixin("%3.1s".format(ParseProtoSchema("<none>",s))); } template ProtocolBufferRpc(string s) { import dproto.imports; mixin("%3.2s".format(ParseProtoSchema("<none>",s))); } template ProtocolBufferImpl(string s) { import dproto.imports; mixin("%3.3s".format(ParseProtoSchema("<none>",s))); } template ProtocolBufferStruct(string s) { import dproto.imports; mixin("%-3.1s".format(ParseProtoSchema("<none>",s))); }
D
import diet.internal.html : htmlEscape, htmlAttribEscape; import std.format : formattedWrite; #line 1 "layout.dt" import qv.enums; { #line 1 "layout.dt" } _diet_output.put("<!DOCTYPE html><head><!--/ Blobal CSS and JS--><link rel=\"stylesheet\" href=\"/"); #line 6 "layout.dt" _diet_output.htmlAttribEscape(AssetsURL.css); _diet_output.put("/app.css\"/><script type=\"text/javascript\" src=\"/"); #line 8 "layout.dt" _diet_output.htmlAttribEscape(AssetsURL.js); _diet_output.put("/jquery-3.1.1.min.js\"></script><script type=\"text/javascript\" src=\"/"); #line 9 "layout.dt" _diet_output.htmlAttribEscape(AssetsURL.js); _diet_output.put("/app.js\"></script><!--/ Insert head template here-->"); #line 4 "tivs.dt" string pageTitle = "Tivs | Quertiv"; { #line 4 "tivs.dt" } #line 5 "tivs.dt" string pageDescription = "A collection of creative works"; { #line 5 "tivs.dt" } _diet_output.put("<link rel=\"stylesheet\" href=\"/"); #line 7 "tivs.dt" _diet_output.htmlAttribEscape(AssetsURL.css); _diet_output.put("/tivs.css\"/><!-- Global head elements--><title>"); #line 15 "layout.dt" _diet_output.htmlEscape(pageTitle); _diet_output.put("</title><meta charset=\"utf-8\"/><link rel=\"shortcut icon\" type=\"image/ico\" href=\"/"); #line 18 "layout.dt" _diet_output.htmlAttribEscape(AssetsURL.img); _diet_output.put("/favicon.ico\"/><meta name=\"viewport\" content=\"width=&#39;device-width, initial-scale=1, maximum-scale=1, user-scalable=no\"/><meta name=\"description\""); #line 20 "layout.dt" static if (is(typeof(pageDescription) == bool)) { #line 20 "layout.dt" if (pageDescription) _diet_output.put(" content"); #line 20 "layout.dt" } else static if (is(typeof(pageDescription) : const(char)[])) {{ #line 20 "layout.dt" auto val = pageDescription; #line 20 "layout.dt" if (val !is null) { _diet_output.put(" content=\""); #line 20 "layout.dt" _diet_output.filterHTMLAttribEscape(val); _diet_output.put("\""); #line 20 "layout.dt" } #line 20 "layout.dt" }} else { _diet_output.put(" content=\""); #line 20 "layout.dt" _diet_output.htmlAttribEscape(pageDescription); _diet_output.put("\""); #line 20 "layout.dt" } _diet_output.put("/></head><body><header id=\"header\"><div class=\"wrapper\"><nav><ul class=\"thumb-menu\"><li><a href=\"/\">Tivs</a></li><li><a href=\"/discover\">Discover</a></li><li><a href=\"/blog\">Blog</a></li></ul><figure class=\"logo\"><a href=\"/\"><img src=\"/"); #line 33 "layout.dt" _diet_output.htmlAttribEscape(AssetsURL.img); _diet_output.put("/logo.png\" alt=\"Quertiv Logo\"/></a></figure><ul class=\"main-menu\"><li><a href=\"/\">Tivs</a></li><li><a href=\"/discover\">Discover</a></li><li><a href=\"/blog\">Blog</a></li></ul><form class=\"form\"><input type=\"search\" name=\"search\" placeholder=\"Search ...\"/><input type=\"hidden\" name=\"category\" value=\"all\"/><input type=\"hidden\" name=\"filter_by\" value=\"all\"/></form><figure class=\"account-thumb\"><img src=\"/img/avatar.jpg\"/></figure></nav></div></header><div id=\"content-wrapper\" class=\"wrapper\"><main id=\"content\"><section class=\"tivs-section\">"); #line 11 "tivs.dt" if (results.length >= 1) { #line 12 "tivs.dt" foreach(tiv; results) { _diet_output.put("<section class=\"tiv has-box-shadow\"><span class=\"category-tag\"><a href=\"/explore/"); #line 14 "tivs.dt" _diet_output.htmlAttribEscape(tiv.categoryName); _diet_output.put("\">"); #line 14 "tivs.dt" _diet_output.htmlEscape(tiv.categoryName); _diet_output.put("</a></span><div><figure><a href=\"/tivs/"); #line 18 "tivs.dt" _diet_output.htmlAttribEscape(tiv.tivID); _diet_output.put("\"><img src=\""); #line 18 "tivs.dt" _diet_output.htmlAttribEscape(AssetsURL.media); _diet_output.put("/"); #line 18 "tivs.dt" _diet_output.htmlAttribEscape(tiv.mediaFile1); _diet_output.put("\" alt=\"Cover image for &#39;"); #line 18 "tivs.dt" _diet_output.htmlAttribEscape(tiv.title); _diet_output.put("&#39;\"/></a></figure><h3><a href=\"/tivs/"); #line 19 "tivs.dt" _diet_output.htmlAttribEscape(tiv.tivID); _diet_output.put("\">"); #line 19 "tivs.dt" _diet_output.htmlEscape(tiv.title); _diet_output.put("</a></h3></div><div class=\"author clearfix\"><figure><img src=\"/"); #line 23 "tivs.dt" _diet_output.htmlAttribEscape(AssetsURL.media); _diet_output.put("/avatar.jpg\" alt=\"Avatar\"/></figure><div><ul><li><a href=\"/users/"); #line 26 "tivs.dt" _diet_output.htmlAttribEscape(tiv.userID); _diet_output.put("\">"); #line 26 "tivs.dt" _diet_output.htmlEscape(tiv.fullName); _diet_output.put("</a></li><li>"); #line 27 "tivs.dt" _diet_output.htmlEscape(tiv.skillName); _diet_output.put("</li><li>"); #line 28 "tivs.dt" _diet_output.htmlEscape(tiv.location); _diet_output.put("</li></ul></div><div><ul> <li></li><li>2 h</li><li>+ 20</li></ul></div></div></section>"); #line 12 "tivs.dt" } #line 11 "tivs.dt" } #line 34 "tivs.dt" else { _diet_output.put("<p>No results founds</p>"); #line 34 "tivs.dt" } _diet_output.put("</section></main></div></body>");
D
//Written in the D programming language /* * Converts a MIME type JSON file into D array * * Copyright: Copyright (C) 2015 Jaypha * * Distributed under the Boost Software License, Version 1.0. * (See http://www.boost.org/LICENSE_1_0.txt) * * Authors: Jason den Dulk */ import std.json; import std.array; import std.algorithm; import std.stdio; // Used to read the mime type info from JSON format and print out a D // array. void main() { auto b = appender!string(); stdin.byLine().copy(b); JSONValue input; try { input = parseJSON(b.data); } catch (JSONException e) { writeln("Bad JSON: "~e.msg); return; } writeln("["); foreach(jp; input.array) { foreach (x,y ; jp.object) { auto ext = x[1..$]; writeln(" \"",ext,"\" : ",y,","); } } writeln("];"); }
D
/Users/shorovatin/Documents/EuryptOS/EuryptOS/target/bootimage/bootloader/x86_64-bootloader/release/deps/bit_field-0a9e79562c32d7b6.rmeta: /Users/shorovatin/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.9.0/src/lib.rs /Users/shorovatin/Documents/EuryptOS/EuryptOS/target/bootimage/bootloader/x86_64-bootloader/release/deps/libbit_field-0a9e79562c32d7b6.rlib: /Users/shorovatin/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.9.0/src/lib.rs /Users/shorovatin/Documents/EuryptOS/EuryptOS/target/bootimage/bootloader/x86_64-bootloader/release/deps/bit_field-0a9e79562c32d7b6.d: /Users/shorovatin/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.9.0/src/lib.rs /Users/shorovatin/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.9.0/src/lib.rs:
D
/Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/build/TestProjectForSibersCompanyByKurilovP.build/Debug-iphoneos/TestProjectForSibersCompanyByKurilovP.build/Objects-normal/arm64/ChararcterDetailCellViewModel.o : /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Extensions/UIImageView+Cache.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Models/ErrorResponse.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/AppDelegate.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterImageScreen/CharactersImageViewModel.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterDetailScreen/CharacterDetailViewModel.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterDetailScreen/ChararcterDetailCellViewModels/CharacterImageCellViewModel.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharactersListScreen/ChararcterCellViewModels/CharacterTableCellViewModel.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterDetailScreen/ChararcterDetailCellViewModels/ChararcterDetailCellViewModel.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharactersListScreen/CharactersListViewModel.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterDetailScreen/Cells/CharacterImageTableCell.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterDetailScreen/Cells/CharacterDetailTableCell.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharactersListScreen/Cells/CharacterTableCell.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Base/DefaultCell.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Protocols/CharacterImageViewModelProtocol.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Protocols/CharacterDetailViewModelProtocol.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Protocols/CharacterDetailTableCellViewModelProtocol.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Protocols/CharactersListTableCellViewModelProtocol.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Protocols/CharactersListViewModelProtocol.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Helper/DiscardableImageCacheItem.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Models/Origin.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Models/Location.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Extensions/UITextField+ClearButton.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Models/Info.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Service/NetworkManager.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterImageScreen/CharactersImageController.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterDetailScreen/СharacterDetailController.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharactersListScreen/CharactersListController.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Helper/HudHelper.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Models/Character.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Service/NetworkManagerError.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharactersListScreen/CharactersListCoordinator.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Service/Requests/RequestFeeds.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Extensions/UIColor+AppColors.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Service/Requests/NetworkRequests.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Helper/ReachabilityConnect.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Service/Result.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Helper/Constant.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Service/NetworkEndpoint.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Base/Alert.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterImageScreen/CharacterImageView.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/build/TestProjectForSibersCompanyByKurilovP.build/Debug-iphoneos/TestProjectForSibersCompanyByKurilovP.build/Objects-normal/arm64/ChararcterDetailCellViewModel~partial.swiftmodule : /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Extensions/UIImageView+Cache.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Models/ErrorResponse.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/AppDelegate.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterImageScreen/CharactersImageViewModel.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterDetailScreen/CharacterDetailViewModel.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterDetailScreen/ChararcterDetailCellViewModels/CharacterImageCellViewModel.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharactersListScreen/ChararcterCellViewModels/CharacterTableCellViewModel.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterDetailScreen/ChararcterDetailCellViewModels/ChararcterDetailCellViewModel.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharactersListScreen/CharactersListViewModel.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterDetailScreen/Cells/CharacterImageTableCell.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterDetailScreen/Cells/CharacterDetailTableCell.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharactersListScreen/Cells/CharacterTableCell.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Base/DefaultCell.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Protocols/CharacterImageViewModelProtocol.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Protocols/CharacterDetailViewModelProtocol.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Protocols/CharacterDetailTableCellViewModelProtocol.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Protocols/CharactersListTableCellViewModelProtocol.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Protocols/CharactersListViewModelProtocol.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Helper/DiscardableImageCacheItem.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Models/Origin.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Models/Location.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Extensions/UITextField+ClearButton.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Models/Info.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Service/NetworkManager.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterImageScreen/CharactersImageController.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterDetailScreen/СharacterDetailController.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharactersListScreen/CharactersListController.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Helper/HudHelper.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Models/Character.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Service/NetworkManagerError.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharactersListScreen/CharactersListCoordinator.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Service/Requests/RequestFeeds.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Extensions/UIColor+AppColors.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Service/Requests/NetworkRequests.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Helper/ReachabilityConnect.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Service/Result.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Helper/Constant.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Service/NetworkEndpoint.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Base/Alert.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterImageScreen/CharacterImageView.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/build/TestProjectForSibersCompanyByKurilovP.build/Debug-iphoneos/TestProjectForSibersCompanyByKurilovP.build/Objects-normal/arm64/ChararcterDetailCellViewModel~partial.swiftdoc : /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Extensions/UIImageView+Cache.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Models/ErrorResponse.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/AppDelegate.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterImageScreen/CharactersImageViewModel.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterDetailScreen/CharacterDetailViewModel.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterDetailScreen/ChararcterDetailCellViewModels/CharacterImageCellViewModel.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharactersListScreen/ChararcterCellViewModels/CharacterTableCellViewModel.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterDetailScreen/ChararcterDetailCellViewModels/ChararcterDetailCellViewModel.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharactersListScreen/CharactersListViewModel.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterDetailScreen/Cells/CharacterImageTableCell.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterDetailScreen/Cells/CharacterDetailTableCell.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharactersListScreen/Cells/CharacterTableCell.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Base/DefaultCell.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Protocols/CharacterImageViewModelProtocol.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Protocols/CharacterDetailViewModelProtocol.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Protocols/CharacterDetailTableCellViewModelProtocol.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Protocols/CharactersListTableCellViewModelProtocol.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Protocols/CharactersListViewModelProtocol.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Helper/DiscardableImageCacheItem.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Models/Origin.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Models/Location.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Extensions/UITextField+ClearButton.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Models/Info.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Service/NetworkManager.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterImageScreen/CharactersImageController.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterDetailScreen/СharacterDetailController.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharactersListScreen/CharactersListController.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Helper/HudHelper.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Models/Character.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Service/NetworkManagerError.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharactersListScreen/CharactersListCoordinator.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Service/Requests/RequestFeeds.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Extensions/UIColor+AppColors.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Service/Requests/NetworkRequests.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Helper/ReachabilityConnect.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Service/Result.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Helper/Constant.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Service/NetworkEndpoint.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Base/Alert.swift /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/TestProjectForSibersCompanyByKurilovP/Screens/CharacterImageScreen/CharacterImageView.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
D
module android.java.org.apache.http.params.HttpParams_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import0 = android.java.org.apache.http.params.HttpParams_d_interface; import import1 = android.java.java.lang.Class_d_interface; final class HttpParams : IJavaObject { static immutable string[] _d_canCastTo = [ ]; @Import IJavaObject getParameter(string); @Import import0.HttpParams setParameter(string, IJavaObject); @Import import0.HttpParams copy(); @Import bool removeParameter(string); @Import long getLongParameter(string, long); @Import import0.HttpParams setLongParameter(string, long); @Import int getIntParameter(string, int); @Import import0.HttpParams setIntParameter(string, int); @Import double getDoubleParameter(string, double); @Import import0.HttpParams setDoubleParameter(string, double); @Import bool getBooleanParameter(string, bool); @Import import0.HttpParams setBooleanParameter(string, bool); @Import bool isParameterTrue(string); @Import bool isParameterFalse(string); @Import import1.Class getClass(); @Import int hashCode(); @Import bool equals(IJavaObject); @Import @JavaName("toString") string toString_(); override string toString() { return arsd.jni.javaObjectToString(this); } @Import void notify(); @Import void notifyAll(); @Import void wait(long); @Import void wait(long, int); @Import void wait(); mixin IJavaObjectImplementation!(false); public static immutable string _javaParameterString = "Lorg/apache/http/params/HttpParams;"; }
D
/Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Vapor.build/Routing/EngineRouter.swift.o : /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Utilities/FileIO.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/FormDataCoder+HTTP.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/SessionData.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Utilities/Thread.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/URLEncoded.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Deprecated.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Commands/ServeCommand.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Commands/RoutesCommand.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Commands/BootCommand.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/Router+Method.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/SessionCache.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Response/ResponseCodable.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Request/RequestCodable.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/Router+Middleware.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Middleware/Middleware.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Middleware/CORSMiddleware.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Middleware/FileMiddleware.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Middleware/DateMiddleware.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Middleware/ErrorMiddleware.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/SessionsMiddleware.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/Router+LazyMiddleware.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Response/Response.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Utilities/AnyResponse.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Middleware/MiddlewareConfig.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Server/NIOServerConfig.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/SessionsConfig.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/ContentConfig.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Request/HTTPMethod+String.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/Router+Path.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/JSONCoder+Custom.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/Request+Session.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/Session.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Application.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/RouteCollection.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/Router+Function.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Services/VaporProvider.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Response/Responder.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Response/BasicResponder.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Response/ApplicationResponder.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/WebSocket/WebSocketResponder.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/PlaintextEncoder.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/HTTPMessageContainer.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/ParametersContainer.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/ContentContainer.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/QueryContainer.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/Router.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/EngineRouter.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Server/Server.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Server/NIOServer.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Server/RunningServer.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/WebSocket/WebSocketServer.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/WebSocket/NIOWebSocketServer.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Error/Error.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Logging/Logger+LogError.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Error/AbortError.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/Sessions.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/KeyedCacheSessions.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/MemorySessions.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/ContentCoders.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Utilities/Exports.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Response/HTTPStatus.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Response/Redirect.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/SingleValueGet.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Services/Config+Default.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Commands/CommandConfig+Default.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Services/Services+Default.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Client/Client.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Client/FoundationClient.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/WebSocket/WebSocketClient.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/WebSocket/NIOWebSocketClient.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/Router+Content.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/Content.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Error/Abort.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Request/Request.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/View/Vapor+View.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotesc /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/NIOHTTP1.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/NIOOpenSSL.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/NIO.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/HTTP.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/NIOTLS.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Async.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Command.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Service.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Console.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Core.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Logging.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Debugging.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Routing.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/COperatingSystem.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Random.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/URLEncodedForm.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Validation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreFoundation.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Crypto.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/NIOConcurrencyHelpers.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Bits.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/NIOFoundationCompat.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/WebSocket.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/NIOWebSocket.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/DatabaseKit.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/TemplateKit.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Multipart.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/nice/HelloWord/.build/checkouts/swift-nio.git-5005363973595484456/Sources/CNIOSHA1/include/c_nio_sha1.h /usr/local/Cellar/libressl/2.7.4/include/openssl/asn1.h /usr/local/Cellar/libressl/2.7.4/include/openssl/tls1.h /usr/local/Cellar/libressl/2.7.4/include/openssl/dtls1.h /usr/local/Cellar/libressl/2.7.4/include/openssl/pkcs12.h /usr/local/Cellar/libressl/2.7.4/include/openssl/ssl2.h /usr/local/Cellar/libressl/2.7.4/include/openssl/pem2.h /usr/local/Cellar/libressl/2.7.4/include/openssl/ssl23.h /usr/local/Cellar/libressl/2.7.4/include/openssl/ssl3.h /usr/local/Cellar/libressl/2.7.4/include/openssl/x509v3.h /usr/local/Cellar/libressl/2.7.4/include/openssl/md5.h /usr/local/Cellar/libressl/2.7.4/include/openssl/pkcs7.h /usr/local/Cellar/libressl/2.7.4/include/openssl/x509.h /usr/local/Cellar/libressl/2.7.4/include/openssl/sha.h /usr/local/Cellar/libressl/2.7.4/include/openssl/dsa.h /usr/local/Cellar/libressl/2.7.4/include/openssl/ecdsa.h /usr/local/Cellar/libressl/2.7.4/include/openssl/rsa.h /Users/nice/HelloWord/.build/checkouts/swift-nio.git-5005363973595484456/Sources/CNIOZlib/include/c_nio_zlib.h /usr/local/Cellar/libressl/2.7.4/include/openssl/obj_mac.h /usr/local/Cellar/libressl/2.7.4/include/openssl/hmac.h /usr/local/Cellar/libressl/2.7.4/include/openssl/ec.h /Users/nice/HelloWord/.build/checkouts/swift-nio.git-5005363973595484456/Sources/CNIOAtomics/include/cpp_magic.h /usr/local/Cellar/libressl/2.7.4/include/openssl/rand.h /usr/local/Cellar/libressl/2.7.4/include/openssl/conf.h /usr/local/Cellar/libressl/2.7.4/include/openssl/opensslconf.h /usr/local/Cellar/libressl/2.7.4/include/openssl/dh.h /usr/local/Cellar/libressl/2.7.4/include/openssl/ecdh.h /usr/local/Cellar/libressl/2.7.4/include/openssl/lhash.h /usr/local/Cellar/libressl/2.7.4/include/openssl/stack.h /usr/local/Cellar/libressl/2.7.4/include/openssl/safestack.h /usr/local/Cellar/libressl/2.7.4/include/openssl/ssl.h /Users/nice/HelloWord/.build/checkouts/swift-nio-ssl.git-8502154137117992337/Sources/CNIOOpenSSL/include/c_nio_openssl.h /Users/nice/HelloWord/.build/checkouts/crypto.git--3937561158972323303/Sources/CCryptoOpenSSL/include/c_crypto_openssl.h /usr/local/Cellar/libressl/2.7.4/include/openssl/pem.h /usr/local/Cellar/libressl/2.7.4/include/openssl/bn.h /Users/nice/HelloWord/.build/checkouts/swift-nio.git-5005363973595484456/Sources/CNIODarwin/include/c_nio_darwin.h /usr/local/Cellar/libressl/2.7.4/include/openssl/bio.h /usr/local/Cellar/libressl/2.7.4/include/openssl/crypto.h /usr/local/Cellar/libressl/2.7.4/include/openssl/srtp.h /usr/local/Cellar/libressl/2.7.4/include/openssl/evp.h /usr/local/Cellar/libressl/2.7.4/include/openssl/ossl_typ.h /usr/local/Cellar/libressl/2.7.4/include/openssl/buffer.h /Users/nice/HelloWord/.build/checkouts/swift-nio.git-5005363973595484456/Sources/CNIOHTTPParser/include/c_nio_http_parser.h /usr/local/Cellar/libressl/2.7.4/include/openssl/err.h /Users/nice/HelloWord/.build/checkouts/swift-nio.git-5005363973595484456/Sources/CNIOAtomics/include/c-atomics.h /usr/local/Cellar/libressl/2.7.4/include/openssl/opensslfeatures.h /usr/local/Cellar/libressl/2.7.4/include/openssl/objects.h /usr/local/Cellar/libressl/2.7.4/include/openssl/opensslv.h /Users/nice/HelloWord/.build/checkouts/swift-nio.git-5005363973595484456/Sources/CNIOLinux/include/c_nio_linux.h /usr/local/Cellar/libressl/2.7.4/include/openssl/x509_vfy.h /Users/nice/HelloWord/.build/checkouts/swift-nio-zlib-support.git--6556802241718767980/module.modulemap /Users/nice/HelloWord/.build/checkouts/swift-nio-ssl-support.git--3664958863524920767/module.modulemap /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/CNIOSHA1.build/module.modulemap /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/CNIOOpenSSL.build/module.modulemap /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/CCryptoOpenSSL.build/module.modulemap /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/CNIOZlib.build/module.modulemap /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/CNIODarwin.build/module.modulemap /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/CNIOHTTPParser.build/module.modulemap /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/CNIOAtomics.build/module.modulemap /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/CNIOLinux.build/module.modulemap /Users/nice/HelloWord/.build/checkouts/crypto.git--3937561158972323303/Sources/CBase32/include/module.modulemap /Users/nice/HelloWord/.build/checkouts/crypto.git--3937561158972323303/Sources/CBcrypt/include/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Vapor.build/EngineRouter~partial.swiftmodule : /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Utilities/FileIO.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/FormDataCoder+HTTP.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/SessionData.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Utilities/Thread.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/URLEncoded.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Deprecated.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Commands/ServeCommand.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Commands/RoutesCommand.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Commands/BootCommand.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/Router+Method.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/SessionCache.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Response/ResponseCodable.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Request/RequestCodable.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/Router+Middleware.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Middleware/Middleware.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Middleware/CORSMiddleware.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Middleware/FileMiddleware.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Middleware/DateMiddleware.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Middleware/ErrorMiddleware.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/SessionsMiddleware.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/Router+LazyMiddleware.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Response/Response.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Utilities/AnyResponse.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Middleware/MiddlewareConfig.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Server/NIOServerConfig.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/SessionsConfig.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/ContentConfig.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Request/HTTPMethod+String.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/Router+Path.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/JSONCoder+Custom.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/Request+Session.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/Session.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Application.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/RouteCollection.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/Router+Function.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Services/VaporProvider.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Response/Responder.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Response/BasicResponder.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Response/ApplicationResponder.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/WebSocket/WebSocketResponder.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/PlaintextEncoder.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/HTTPMessageContainer.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/ParametersContainer.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/ContentContainer.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/QueryContainer.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/Router.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/EngineRouter.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Server/Server.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Server/NIOServer.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Server/RunningServer.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/WebSocket/WebSocketServer.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/WebSocket/NIOWebSocketServer.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Error/Error.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Logging/Logger+LogError.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Error/AbortError.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/Sessions.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/KeyedCacheSessions.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/MemorySessions.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/ContentCoders.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Utilities/Exports.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Response/HTTPStatus.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Response/Redirect.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/SingleValueGet.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Services/Config+Default.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Commands/CommandConfig+Default.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Services/Services+Default.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Client/Client.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Client/FoundationClient.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/WebSocket/WebSocketClient.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/WebSocket/NIOWebSocketClient.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/Router+Content.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/Content.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Error/Abort.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Request/Request.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/View/Vapor+View.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotesc /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/NIOHTTP1.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/NIOOpenSSL.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/NIO.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/HTTP.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/NIOTLS.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Async.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Command.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Service.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Console.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Core.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Logging.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Debugging.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Routing.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/COperatingSystem.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Random.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/URLEncodedForm.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Validation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreFoundation.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Crypto.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/NIOConcurrencyHelpers.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Bits.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/NIOFoundationCompat.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/WebSocket.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/NIOWebSocket.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/DatabaseKit.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/TemplateKit.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Multipart.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/nice/HelloWord/.build/checkouts/swift-nio.git-5005363973595484456/Sources/CNIOSHA1/include/c_nio_sha1.h /usr/local/Cellar/libressl/2.7.4/include/openssl/asn1.h /usr/local/Cellar/libressl/2.7.4/include/openssl/tls1.h /usr/local/Cellar/libressl/2.7.4/include/openssl/dtls1.h /usr/local/Cellar/libressl/2.7.4/include/openssl/pkcs12.h /usr/local/Cellar/libressl/2.7.4/include/openssl/ssl2.h /usr/local/Cellar/libressl/2.7.4/include/openssl/pem2.h /usr/local/Cellar/libressl/2.7.4/include/openssl/ssl23.h /usr/local/Cellar/libressl/2.7.4/include/openssl/ssl3.h /usr/local/Cellar/libressl/2.7.4/include/openssl/x509v3.h /usr/local/Cellar/libressl/2.7.4/include/openssl/md5.h /usr/local/Cellar/libressl/2.7.4/include/openssl/pkcs7.h /usr/local/Cellar/libressl/2.7.4/include/openssl/x509.h /usr/local/Cellar/libressl/2.7.4/include/openssl/sha.h /usr/local/Cellar/libressl/2.7.4/include/openssl/dsa.h /usr/local/Cellar/libressl/2.7.4/include/openssl/ecdsa.h /usr/local/Cellar/libressl/2.7.4/include/openssl/rsa.h /Users/nice/HelloWord/.build/checkouts/swift-nio.git-5005363973595484456/Sources/CNIOZlib/include/c_nio_zlib.h /usr/local/Cellar/libressl/2.7.4/include/openssl/obj_mac.h /usr/local/Cellar/libressl/2.7.4/include/openssl/hmac.h /usr/local/Cellar/libressl/2.7.4/include/openssl/ec.h /Users/nice/HelloWord/.build/checkouts/swift-nio.git-5005363973595484456/Sources/CNIOAtomics/include/cpp_magic.h /usr/local/Cellar/libressl/2.7.4/include/openssl/rand.h /usr/local/Cellar/libressl/2.7.4/include/openssl/conf.h /usr/local/Cellar/libressl/2.7.4/include/openssl/opensslconf.h /usr/local/Cellar/libressl/2.7.4/include/openssl/dh.h /usr/local/Cellar/libressl/2.7.4/include/openssl/ecdh.h /usr/local/Cellar/libressl/2.7.4/include/openssl/lhash.h /usr/local/Cellar/libressl/2.7.4/include/openssl/stack.h /usr/local/Cellar/libressl/2.7.4/include/openssl/safestack.h /usr/local/Cellar/libressl/2.7.4/include/openssl/ssl.h /Users/nice/HelloWord/.build/checkouts/swift-nio-ssl.git-8502154137117992337/Sources/CNIOOpenSSL/include/c_nio_openssl.h /Users/nice/HelloWord/.build/checkouts/crypto.git--3937561158972323303/Sources/CCryptoOpenSSL/include/c_crypto_openssl.h /usr/local/Cellar/libressl/2.7.4/include/openssl/pem.h /usr/local/Cellar/libressl/2.7.4/include/openssl/bn.h /Users/nice/HelloWord/.build/checkouts/swift-nio.git-5005363973595484456/Sources/CNIODarwin/include/c_nio_darwin.h /usr/local/Cellar/libressl/2.7.4/include/openssl/bio.h /usr/local/Cellar/libressl/2.7.4/include/openssl/crypto.h /usr/local/Cellar/libressl/2.7.4/include/openssl/srtp.h /usr/local/Cellar/libressl/2.7.4/include/openssl/evp.h /usr/local/Cellar/libressl/2.7.4/include/openssl/ossl_typ.h /usr/local/Cellar/libressl/2.7.4/include/openssl/buffer.h /Users/nice/HelloWord/.build/checkouts/swift-nio.git-5005363973595484456/Sources/CNIOHTTPParser/include/c_nio_http_parser.h /usr/local/Cellar/libressl/2.7.4/include/openssl/err.h /Users/nice/HelloWord/.build/checkouts/swift-nio.git-5005363973595484456/Sources/CNIOAtomics/include/c-atomics.h /usr/local/Cellar/libressl/2.7.4/include/openssl/opensslfeatures.h /usr/local/Cellar/libressl/2.7.4/include/openssl/objects.h /usr/local/Cellar/libressl/2.7.4/include/openssl/opensslv.h /Users/nice/HelloWord/.build/checkouts/swift-nio.git-5005363973595484456/Sources/CNIOLinux/include/c_nio_linux.h /usr/local/Cellar/libressl/2.7.4/include/openssl/x509_vfy.h /Users/nice/HelloWord/.build/checkouts/swift-nio-zlib-support.git--6556802241718767980/module.modulemap /Users/nice/HelloWord/.build/checkouts/swift-nio-ssl-support.git--3664958863524920767/module.modulemap /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/CNIOSHA1.build/module.modulemap /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/CNIOOpenSSL.build/module.modulemap /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/CCryptoOpenSSL.build/module.modulemap /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/CNIOZlib.build/module.modulemap /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/CNIODarwin.build/module.modulemap /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/CNIOHTTPParser.build/module.modulemap /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/CNIOAtomics.build/module.modulemap /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/CNIOLinux.build/module.modulemap /Users/nice/HelloWord/.build/checkouts/crypto.git--3937561158972323303/Sources/CBase32/include/module.modulemap /Users/nice/HelloWord/.build/checkouts/crypto.git--3937561158972323303/Sources/CBcrypt/include/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Vapor.build/EngineRouter~partial.swiftdoc : /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Utilities/FileIO.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/FormDataCoder+HTTP.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/SessionData.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Utilities/Thread.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/URLEncoded.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Deprecated.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Commands/ServeCommand.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Commands/RoutesCommand.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Commands/BootCommand.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/Router+Method.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/SessionCache.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Response/ResponseCodable.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Request/RequestCodable.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/Router+Middleware.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Middleware/Middleware.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Middleware/CORSMiddleware.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Middleware/FileMiddleware.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Middleware/DateMiddleware.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Middleware/ErrorMiddleware.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/SessionsMiddleware.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/Router+LazyMiddleware.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Response/Response.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Utilities/AnyResponse.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Middleware/MiddlewareConfig.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Server/NIOServerConfig.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/SessionsConfig.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/ContentConfig.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Request/HTTPMethod+String.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/Router+Path.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/JSONCoder+Custom.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/Request+Session.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/Session.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Application.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/RouteCollection.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/Router+Function.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Services/VaporProvider.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Response/Responder.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Response/BasicResponder.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Response/ApplicationResponder.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/WebSocket/WebSocketResponder.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/PlaintextEncoder.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/HTTPMessageContainer.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/ParametersContainer.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/ContentContainer.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/QueryContainer.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/Router.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/EngineRouter.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Server/Server.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Server/NIOServer.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Server/RunningServer.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/WebSocket/WebSocketServer.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/WebSocket/NIOWebSocketServer.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Error/Error.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Logging/Logger+LogError.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Error/AbortError.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/Sessions.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/KeyedCacheSessions.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Sessions/MemorySessions.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/ContentCoders.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Utilities/Exports.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Response/HTTPStatus.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Response/Redirect.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/SingleValueGet.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Services/Config+Default.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Commands/CommandConfig+Default.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Services/Services+Default.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Client/Client.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Client/FoundationClient.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/WebSocket/WebSocketClient.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/WebSocket/NIOWebSocketClient.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Routing/Router+Content.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/Content.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Error/Abort.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Request/Request.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/View/Vapor+View.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotesc /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/NIOHTTP1.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/NIOOpenSSL.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/NIO.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/HTTP.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/NIOTLS.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Async.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Command.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Service.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Console.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Core.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Logging.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Debugging.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Routing.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/COperatingSystem.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Random.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/URLEncodedForm.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Validation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreFoundation.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Crypto.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/NIOConcurrencyHelpers.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Bits.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/NIOFoundationCompat.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/WebSocket.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/NIOWebSocket.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/DatabaseKit.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/TemplateKit.swiftmodule /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Multipart.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/nice/HelloWord/.build/checkouts/swift-nio.git-5005363973595484456/Sources/CNIOSHA1/include/c_nio_sha1.h /usr/local/Cellar/libressl/2.7.4/include/openssl/asn1.h /usr/local/Cellar/libressl/2.7.4/include/openssl/tls1.h /usr/local/Cellar/libressl/2.7.4/include/openssl/dtls1.h /usr/local/Cellar/libressl/2.7.4/include/openssl/pkcs12.h /usr/local/Cellar/libressl/2.7.4/include/openssl/ssl2.h /usr/local/Cellar/libressl/2.7.4/include/openssl/pem2.h /usr/local/Cellar/libressl/2.7.4/include/openssl/ssl23.h /usr/local/Cellar/libressl/2.7.4/include/openssl/ssl3.h /usr/local/Cellar/libressl/2.7.4/include/openssl/x509v3.h /usr/local/Cellar/libressl/2.7.4/include/openssl/md5.h /usr/local/Cellar/libressl/2.7.4/include/openssl/pkcs7.h /usr/local/Cellar/libressl/2.7.4/include/openssl/x509.h /usr/local/Cellar/libressl/2.7.4/include/openssl/sha.h /usr/local/Cellar/libressl/2.7.4/include/openssl/dsa.h /usr/local/Cellar/libressl/2.7.4/include/openssl/ecdsa.h /usr/local/Cellar/libressl/2.7.4/include/openssl/rsa.h /Users/nice/HelloWord/.build/checkouts/swift-nio.git-5005363973595484456/Sources/CNIOZlib/include/c_nio_zlib.h /usr/local/Cellar/libressl/2.7.4/include/openssl/obj_mac.h /usr/local/Cellar/libressl/2.7.4/include/openssl/hmac.h /usr/local/Cellar/libressl/2.7.4/include/openssl/ec.h /Users/nice/HelloWord/.build/checkouts/swift-nio.git-5005363973595484456/Sources/CNIOAtomics/include/cpp_magic.h /usr/local/Cellar/libressl/2.7.4/include/openssl/rand.h /usr/local/Cellar/libressl/2.7.4/include/openssl/conf.h /usr/local/Cellar/libressl/2.7.4/include/openssl/opensslconf.h /usr/local/Cellar/libressl/2.7.4/include/openssl/dh.h /usr/local/Cellar/libressl/2.7.4/include/openssl/ecdh.h /usr/local/Cellar/libressl/2.7.4/include/openssl/lhash.h /usr/local/Cellar/libressl/2.7.4/include/openssl/stack.h /usr/local/Cellar/libressl/2.7.4/include/openssl/safestack.h /usr/local/Cellar/libressl/2.7.4/include/openssl/ssl.h /Users/nice/HelloWord/.build/checkouts/swift-nio-ssl.git-8502154137117992337/Sources/CNIOOpenSSL/include/c_nio_openssl.h /Users/nice/HelloWord/.build/checkouts/crypto.git--3937561158972323303/Sources/CCryptoOpenSSL/include/c_crypto_openssl.h /usr/local/Cellar/libressl/2.7.4/include/openssl/pem.h /usr/local/Cellar/libressl/2.7.4/include/openssl/bn.h /Users/nice/HelloWord/.build/checkouts/swift-nio.git-5005363973595484456/Sources/CNIODarwin/include/c_nio_darwin.h /usr/local/Cellar/libressl/2.7.4/include/openssl/bio.h /usr/local/Cellar/libressl/2.7.4/include/openssl/crypto.h /usr/local/Cellar/libressl/2.7.4/include/openssl/srtp.h /usr/local/Cellar/libressl/2.7.4/include/openssl/evp.h /usr/local/Cellar/libressl/2.7.4/include/openssl/ossl_typ.h /usr/local/Cellar/libressl/2.7.4/include/openssl/buffer.h /Users/nice/HelloWord/.build/checkouts/swift-nio.git-5005363973595484456/Sources/CNIOHTTPParser/include/c_nio_http_parser.h /usr/local/Cellar/libressl/2.7.4/include/openssl/err.h /Users/nice/HelloWord/.build/checkouts/swift-nio.git-5005363973595484456/Sources/CNIOAtomics/include/c-atomics.h /usr/local/Cellar/libressl/2.7.4/include/openssl/opensslfeatures.h /usr/local/Cellar/libressl/2.7.4/include/openssl/objects.h /usr/local/Cellar/libressl/2.7.4/include/openssl/opensslv.h /Users/nice/HelloWord/.build/checkouts/swift-nio.git-5005363973595484456/Sources/CNIOLinux/include/c_nio_linux.h /usr/local/Cellar/libressl/2.7.4/include/openssl/x509_vfy.h /Users/nice/HelloWord/.build/checkouts/swift-nio-zlib-support.git--6556802241718767980/module.modulemap /Users/nice/HelloWord/.build/checkouts/swift-nio-ssl-support.git--3664958863524920767/module.modulemap /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/CNIOSHA1.build/module.modulemap /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/CNIOOpenSSL.build/module.modulemap /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/CCryptoOpenSSL.build/module.modulemap /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/CNIOZlib.build/module.modulemap /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/CNIODarwin.build/module.modulemap /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/CNIOHTTPParser.build/module.modulemap /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/CNIOAtomics.build/module.modulemap /Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/CNIOLinux.build/module.modulemap /Users/nice/HelloWord/.build/checkouts/crypto.git--3937561158972323303/Sources/CBase32/include/module.modulemap /Users/nice/HelloWord/.build/checkouts/crypto.git--3937561158972323303/Sources/CBcrypt/include/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
D
/* * All content copyright Terracotta, Inc., unless otherwise indicated. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy * of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ module test.quartz.StringKeyDirtyFlagMap; import hunt.util.Common; static if(CompilerHelper.isGreaterThan (2086)) { import test.quartz.DirtyFlagMap; import hunt.Exceptions; import hunt.Boolean; import hunt.Char; import hunt.Double; import hunt.Float; import hunt.Integer; import hunt.Long; import hunt.Number; import hunt.String; import hunt.util.ObjectUtils; import hunt.util.Serialize; /** * <p> * An implementation of <code>Map</code> that wraps another <code>Map</code> * and flags itself 'dirty' when it is modified, enforces that all keys are * Strings. * </p> * * <p> * All allowsTransientData flag related methods are deprecated as of version 1.6. * </p> */ class StringKeyDirtyFlagMap : DirtyFlagMap!(string, Object) { /** * @deprecated JDBCJobStores no longer prune out data. If you * include non-Serializable values in the Map, you will now get an * exception when attempting to store it in a database. */ private bool allowsTransientData = false; this() { super(); } this(int initialCapacity) { super(initialCapacity); } this(int initialCapacity, float loadFactor) { super(initialCapacity, loadFactor); } // override // bool opEquals(Object o) { // return super== obj; // } /** * Get a copy of the Map's string keys in an array of Strings. */ // string[] getKeys() { // return keySet().toArray(new string[size()]); // } /** * Tell the <code>StringKeyDirtyFlagMap</code> that it should * allow non-<code>Serializable</code> values. Enforces that the Map * doesn't already include data. * * @deprecated JDBCJobStores no longer prune out data. If you * include non-Serializable values in the Map, you will now get an * exception when attempting to store it in a database. */ // void setAllowsTransientData(bool allowsTransientData) { // if (containsTransientData() && !allowsTransientData) { // throw new IllegalStateException( // "Cannot set property 'allowsTransientData' to 'false' " // ~ "when data map contains non-serializable objects."); // } // this.allowsTransientData = allowsTransientData; // } /** * Whether the <code>StringKeyDirtyFlagMap</code> allows * non-<code>Serializable</code> values. * * @deprecated JDBCJobStores no longer prune out data. If you * include non-Serializable values in the Map, you will now get an * exception when attempting to store it in a database. */ // bool getAllowsTransientData() { // return allowsTransientData; // } /** * Determine whether any values in this Map do not implement * <code>Serializable</code>. Always returns false if this Map * is flagged to not allow data. * * @deprecated JDBCJobStores no longer prune out data. If you * include non-Serializable values in the Map, you will now get an * exception when attempting to store it in a database. */ // bool containsTransientData() { // if (!getAllowsTransientData()) { // short circuit... // return false; // } // string[] keys = getKeys(); // for (int i = 0; i < keys.length; i++) { // Object o = super.get(keys[i]); // if (!(o instanceof Serializable)) { // return true; // } // } // return false; // } /** * Removes any data values in the map that are non-Serializable. Does * nothing if this Map does not allow data. * * @deprecated JDBCJobStores no longer prune out data. If you * include non-Serializable values in the Map, you will now get an * exception when attempting to store it in a database. */ // void removeTransientData() { // if (!getAllowsTransientData()) { // short circuit... // return; // } // string[] keys = getKeys(); // for (int i = 0; i < keys.length; i++) { // Object o = super.get(keys[i]); // if (!(o instanceof Serializable)) { // remove(keys[i]); // } // } // } // Due to Generic enforcement, this override method is no longer needed. // /** // * <p> // * Adds the name-value pairs in the given <code>Map</code> to the // * <code>StringKeyDirtyFlagMap</code>. // * </p> // * // * <p> // * All keys must be <code>string</code>s. // * </p> // */ // override // void putAll(Map!(string, Object) map) { // for (Iterator<?> entryIter = map.entrySet().iterator(); entryIter.hasNext();) { // Map.Entry<?,?> entry = (Map.Entry<?,?>) entryIter.next(); // // // will throw IllegalArgumentException if key is not a string // put(entry.getKey(), entry.getValue()); // } // } /** * <p> * Adds the given <code>int</code> value to the <code>StringKeyDirtyFlagMap</code>. * </p> */ void put(string key, int value) { super.put(key, Integer.valueOf(value)); } /** * <p> * Adds the given <code>long</code> value to the <code>StringKeyDirtyFlagMap</code>. * </p> */ void put(string key, long value) { super.put(key, Long.valueOf(value)); } /** * <p> * Adds the given <code>float</code> value to the <code>StringKeyDirtyFlagMap</code>. * </p> */ void put(string key, float value) { super.put(key, Float.valueOf(value)); } /** * <p> * Adds the given <code>double</code> value to the <code>StringKeyDirtyFlagMap</code>. * </p> */ void put(string key, double value) { super.put(key, Double.valueOf(value)); } /** * <p> * Adds the given <code>bool</code> value to the <code>StringKeyDirtyFlagMap</code>. * </p> */ void put(string key, bool value) { super.put(key, Boolean.valueOf(value)); } /** * <p> * Adds the given <code>char</code> value to the <code>StringKeyDirtyFlagMap</code>. * </p> */ void put(string key, char value) { super.put(key, Char.valueOf(value)); } /** * <p> * Adds the given <code>string</code> value to the <code>StringKeyDirtyFlagMap</code>. * </p> */ void put(string key, string value) { super.put(key, new String(value)); } /** * <p> * Adds the given <code>Object</code> value to the <code>StringKeyDirtyFlagMap</code>. * </p> */ override Object put(string key, Object value) { return super.put(key, value); } /** * <p> * Retrieve the identified <code>int</code> value from the <code>StringKeyDirtyFlagMap</code>. * </p> * * @throws ClassCastException * if the identified object is not an Integer. */ int getInt(string key) { Object obj = get(key); try { Number n = cast(Number) obj; if(n !is null) return n.intValue(); return Integer.parseInt(obj.toString()); } catch (Exception e) { throw new ClassCastException("Identified object is not an Integer."); } } /** * <p> * Retrieve the identified <code>long</code> value from the <code>StringKeyDirtyFlagMap</code>. * </p> * * @throws ClassCastException * if the identified object is not a Long. */ long getLong(string key) { Object obj = get(key); try { Number n = cast(Number) obj; if(n !is null) return n.longValue(); return Long.parseLong(obj.toString()); } catch (Exception e) { throw new ClassCastException("Identified object is not a Long."); } } /** * <p> * Retrieve the identified <code>float</code> value from the <code>StringKeyDirtyFlagMap</code>. * </p> * * @throws ClassCastException * if the identified object is not a Float. */ float getFloat(string key) { Object obj = get(key); try { Number n = cast(Number) obj; if(n !is null) return n.floatValue(); return Float.parseFloat(obj.toString()); } catch (Exception e) { throw new ClassCastException("Identified object is not a Float."); } } /** * <p> * Retrieve the identified <code>double</code> value from the <code>StringKeyDirtyFlagMap</code>. * </p> * * @throws ClassCastException * if the identified object is not a Double. */ double getDouble(string key) { Object obj = get(key); try { Number n = cast(Number) obj; if(n !is null) return n.doubleValue(); return Double.parseDouble(obj.toString()); } catch (Exception e) { throw new ClassCastException("Identified object is not a Double."); } } /** * <p> * Retrieve the identified <code>bool</code> value from the <code>StringKeyDirtyFlagMap</code>. * </p> * * @throws ClassCastException * if the identified object is not a Boolean. */ bool getBoolean(string key) { Object obj = get(key); try { Boolean n = cast(Boolean) obj; if(n !is null) return n.booleanValue(); return Boolean.parseBoolean(obj.toString()); } catch (Exception e) { throw new ClassCastException("Identified object is not a Boolean."); } } /** * <p> * Retrieve the identified <code>char</code> value from the <code>StringKeyDirtyFlagMap</code>. * </p> * * @throws ClassCastException * if the identified object is not a Character. */ char getChar(string key) { Object obj = get(key); try { Char n = cast(Char) obj; if(n !is null) return n.charValue(); return (obj.toString())[0]; } catch (Exception e) { throw new ClassCastException("Identified object is not a Character."); } } /** * <p> * Retrieve the identified <code>string</code> value from the <code>StringKeyDirtyFlagMap</code>. * </p> * * @throws ClassCastException * if the identified object is not a string. */ string getString(string key) { Object obj = get(key); if(obj is null) throw new NullPointerException("key: " ~ key); try { return obj.toString(); } catch (Exception e) { throw new ClassCastException("Identified object is not a string."); } } mixin CloneMemberTemplate!(typeof(this)); } }
D
import std.stdio, std.array; /** This amb function takes a comparison function and the possibilities that need to be checked.*/ //string[] amb(in bool function(in string, in string) pure comp, const(string)[] amb(in bool function(in string, in string) pure comp, in string[][] options, in string prev = null) pure { if (options.empty) return null; foreach (immutable opt; options.front) { // If this is the base call, prev is null and we need to // continue. if (!prev.empty && !comp(prev, opt)) continue; // Take care of the case where we have no options left. if (options.length == 1) return [opt]; // Traverse into the tree. const res = amb(comp, options[1 .. $], opt); // If it was a failure, try the next one. if (!res.empty) return opt ~ res; // We have a match! } return null; // No matches. } void main() { immutable sets = [["the", "that", "a"], ["frog", "elephant", "thing"], ["walked", "treaded", "grows"], ["slowly", "quickly"]]; // Pass in the comparator and the available sets. // (The comparator is not nothrow because of UTF.) const result = amb((s, t) => s.back == t.front, sets); if (result.empty) writeln("No matches found!"); else writefln("%-(%s %)", result); }
D
/Users/zecheng/iosDevelop/secondHand/DerivedData/secondHand/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/ConstraintPriority.o : /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintLayoutGuideDSL.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintDSL.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintLayoutSupportDSL.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintViewDSL.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintLayoutGuide.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintMakerExtendable.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintMakerRelatable.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintMakerEditable.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintMakerFinalizable.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintMakerPriortizable.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintConfig.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/Debugging.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintItem.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/LayoutConstraintItem.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintRelation.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintDescription.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintMaker.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/Typealiases.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintAttributes.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintLayoutGuide+Extensions.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/UILayoutSupport+Extensions.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintView+Extensions.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintInsets.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintRelatableTarget.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintMultiplierTarget.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintOffsetTarget.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintInsetTarget.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintConstantTarget.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintPriorityTarget.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/Constraint.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/LayoutConstraint.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintLayoutSupport.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintView.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintPriority.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/zecheng/iosDevelop/secondHand/Pods/Target\ Support\ Files/SnapKit/SnapKit-umbrella.h /Users/zecheng/iosDevelop/secondHand/DerivedData/secondHand/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SnapKit.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Users/zecheng/iosDevelop/secondHand/DerivedData/secondHand/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/ConstraintPriority~partial.swiftmodule : /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintLayoutGuideDSL.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintDSL.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintLayoutSupportDSL.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintViewDSL.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintLayoutGuide.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintMakerExtendable.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintMakerRelatable.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintMakerEditable.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintMakerFinalizable.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintMakerPriortizable.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintConfig.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/Debugging.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintItem.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/LayoutConstraintItem.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintRelation.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintDescription.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintMaker.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/Typealiases.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintAttributes.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintLayoutGuide+Extensions.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/UILayoutSupport+Extensions.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintView+Extensions.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintInsets.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintRelatableTarget.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintMultiplierTarget.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintOffsetTarget.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintInsetTarget.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintConstantTarget.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintPriorityTarget.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/Constraint.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/LayoutConstraint.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintLayoutSupport.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintView.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintPriority.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/zecheng/iosDevelop/secondHand/Pods/Target\ Support\ Files/SnapKit/SnapKit-umbrella.h /Users/zecheng/iosDevelop/secondHand/DerivedData/secondHand/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SnapKit.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Users/zecheng/iosDevelop/secondHand/DerivedData/secondHand/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/ConstraintPriority~partial.swiftdoc : /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintLayoutGuideDSL.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintDSL.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintLayoutSupportDSL.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintViewDSL.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintLayoutGuide.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintMakerExtendable.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintMakerRelatable.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintMakerEditable.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintMakerFinalizable.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintMakerPriortizable.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintConfig.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/Debugging.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintItem.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/LayoutConstraintItem.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintRelation.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintDescription.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintMaker.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/Typealiases.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintAttributes.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintLayoutGuide+Extensions.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/UILayoutSupport+Extensions.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintView+Extensions.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintInsets.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintRelatableTarget.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintMultiplierTarget.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintOffsetTarget.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintInsetTarget.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintConstantTarget.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintPriorityTarget.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/Constraint.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/LayoutConstraint.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintLayoutSupport.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintView.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintPriority.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/zecheng/iosDevelop/secondHand/Pods/Target\ Support\ Files/SnapKit/SnapKit-umbrella.h /Users/zecheng/iosDevelop/secondHand/DerivedData/secondHand/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SnapKit.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes
D
/Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/DatabaseKit.build/Utilities/DatabaseKitError.swift.o : /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Utilities/Deprecated.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/KeyedCache/KeyedCache.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/KeyedCache/DatabaseKeyedCache.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/KeyedCache/DictionaryKeyedCache.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/KeyedCache/MemoryKeyedCache.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/ConnectionPool/DatabaseConnectionPoolCache.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Connection/DatabaseStringFindable.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Connection/DatabaseConnectable.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Database/DatabaseQueryable.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Utilities/URL+DatabaseName.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Database/Database.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Database/ConfiguredDatabase.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Database/DatabaseConfig.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/ConnectionPool/DatabaseConnectionPoolConfig.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/KeyedCache/KeyedCacheSupporting.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Log/LogSupporting.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Log/DatabaseLog.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/ConnectionPool/Container+ConnectionPool.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/ConnectionPool/DatabaseConnectionPool.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Connection/Container+CachedConnection.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Connection/DatabaseConnection.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Connection/Container+NewConnection.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Service/DatabaseKitProvider.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Log/DatabaseLogger.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Database/DatabaseIdentifier.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Log/DatabaseLogHandler.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Log/PrintLogHandler.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Utilities/DatabaseKitError.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Database/Databases.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Utilities/Exports.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/NIO.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/Async.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/Service.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/Core.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/Debugging.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/COperatingSystem.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/NIOConcurrencyHelpers.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/Bits.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/NIOFoundationCompat.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/checkouts/swift-nio.git-3108475404973543938/Sources/CNIOAtomics/include/cpp_magic.h /Users/godemodegame/Desktop/ATMApp/.build/checkouts/swift-nio.git-3108475404973543938/Sources/CNIOLinux/include/ifaddrs-android.h /Users/godemodegame/Desktop/ATMApp/.build/checkouts/swift-nio.git-3108475404973543938/Sources/CNIODarwin/include/CNIODarwin.h /Users/godemodegame/Desktop/ATMApp/.build/checkouts/swift-nio.git-3108475404973543938/Sources/CNIOAtomics/include/CNIOAtomics.h /Users/godemodegame/Desktop/ATMApp/.build/checkouts/swift-nio.git-3108475404973543938/Sources/CNIOLinux/include/CNIOLinux.h /Users/godemodegame/Desktop/ATMApp/.build/checkouts/swift-nio-zlib-support.git--1071467962839356487/module.modulemap /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/CNIOSHA1.build/module.modulemap /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/CNIOOpenSSL.build/module.modulemap /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/CCryptoOpenSSL.build/module.modulemap /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/CNIOZlib.build/module.modulemap /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/CNIODarwin.build/module.modulemap /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/CNIOHTTPParser.build/module.modulemap /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/CNIOAtomics.build/module.modulemap /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/CNIOLinux.build/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/DatabaseKit.build/DatabaseKitError~partial.swiftmodule : /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Utilities/Deprecated.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/KeyedCache/KeyedCache.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/KeyedCache/DatabaseKeyedCache.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/KeyedCache/DictionaryKeyedCache.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/KeyedCache/MemoryKeyedCache.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/ConnectionPool/DatabaseConnectionPoolCache.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Connection/DatabaseStringFindable.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Connection/DatabaseConnectable.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Database/DatabaseQueryable.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Utilities/URL+DatabaseName.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Database/Database.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Database/ConfiguredDatabase.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Database/DatabaseConfig.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/ConnectionPool/DatabaseConnectionPoolConfig.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/KeyedCache/KeyedCacheSupporting.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Log/LogSupporting.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Log/DatabaseLog.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/ConnectionPool/Container+ConnectionPool.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/ConnectionPool/DatabaseConnectionPool.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Connection/Container+CachedConnection.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Connection/DatabaseConnection.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Connection/Container+NewConnection.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Service/DatabaseKitProvider.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Log/DatabaseLogger.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Database/DatabaseIdentifier.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Log/DatabaseLogHandler.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Log/PrintLogHandler.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Utilities/DatabaseKitError.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Database/Databases.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Utilities/Exports.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/NIO.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/Async.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/Service.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/Core.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/Debugging.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/COperatingSystem.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/NIOConcurrencyHelpers.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/Bits.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/NIOFoundationCompat.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/checkouts/swift-nio.git-3108475404973543938/Sources/CNIOAtomics/include/cpp_magic.h /Users/godemodegame/Desktop/ATMApp/.build/checkouts/swift-nio.git-3108475404973543938/Sources/CNIOLinux/include/ifaddrs-android.h /Users/godemodegame/Desktop/ATMApp/.build/checkouts/swift-nio.git-3108475404973543938/Sources/CNIODarwin/include/CNIODarwin.h /Users/godemodegame/Desktop/ATMApp/.build/checkouts/swift-nio.git-3108475404973543938/Sources/CNIOAtomics/include/CNIOAtomics.h /Users/godemodegame/Desktop/ATMApp/.build/checkouts/swift-nio.git-3108475404973543938/Sources/CNIOLinux/include/CNIOLinux.h /Users/godemodegame/Desktop/ATMApp/.build/checkouts/swift-nio-zlib-support.git--1071467962839356487/module.modulemap /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/CNIOSHA1.build/module.modulemap /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/CNIOOpenSSL.build/module.modulemap /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/CCryptoOpenSSL.build/module.modulemap /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/CNIOZlib.build/module.modulemap /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/CNIODarwin.build/module.modulemap /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/CNIOHTTPParser.build/module.modulemap /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/CNIOAtomics.build/module.modulemap /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/CNIOLinux.build/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/DatabaseKit.build/DatabaseKitError~partial.swiftdoc : /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Utilities/Deprecated.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/KeyedCache/KeyedCache.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/KeyedCache/DatabaseKeyedCache.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/KeyedCache/DictionaryKeyedCache.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/KeyedCache/MemoryKeyedCache.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/ConnectionPool/DatabaseConnectionPoolCache.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Connection/DatabaseStringFindable.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Connection/DatabaseConnectable.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Database/DatabaseQueryable.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Utilities/URL+DatabaseName.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Database/Database.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Database/ConfiguredDatabase.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Database/DatabaseConfig.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/ConnectionPool/DatabaseConnectionPoolConfig.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/KeyedCache/KeyedCacheSupporting.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Log/LogSupporting.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Log/DatabaseLog.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/ConnectionPool/Container+ConnectionPool.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/ConnectionPool/DatabaseConnectionPool.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Connection/Container+CachedConnection.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Connection/DatabaseConnection.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Connection/Container+NewConnection.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Service/DatabaseKitProvider.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Log/DatabaseLogger.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Database/DatabaseIdentifier.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Log/DatabaseLogHandler.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Log/PrintLogHandler.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Utilities/DatabaseKitError.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Database/Databases.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Utilities/Exports.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/NIO.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/Async.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/Service.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/Core.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/Debugging.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/COperatingSystem.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/NIOConcurrencyHelpers.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/Bits.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/NIOFoundationCompat.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/godemodegame/Desktop/ATMApp/.build/checkouts/swift-nio.git-3108475404973543938/Sources/CNIOAtomics/include/cpp_magic.h /Users/godemodegame/Desktop/ATMApp/.build/checkouts/swift-nio.git-3108475404973543938/Sources/CNIOLinux/include/ifaddrs-android.h /Users/godemodegame/Desktop/ATMApp/.build/checkouts/swift-nio.git-3108475404973543938/Sources/CNIODarwin/include/CNIODarwin.h /Users/godemodegame/Desktop/ATMApp/.build/checkouts/swift-nio.git-3108475404973543938/Sources/CNIOAtomics/include/CNIOAtomics.h /Users/godemodegame/Desktop/ATMApp/.build/checkouts/swift-nio.git-3108475404973543938/Sources/CNIOLinux/include/CNIOLinux.h /Users/godemodegame/Desktop/ATMApp/.build/checkouts/swift-nio-zlib-support.git--1071467962839356487/module.modulemap /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/CNIOSHA1.build/module.modulemap /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/CNIOOpenSSL.build/module.modulemap /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/CCryptoOpenSSL.build/module.modulemap /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/CNIOZlib.build/module.modulemap /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/CNIODarwin.build/module.modulemap /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/CNIOHTTPParser.build/module.modulemap /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/CNIOAtomics.build/module.modulemap /Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/CNIOLinux.build/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes
D
/** This module implements a red-black tree container. This module is a submodule of $(MREF std, container). Source: $(PHOBOSSRC std/container/_rbtree.d) Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code copyright 2010- Andrei Alexandrescu. All rights reserved by the respective holders. License: Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at $(HTTP boost.org/LICENSE_1_0.txt)). Authors: Steven Schveighoffer, $(HTTP erdani.com, Andrei Alexandrescu) */ module std.container.rbtree; /// @safe pure unittest { import std.algorithm.comparison : equal; import std.container.rbtree; auto rbt = redBlackTree(3, 1, 4, 2, 5); assert(rbt.front == 1); assert(equal(rbt[], [1, 2, 3, 4, 5])); rbt.removeKey(1, 4); assert(equal(rbt[], [2, 3, 5])); rbt.removeFront(); assert(equal(rbt[], [3, 5])); rbt.insert([1, 2, 4]); assert(equal(rbt[], [1, 2, 3, 4, 5])); // Query bounds in O(log(n)) assert(rbt.lowerBound(3).equal([1, 2])); assert(rbt.equalRange(3).equal([3])); assert(rbt.upperBound(3).equal([4, 5])); // A Red Black tree with the highest element at front: import std.range : iota; auto maxTree = redBlackTree!"a > b"(iota(5)); assert(equal(maxTree[], [4, 3, 2, 1, 0])); // adding duplicates will not add them, but return 0 auto rbt2 = redBlackTree(1, 3); assert(rbt2.insert(1) == 0); assert(equal(rbt2[], [1, 3])); assert(rbt2.insert(2) == 1); // however you can allow duplicates auto ubt = redBlackTree!true([0, 1, 0, 1]); assert(equal(ubt[], [0, 0, 1, 1])); } import std.format; import std.functional : binaryFun; public import std.container.util; version(unittest) debug = RBDoChecks; //debug = RBDoChecks; /* * Implementation for a Red Black node for use in a Red Black Tree (see below) * * this implementation assumes we have a marker Node that is the parent of the * root Node. This marker Node is not a valid Node, but marks the end of the * collection. The root is the left child of the marker Node, so it is always * last in the collection. The marker Node is passed in to the setColor * function, and the Node which has this Node as its parent is assumed to be * the root Node. * * A Red Black tree should have O(lg(n)) insertion, removal, and search time. */ struct RBNode(V) { /* * Convenience alias */ alias Node = RBNode*; private Node _left; private Node _right; private Node _parent; /** * The value held by this node */ V value; /** * Enumeration determining what color the node is. Null nodes are assumed * to be black. */ enum Color : byte { Red, Black } /** * The color of the node. */ Color color; /** * Get the left child */ @property inout(RBNode)* left() inout { return _left; } /** * Get the right child */ @property inout(RBNode)* right() inout { return _right; } /** * Get the parent */ @property inout(RBNode)* parent() inout { return _parent; } /** * Set the left child. Also updates the new child's parent node. This * does not update the previous child. * * Returns newNode */ @property Node left(Node newNode) { _left = newNode; if (newNode !is null) newNode._parent = &this; return newNode; } /** * Set the right child. Also updates the new child's parent node. This * does not update the previous child. * * Returns newNode */ @property Node right(Node newNode) { _right = newNode; if (newNode !is null) newNode._parent = &this; return newNode; } // assume _left is not null // // performs rotate-right operation, where this is T, _right is R, _left is // L, _parent is P: // // P P // | -> | // T L // / \ / \ // L R a T // / \ / \ // a b b R // /** * Rotate right. This performs the following operations: * - The left child becomes the parent of this node. * - This node becomes the new parent's right child. * - The old right child of the new parent becomes the left child of this * node. */ Node rotateR() in { assert(_left !is null); } do { // sets _left._parent also if (isLeftNode) parent.left = _left; else parent.right = _left; Node tmp = _left._right; // sets _parent also _left.right = &this; // sets tmp._parent also left = tmp; return &this; } // assumes _right is non null // // performs rotate-left operation, where this is T, _right is R, _left is // L, _parent is P: // // P P // | -> | // T R // / \ / \ // L R T b // / \ / \ // a b L a // /** * Rotate left. This performs the following operations: * - The right child becomes the parent of this node. * - This node becomes the new parent's left child. * - The old left child of the new parent becomes the right child of this * node. */ Node rotateL() in { assert(_right !is null); } do { // sets _right._parent also if (isLeftNode) parent.left = _right; else parent.right = _right; Node tmp = _right._left; // sets _parent also _right.left = &this; // sets tmp._parent also right = tmp; return &this; } /** * Returns true if this node is a left child. * * Note that this should always return a value because the root has a * parent which is the marker node. */ @property bool isLeftNode() const in { assert(_parent !is null); } do { return _parent._left is &this; } /** * Set the color of the node after it is inserted. This performs an * update to the whole tree, possibly rotating nodes to keep the Red-Black * properties correct. This is an O(lg(n)) operation, where n is the * number of nodes in the tree. * * end is the marker node, which is the parent of the topmost valid node. */ void setColor(Node end) { // test against the marker node if (_parent !is end) { if (_parent.color == Color.Red) { Node cur = &this; while (true) { // because root is always black, _parent._parent always exists if (cur._parent.isLeftNode) { // parent is left node, y is 'uncle', could be null Node y = cur._parent._parent._right; if (y !is null && y.color == Color.Red) { cur._parent.color = Color.Black; y.color = Color.Black; cur = cur._parent._parent; if (cur._parent is end) { // root node cur.color = Color.Black; break; } else { // not root node cur.color = Color.Red; if (cur._parent.color == Color.Black) // satisfied, exit the loop break; } } else { if (!cur.isLeftNode) cur = cur._parent.rotateL(); cur._parent.color = Color.Black; cur = cur._parent._parent.rotateR(); cur.color = Color.Red; // tree should be satisfied now break; } } else { // parent is right node, y is 'uncle' Node y = cur._parent._parent._left; if (y !is null && y.color == Color.Red) { cur._parent.color = Color.Black; y.color = Color.Black; cur = cur._parent._parent; if (cur._parent is end) { // root node cur.color = Color.Black; break; } else { // not root node cur.color = Color.Red; if (cur._parent.color == Color.Black) // satisfied, exit the loop break; } } else { if (cur.isLeftNode) cur = cur._parent.rotateR(); cur._parent.color = Color.Black; cur = cur._parent._parent.rotateL(); cur.color = Color.Red; // tree should be satisfied now break; } } } } } else { // // this is the root node, color it black // color = Color.Black; } } /** * Remove this node from the tree. The 'end' node is used as the marker * which is root's parent. Note that this cannot be null! * * Returns the next highest valued node in the tree after this one, or end * if this was the highest-valued node. */ Node remove(Node end) { // // remove this node from the tree, fixing the color if necessary. // Node x; Node ret = next; // if this node has 2 children if (_left !is null && _right !is null) { // // normally, we can just swap this node's and y's value, but // because an iterator could be pointing to y and we don't want to // disturb it, we swap this node and y's structure instead. This // can also be a benefit if the value of the tree is a large // struct, which takes a long time to copy. // Node yp, yl, yr; Node y = ret; // y = next yp = y._parent; yl = y._left; yr = y._right; auto yc = y.color; auto isyleft = y.isLeftNode; // // replace y's structure with structure of this node. // if (isLeftNode) _parent.left = y; else _parent.right = y; // // need special case so y doesn't point back to itself // y.left = _left; if (_right is y) y.right = &this; else y.right = _right; y.color = color; // // replace this node's structure with structure of y. // left = yl; right = yr; if (_parent !is y) { if (isyleft) yp.left = &this; else yp.right = &this; } color = yc; } // if this has less than 2 children, remove it if (_left !is null) x = _left; else x = _right; bool deferedUnlink = false; if (x is null) { // pretend this is a null node, defer unlinking the node x = &this; deferedUnlink = true; } else if (isLeftNode) _parent.left = x; else _parent.right = x; // if the color of this is black, then it needs to be fixed if (color == color.Black) { // need to recolor the tree. while (x._parent !is end && x.color == Node.Color.Black) { if (x.isLeftNode) { // left node Node w = x._parent._right; if (w.color == Node.Color.Red) { w.color = Node.Color.Black; x._parent.color = Node.Color.Red; x._parent.rotateL(); w = x._parent._right; } Node wl = w.left; Node wr = w.right; if ((wl is null || wl.color == Node.Color.Black) && (wr is null || wr.color == Node.Color.Black)) { w.color = Node.Color.Red; x = x._parent; } else { if (wr is null || wr.color == Node.Color.Black) { // wl cannot be null here wl.color = Node.Color.Black; w.color = Node.Color.Red; w.rotateR(); w = x._parent._right; } w.color = x._parent.color; x._parent.color = Node.Color.Black; w._right.color = Node.Color.Black; x._parent.rotateL(); x = end.left; // x = root } } else { // right node Node w = x._parent._left; if (w.color == Node.Color.Red) { w.color = Node.Color.Black; x._parent.color = Node.Color.Red; x._parent.rotateR(); w = x._parent._left; } Node wl = w.left; Node wr = w.right; if ((wl is null || wl.color == Node.Color.Black) && (wr is null || wr.color == Node.Color.Black)) { w.color = Node.Color.Red; x = x._parent; } else { if (wl is null || wl.color == Node.Color.Black) { // wr cannot be null here wr.color = Node.Color.Black; w.color = Node.Color.Red; w.rotateL(); w = x._parent._left; } w.color = x._parent.color; x._parent.color = Node.Color.Black; w._left.color = Node.Color.Black; x._parent.rotateR(); x = end.left; // x = root } } } x.color = Node.Color.Black; } if (deferedUnlink) { // // unlink this node from the tree // if (isLeftNode) _parent.left = null; else _parent.right = null; } // clean references to help GC - Bugzilla 12915 _left = _right = _parent = null; return ret; } /** * Return the leftmost descendant of this node. */ @property inout(RBNode)* leftmost() inout { inout(RBNode)* result = &this; while (result._left !is null) result = result._left; return result; } /** * Return the rightmost descendant of this node */ @property inout(RBNode)* rightmost() inout { inout(RBNode)* result = &this; while (result._right !is null) result = result._right; return result; } /** * Returns the next valued node in the tree. * * You should never call this on the marker node, as it is assumed that * there is a valid next node. */ @property inout(RBNode)* next() inout { inout(RBNode)* n = &this; if (n.right is null) { while (!n.isLeftNode) n = n._parent; return n._parent; } else return n.right.leftmost; } /** * Returns the previous valued node in the tree. * * You should never call this on the leftmost node of the tree as it is * assumed that there is a valid previous node. */ @property inout(RBNode)* prev() inout { inout(RBNode)* n = &this; if (n.left is null) { while (n.isLeftNode) n = n._parent; return n._parent; } else return n.left.rightmost; } Node dup(scope Node delegate(V v) alloc) { // // duplicate this and all child nodes // // The recursion should be lg(n), so we shouldn't have to worry about // stack size. // Node copy = alloc(value); copy.color = color; if (_left !is null) copy.left = _left.dup(alloc); if (_right !is null) copy.right = _right.dup(alloc); return copy; } Node dup() { Node copy = new RBNode!V(null, null, null, value); copy.color = color; if (_left !is null) copy.left = _left.dup(); if (_right !is null) copy.right = _right.dup(); return copy; } } //constness checks @safe pure unittest { const RBNode!int n; static assert(is(typeof(n.leftmost))); static assert(is(typeof(n.rightmost))); static assert(is(typeof(n.next))); static assert(is(typeof(n.prev))); } private struct RBRange(N) { alias Node = N; alias Elem = typeof(Node.value); private Node _begin; private Node _end; private this(Node b, Node e) { _begin = b; _end = e; } /** * Returns `true` if the range is _empty */ @property bool empty() const { return _begin is _end; } /** * Returns the first element in the range */ @property Elem front() { return _begin.value; } /** * Returns the last element in the range */ @property Elem back() { return _end.prev.value; } /** * pop the front element from the range * * Complexity: amortized $(BIGOH 1) */ void popFront() { _begin = _begin.next; } /** * pop the back element from the range * * Complexity: amortized $(BIGOH 1) */ void popBack() { _end = _end.prev; } /** * Trivial _save implementation, needed for `isForwardRange`. */ @property RBRange save() { return this; } } /** * Implementation of a $(LINK2 https://en.wikipedia.org/wiki/Red%E2%80%93black_tree, * red-black tree) container. * * All inserts, removes, searches, and any function in general has complexity * of $(BIGOH lg(n)). * * To use a different comparison than $(D "a < b"), pass a different operator string * that can be used by $(REF binaryFun, std,functional), or pass in a * function, delegate, functor, or any type where $(D less(a, b)) results in a `bool` * value. * * Note that less should produce a strict ordering. That is, for two unequal * elements `a` and `b`, $(D less(a, b) == !less(b, a)). $(D less(a, a)) should * always equal `false`. * * If `allowDuplicates` is set to `true`, then inserting the same element more than * once continues to add more elements. If it is `false`, duplicate elements are * ignored on insertion. If duplicates are allowed, then new elements are * inserted after all existing duplicate elements. */ final class RedBlackTree(T, alias less = "a < b", bool allowDuplicates = false) if (is(typeof(binaryFun!less(T.init, T.init)))) { import std.meta : allSatisfy; import std.range : Take; import std.range.primitives : isInputRange, walkLength; import std.traits : isIntegral, isDynamicArray, isImplicitlyConvertible; alias _less = binaryFun!less; version(unittest) { static if (is(typeof(less) == string)) { private enum doUnittest = isIntegral!T && (less == "a < b" || less == "a > b"); } else enum doUnittest = false; // note, this must be final so it does not affect the vtable layout bool arrayEqual(T[] arr) { if (walkLength(this[]) == arr.length) { foreach (v; arr) { if (!(v in this)) return false; } return true; } return false; } } else { private enum doUnittest = false; } /** * Element type for the tree */ alias Elem = T; // used for convenience private alias RBNode = .RBNode!Elem; private alias Node = RBNode.Node; private Node _end; private Node _begin; private size_t _length; private void _setup() { assert(!_end); //Make sure that _setup isn't run more than once. _begin = _end = allocate(); } static private Node allocate() { return new RBNode; } static private Node allocate(Elem v) { return new RBNode(null, null, null, v); } /** * The range types for `RedBlackTree` */ alias Range = RBRange!(RBNode*); alias ConstRange = RBRange!(const(RBNode)*); /// Ditto alias ImmutableRange = RBRange!(immutable(RBNode)*); /// Ditto static if (doUnittest) @safe pure unittest { import std.algorithm.comparison : equal; import std.range.primitives; auto ts = new RedBlackTree(1, 2, 3, 4, 5); assert(ts.length == 5); auto r = ts[]; static if (less == "a < b") auto vals = [1, 2, 3, 4, 5]; else auto vals = [5, 4, 3, 2, 1]; assert(equal(r, vals)); assert(r.front == vals.front); assert(r.back != r.front); auto oldfront = r.front; auto oldback = r.back; r.popFront(); r.popBack(); assert(r.front != r.back); assert(r.front != oldfront); assert(r.back != oldback); assert(ts.length == 5); } // find a node based on an element value private inout(RBNode)* _find(Elem e) inout { static if (allowDuplicates) { inout(RBNode)* cur = _end.left; inout(RBNode)* result = null; while (cur) { if (_less(cur.value, e)) cur = cur.right; else if (_less(e, cur.value)) cur = cur.left; else { // want to find the left-most element result = cur; cur = cur.left; } } return result; } else { inout(RBNode)* cur = _end.left; while (cur) { if (_less(cur.value, e)) cur = cur.right; else if (_less(e, cur.value)) cur = cur.left; else return cur; } return null; } } // add an element to the tree, returns the node added, or the existing node // if it has already been added and allowDuplicates is false private auto _add(Elem n) { Node result; static if (!allowDuplicates) bool added = true; if (!_end.left) { _end.left = _begin = result = allocate(n); } else { Node newParent = _end.left; Node nxt; while (true) { if (_less(n, newParent.value)) { nxt = newParent.left; if (nxt is null) { // // add to right of new parent // newParent.left = result = allocate(n); break; } } else { static if (!allowDuplicates) { if (!_less(newParent.value, n)) { result = newParent; added = false; break; } } nxt = newParent.right; if (nxt is null) { // // add to right of new parent // newParent.right = result = allocate(n); break; } } newParent = nxt; } if (_begin.left) _begin = _begin.left; } static if (allowDuplicates) { result.setColor(_end); debug(RBDoChecks) check(); ++_length; return result; } else { import std.typecons : Tuple; if (added) { ++_length; result.setColor(_end); } debug(RBDoChecks) check(); return Tuple!(bool, "added", Node, "n")(added, result); } } /** * Check if any elements exist in the container. Returns `false` if at least * one element exists. */ @property bool empty() { return _end.left is null; } /++ Returns the number of elements in the container. Complexity: $(BIGOH 1). +/ @property size_t length() const { return _length; } /** * Duplicate this container. The resulting container contains a shallow * copy of the elements. * * Complexity: $(BIGOH n) */ @property RedBlackTree dup() { return new RedBlackTree(_end.dup(), _length); } static if (doUnittest) @safe pure unittest { import std.algorithm.comparison : equal; auto ts = new RedBlackTree(1, 2, 3, 4, 5); assert(ts.length == 5); auto ts2 = ts.dup; assert(ts2.length == 5); assert(equal(ts[], ts2[])); ts2.insert(cast(Elem) 6); assert(!equal(ts[], ts2[])); assert(ts.length == 5 && ts2.length == 6); } /** * Fetch a range that spans all the elements in the container. * * Complexity: $(BIGOH 1) */ Range opSlice() { return Range(_begin, _end); } /// Ditto ConstRange opSlice() const { return ConstRange(_begin, _end); } /// Ditto ImmutableRange opSlice() immutable { return ImmutableRange(_begin, _end); } /** * The front element in the container * * Complexity: $(BIGOH 1) */ Elem front() { return _begin.value; } /** * The last element in the container * * Complexity: $(BIGOH log(n)) */ Elem back() { return _end.prev.value; } /++ `in` operator. Check to see if the given element exists in the container. Complexity: $(BIGOH log(n)) +/ bool opBinaryRight(string op)(Elem e) const if (op == "in") { return _find(e) !is null; } static if (doUnittest) @safe pure unittest { auto ts = new RedBlackTree(1, 2, 3, 4, 5); assert(cast(Elem) 3 in ts); assert(cast(Elem) 6 !in ts); } /** * Compares two trees for equality. * * Complexity: $(BIGOH n) */ override bool opEquals(Object rhs) { import std.algorithm.comparison : equal; RedBlackTree that = cast(RedBlackTree) rhs; if (that is null) return false; // If there aren't the same number of nodes, we can't be equal. if (this._length != that._length) return false; auto thisRange = this[]; auto thatRange = that[]; return equal!((Elem a, Elem b) => !_less(a,b) && !_less(b,a)) (thisRange, thatRange); } static if (doUnittest) @system unittest { auto t1 = new RedBlackTree(1,2,3,4); auto t2 = new RedBlackTree(1,2,3,4); auto t3 = new RedBlackTree(1,2,3,5); auto t4 = new RedBlackTree(1,2,3,4,5); auto o = new Object(); assert(t1 == t1); assert(t1 == t2); assert(t1 != t3); assert(t1 != t4); assert(t1 != o); // pathological case, must not crash } /** * Removes all elements from the container. * * Complexity: $(BIGOH 1) */ void clear() { _end.left = null; _begin = _end; _length = 0; } static if (doUnittest) @safe pure unittest { auto ts = new RedBlackTree(1,2,3,4,5); assert(ts.length == 5); ts.clear(); assert(ts.empty && ts.length == 0); } /** * Insert a single element in the container. Note that this does not * invalidate any ranges currently iterating the container. * * Returns: The number of elements inserted. * * Complexity: $(BIGOH log(n)) */ size_t stableInsert(Stuff)(Stuff stuff) if (isImplicitlyConvertible!(Stuff, Elem)) { static if (allowDuplicates) { _add(stuff); return 1; } else { return(_add(stuff).added ? 1 : 0); } } /** * Insert a range of elements in the container. Note that this does not * invalidate any ranges currently iterating the container. * * Returns: The number of elements inserted. * * Complexity: $(BIGOH m * log(n)) */ size_t stableInsert(Stuff)(Stuff stuff) if (isInputRange!Stuff && isImplicitlyConvertible!(ElementType!Stuff, Elem)) { size_t result = 0; static if (allowDuplicates) { foreach (e; stuff) { ++result; _add(e); } } else { foreach (e; stuff) { if (_add(e).added) ++result; } } return result; } /// ditto alias insert = stableInsert; static if (doUnittest) @safe pure unittest { auto ts = new RedBlackTree(2,1,3,4,5,2,5); static if (allowDuplicates) { assert(ts.length == 7); assert(ts.stableInsert(cast(Elem[])[7, 8, 6, 9, 10, 8]) == 6); assert(ts.length == 13); assert(ts.stableInsert(cast(Elem) 11) == 1 && ts.length == 14); assert(ts.stableInsert(cast(Elem) 7) == 1 && ts.length == 15); static if (less == "a < b") assert(ts.arrayEqual([1,2,2,3,4,5,5,6,7,7,8,8,9,10,11])); else assert(ts.arrayEqual([11,10,9,8,8,7,7,6,5,5,4,3,2,2,1])); } else { assert(ts.length == 5); Elem[] elems = [7, 8, 6, 9, 10, 8]; assert(ts.stableInsert(elems) == 5); assert(ts.length == 10); assert(ts.stableInsert(cast(Elem) 11) == 1 && ts.length == 11); assert(ts.stableInsert(cast(Elem) 7) == 0 && ts.length == 11); static if (less == "a < b") assert(ts.arrayEqual([1,2,3,4,5,6,7,8,9,10,11])); else assert(ts.arrayEqual([11,10,9,8,7,6,5,4,3,2,1])); } } /** * Remove an element from the container and return its value. * * Complexity: $(BIGOH log(n)) */ Elem removeAny() { scope(success) --_length; auto n = _begin; auto result = n.value; _begin = n.remove(_end); debug(RBDoChecks) check(); return result; } static if (doUnittest) @safe pure unittest { auto ts = new RedBlackTree(1,2,3,4,5); assert(ts.length == 5); auto x = ts.removeAny(); assert(ts.length == 4); Elem[] arr; foreach (Elem i; 1 .. 6) if (i != x) arr ~= i; assert(ts.arrayEqual(arr)); } /** * Remove the front element from the container. * * Complexity: $(BIGOH log(n)) */ void removeFront() { scope(success) --_length; _begin = _begin.remove(_end); debug(RBDoChecks) check(); } /** * Remove the back element from the container. * * Complexity: $(BIGOH log(n)) */ void removeBack() { scope(success) --_length; auto lastnode = _end.prev; if (lastnode is _begin) _begin = _begin.remove(_end); else lastnode.remove(_end); debug(RBDoChecks) check(); } static if (doUnittest) @safe pure unittest { auto ts = new RedBlackTree(1,2,3,4,5); assert(ts.length == 5); ts.removeBack(); assert(ts.length == 4); static if (less == "a < b") assert(ts.arrayEqual([1,2,3,4])); else assert(ts.arrayEqual([2,3,4,5])); ts.removeFront(); assert(ts.arrayEqual([2,3,4]) && ts.length == 3); } /++ Removes the given range from the container. Returns: A range containing all of the elements that were after the given range. Complexity: $(BIGOH m * log(n)) (where m is the number of elements in the range) +/ Range remove(Range r) { auto b = r._begin; auto e = r._end; if (_begin is b) _begin = e; while (b !is e) { b = b.remove(_end); --_length; } debug(RBDoChecks) check(); return Range(e, _end); } static if (doUnittest) @safe pure unittest { import std.algorithm.comparison : equal; auto ts = new RedBlackTree(1,2,3,4,5); assert(ts.length == 5); auto r = ts[]; r.popFront(); r.popBack(); assert(ts.length == 5); auto r2 = ts.remove(r); assert(ts.length == 2); assert(ts.arrayEqual([1,5])); static if (less == "a < b") assert(equal(r2, [5])); else assert(equal(r2, [1])); } /++ Removes the given `Take!Range` from the container Returns: A range containing all of the elements that were after the given range. Complexity: $(BIGOH m * log(n)) (where m is the number of elements in the range) +/ Range remove(Take!Range r) { immutable isBegin = (r.source._begin is _begin); auto b = r.source._begin; while (!r.empty) { r.popFront(); b = b.remove(_end); --_length; } if (isBegin) _begin = b; return Range(b, _end); } static if (doUnittest) @safe pure unittest { import std.algorithm.comparison : equal; import std.range : take; auto ts = new RedBlackTree(1,2,3,4,5); auto r = ts[]; r.popFront(); assert(ts.length == 5); auto r2 = ts.remove(take(r, 0)); static if (less == "a < b") { assert(equal(r2, [2,3,4,5])); auto r3 = ts.remove(take(r, 2)); assert(ts.arrayEqual([1,4,5]) && ts.length == 3); assert(equal(r3, [4,5])); } else { assert(equal(r2, [4,3,2,1])); auto r3 = ts.remove(take(r, 2)); assert(ts.arrayEqual([5,2,1]) && ts.length == 3); assert(equal(r3, [2,1])); } } /++ Removes elements from the container that are equal to the given values according to the less comparator. One element is removed for each value given which is in the container. If `allowDuplicates` is true, duplicates are removed only if duplicate values are given. Returns: The number of elements removed. Complexity: $(BIGOH m log(n)) (where m is the number of elements to remove) Example: -------------------- auto rbt = redBlackTree!true(0, 1, 1, 1, 4, 5, 7); rbt.removeKey(1, 4, 7); assert(equal(rbt[], [0, 1, 1, 5])); rbt.removeKey(1, 1, 0); assert(equal(rbt[], [5])); -------------------- +/ size_t removeKey(U...)(U elems) if (allSatisfy!(isImplicitlyConvertibleToElem, U)) { Elem[U.length] toRemove = [elems]; return removeKey(toRemove[]); } /++ Ditto +/ size_t removeKey(U)(U[] elems) if (isImplicitlyConvertible!(U, Elem)) { immutable lenBefore = length; foreach (e; elems) { auto beg = _firstGreaterEqual(e); if (beg is _end || _less(e, beg.value)) // no values are equal continue; immutable isBegin = (beg is _begin); beg = beg.remove(_end); if (isBegin) _begin = beg; --_length; } return lenBefore - length; } /++ Ditto +/ size_t removeKey(Stuff)(Stuff stuff) if (isInputRange!Stuff && isImplicitlyConvertible!(ElementType!Stuff, Elem) && !isDynamicArray!Stuff) { import std.array : array; //We use array in case stuff is a Range from this RedBlackTree - either //directly or indirectly. return removeKey(array(stuff)); } //Helper for removeKey. private template isImplicitlyConvertibleToElem(U) { enum isImplicitlyConvertibleToElem = isImplicitlyConvertible!(U, Elem); } static if (doUnittest) @safe pure unittest { import std.algorithm.comparison : equal; import std.range : take; auto rbt = new RedBlackTree(5, 4, 3, 7, 2, 1, 7, 6, 2, 19, 45); //The cast(Elem) is because these tests are instantiated with a variety //of numeric types, and the literals are all int, which is not always //implicitly convertible to Elem (e.g. short). static if (allowDuplicates) { assert(rbt.length == 11); assert(rbt.removeKey(cast(Elem) 4) == 1 && rbt.length == 10); assert(rbt.arrayEqual([1,2,2,3,5,6,7,7,19,45]) && rbt.length == 10); assert(rbt.removeKey(cast(Elem) 6, cast(Elem) 2, cast(Elem) 1) == 3); assert(rbt.arrayEqual([2,3,5,7,7,19,45]) && rbt.length == 7); assert(rbt.removeKey(cast(Elem)(42)) == 0 && rbt.length == 7); assert(rbt.removeKey(take(rbt[], 3)) == 3 && rbt.length == 4); static if (less == "a < b") assert(equal(rbt[], [7,7,19,45])); else assert(equal(rbt[], [7,5,3,2])); } else { assert(rbt.length == 9); assert(rbt.removeKey(cast(Elem) 4) == 1 && rbt.length == 8); assert(rbt.arrayEqual([1,2,3,5,6,7,19,45])); assert(rbt.removeKey(cast(Elem) 6, cast(Elem) 2, cast(Elem) 1) == 3); assert(rbt.arrayEqual([3,5,7,19,45]) && rbt.length == 5); assert(rbt.removeKey(cast(Elem)(42)) == 0 && rbt.length == 5); assert(rbt.removeKey(take(rbt[], 3)) == 3 && rbt.length == 2); static if (less == "a < b") assert(equal(rbt[], [19,45])); else assert(equal(rbt[], [5,3])); } } // find the first node where the value is > e private inout(RBNode)* _firstGreater(Elem e) inout { // can't use _find, because we cannot return null auto cur = _end.left; inout(RBNode)* result = _end; while (cur) { if (_less(e, cur.value)) { result = cur; cur = cur.left; } else cur = cur.right; } return result; } // find the first node where the value is >= e private inout(RBNode)* _firstGreaterEqual(Elem e) inout { // can't use _find, because we cannot return null. auto cur = _end.left; inout(RBNode)* result = _end; while (cur) { if (_less(cur.value, e)) cur = cur.right; else { result = cur; cur = cur.left; } } return result; } /** * Get a range from the container with all elements that are > e according * to the less comparator * * Complexity: $(BIGOH log(n)) */ Range upperBound(Elem e) { return Range(_firstGreater(e), _end); } /// Ditto ConstRange upperBound(Elem e) const { return ConstRange(_firstGreater(e), _end); } /// Ditto ImmutableRange upperBound(Elem e) immutable { return ImmutableRange(_firstGreater(e), _end); } /** * Get a range from the container with all elements that are < e according * to the less comparator * * Complexity: $(BIGOH log(n)) */ Range lowerBound(Elem e) { return Range(_begin, _firstGreaterEqual(e)); } /// Ditto ConstRange lowerBound(Elem e) const { return ConstRange(_begin, _firstGreaterEqual(e)); } /// Ditto ImmutableRange lowerBound(Elem e) immutable { return ImmutableRange(_begin, _firstGreaterEqual(e)); } /** * Get a range from the container with all elements that are == e according * to the less comparator * * Complexity: $(BIGOH log(n)) */ auto equalRange(this This)(Elem e) { auto beg = _firstGreaterEqual(e); alias RangeType = RBRange!(typeof(beg)); if (beg is _end || _less(e, beg.value)) // no values are equal return RangeType(beg, beg); static if (allowDuplicates) { return RangeType(beg, _firstGreater(e)); } else { // no sense in doing a full search, no duplicates are allowed, // so we just get the next node. return RangeType(beg, beg.next); } } static if (doUnittest) @safe pure unittest { import std.algorithm.comparison : equal; auto ts = new RedBlackTree(1, 2, 3, 4, 5); auto rl = ts.lowerBound(3); auto ru = ts.upperBound(3); auto re = ts.equalRange(3); static if (less == "a < b") { assert(equal(rl, [1,2])); assert(equal(ru, [4,5])); } else { assert(equal(rl, [5,4])); assert(equal(ru, [2,1])); } assert(equal(re, [3])); } debug(RBDoChecks) { /* * Print the tree. This prints a sideways view of the tree in ASCII form, * with the number of indentations representing the level of the nodes. * It does not print values, only the tree structure and color of nodes. */ void printTree(Node n, int indent = 0) { import std.stdio : write, writeln; if (n !is null) { printTree(n.right, indent + 2); for (int i = 0; i < indent; i++) write("."); writeln(n.color == n.color.Black ? "B" : "R"); printTree(n.left, indent + 2); } else { for (int i = 0; i < indent; i++) write("."); writeln("N"); } if (indent is 0) writeln(); } /* * Check the tree for validity. This is called after every add or remove. * This should only be enabled to debug the implementation of the RB Tree. */ void check() { // // check implementation of the tree // int recurse(Node n, string path) { import std.stdio : writeln; if (n is null) return 1; if (n.parent.left !is n && n.parent.right !is n) throw new Exception("Node at path " ~ path ~ " has inconsistent pointers"); Node next = n.next; static if (allowDuplicates) { if (next !is _end && _less(next.value, n.value)) throw new Exception("ordering invalid at path " ~ path); } else { if (next !is _end && !_less(n.value, next.value)) throw new Exception("ordering invalid at path " ~ path); } if (n.color == n.color.Red) { if ((n.left !is null && n.left.color == n.color.Red) || (n.right !is null && n.right.color == n.color.Red)) throw new Exception("Node at path " ~ path ~ " is red with a red child"); } int l = recurse(n.left, path ~ "L"); int r = recurse(n.right, path ~ "R"); if (l != r) { writeln("bad tree at:"); debug printTree(n); throw new Exception( "Node at path " ~ path ~ " has different number of black nodes on left and right paths" ); } return l + (n.color == n.color.Black ? 1 : 0); } try { recurse(_end.left, ""); } catch (Exception e) { debug printTree(_end.left, 0); throw e; } } } /** Formats the RedBlackTree into a sink function. For more info see $(D std.format.formatValue). Note that this only is available when the element type can be formatted. Otherwise, the default toString from Object is used. */ static if (is(typeof((){FormatSpec!(char) fmt; formatValue((const(char)[]) {}, ConstRange.init, fmt);}))) { void toString(scope void delegate(const(char)[]) sink, const ref FormatSpec!char fmt) const { sink("RedBlackTree("); sink.formatValue(this[], fmt); sink(")"); } } /** * Constructor. Pass in an array of elements, or individual elements to * initialize the tree with. */ this(Elem[] elems...) { _setup(); stableInsert(elems); } /** * Constructor. Pass in a range of elements to initialize the tree with. */ this(Stuff)(Stuff stuff) if (isInputRange!Stuff && isImplicitlyConvertible!(ElementType!Stuff, Elem)) { _setup(); stableInsert(stuff); } /// this() { _setup(); } private this(Node end, size_t length) { _end = end; _begin = end.leftmost; _length = length; } } //Verify Example for removeKey. @safe pure unittest { import std.algorithm.comparison : equal; auto rbt = redBlackTree!true(0, 1, 1, 1, 4, 5, 7); rbt.removeKey(1, 4, 7); assert(equal(rbt[], [0, 1, 1, 5])); rbt.removeKey(1, 1, 0); assert(equal(rbt[], [5])); } //Tests for removeKey @safe pure unittest { import std.algorithm.comparison : equal; { auto rbt = redBlackTree(["hello", "world", "foo", "bar"]); assert(equal(rbt[], ["bar", "foo", "hello", "world"])); assert(rbt.removeKey("hello") == 1); assert(equal(rbt[], ["bar", "foo", "world"])); assert(rbt.removeKey("hello") == 0); assert(equal(rbt[], ["bar", "foo", "world"])); assert(rbt.removeKey("hello", "foo", "bar") == 2); assert(equal(rbt[], ["world"])); assert(rbt.removeKey(["", "world", "hello"]) == 1); assert(rbt.empty); } { auto rbt = redBlackTree([1, 2, 12, 27, 4, 500]); assert(equal(rbt[], [1, 2, 4, 12, 27, 500])); assert(rbt.removeKey(1u) == 1); assert(equal(rbt[], [2, 4, 12, 27, 500])); assert(rbt.removeKey(cast(byte) 1) == 0); assert(equal(rbt[], [2, 4, 12, 27, 500])); assert(rbt.removeKey(1, 12u, cast(byte) 27) == 2); assert(equal(rbt[], [2, 4, 500])); assert(rbt.removeKey([cast(short) 0, cast(short) 500, cast(short) 1]) == 1); assert(equal(rbt[], [2, 4])); } } @safe pure unittest { void test(T)() { auto rt1 = new RedBlackTree!(T, "a < b", false)(); auto rt2 = new RedBlackTree!(T, "a < b", true)(); auto rt3 = new RedBlackTree!(T, "a > b", false)(); auto rt4 = new RedBlackTree!(T, "a > b", true)(); } test!long(); test!ulong(); test!int(); test!uint(); test!short(); test!ushort(); test!byte(); test!byte(); } import std.range.primitives : isInputRange, ElementType; import std.traits : isArray, isSomeString; /++ Convenience function for creating a `RedBlackTree!E` from a list of values. Params: allowDuplicates = Whether duplicates should be allowed (optional, default: false) less = predicate to sort by (optional) elems = elements to insert into the rbtree (variadic arguments) range = range elements to insert into the rbtree (alternative to elems) +/ auto redBlackTree(E)(E[] elems...) { return new RedBlackTree!E(elems); } /++ Ditto +/ auto redBlackTree(bool allowDuplicates, E)(E[] elems...) { return new RedBlackTree!(E, "a < b", allowDuplicates)(elems); } /++ Ditto +/ auto redBlackTree(alias less, E)(E[] elems...) if (is(typeof(binaryFun!less(E.init, E.init)))) { return new RedBlackTree!(E, less)(elems); } /++ Ditto +/ auto redBlackTree(alias less, bool allowDuplicates, E)(E[] elems...) if (is(typeof(binaryFun!less(E.init, E.init)))) { //We shouldn't need to instantiate less here, but for some reason, //dmd can't handle it if we don't (even though the template which //takes less but not allowDuplicates works just fine). return new RedBlackTree!(E, binaryFun!less, allowDuplicates)(elems); } /++ Ditto +/ auto redBlackTree(Stuff)(Stuff range) if (isInputRange!Stuff && !isArray!(Stuff)) { return new RedBlackTree!(ElementType!Stuff)(range); } /++ Ditto +/ auto redBlackTree(bool allowDuplicates, Stuff)(Stuff range) if (isInputRange!Stuff && !isArray!(Stuff)) { return new RedBlackTree!(ElementType!Stuff, "a < b", allowDuplicates)(range); } /++ Ditto +/ auto redBlackTree(alias less, Stuff)(Stuff range) if ( is(typeof(binaryFun!less((ElementType!Stuff).init, (ElementType!Stuff).init))) && isInputRange!Stuff && !isArray!(Stuff)) { return new RedBlackTree!(ElementType!Stuff, less)(range); } /++ Ditto +/ auto redBlackTree(alias less, bool allowDuplicates, Stuff)(Stuff range) if ( is(typeof(binaryFun!less((ElementType!Stuff).init, (ElementType!Stuff).init))) && isInputRange!Stuff && !isArray!(Stuff)) { //We shouldn't need to instantiate less here, but for some reason, //dmd can't handle it if we don't (even though the template which //takes less but not allowDuplicates works just fine). return new RedBlackTree!(ElementType!Stuff, binaryFun!less, allowDuplicates)(range); } /// @safe pure unittest { import std.range : iota; auto rbt1 = redBlackTree(0, 1, 5, 7); auto rbt2 = redBlackTree!string("hello", "world"); auto rbt3 = redBlackTree!true(0, 1, 5, 7, 5); auto rbt4 = redBlackTree!"a > b"(0, 1, 5, 7); auto rbt5 = redBlackTree!("a > b", true)(0.1, 1.3, 5.9, 7.2, 5.9); // also works with ranges auto rbt6 = redBlackTree(iota(3)); auto rbt7 = redBlackTree!true(iota(3)); auto rbt8 = redBlackTree!"a > b"(iota(3)); auto rbt9 = redBlackTree!("a > b", true)(iota(3)); } //Combinations not in examples. @safe pure unittest { auto rbt1 = redBlackTree!(true, string)("hello", "hello"); auto rbt2 = redBlackTree!((a, b){return a < b;}, double)(5.1, 2.3); auto rbt3 = redBlackTree!("a > b", true, string)("hello", "world"); } //Range construction. @safe pure unittest { import std.algorithm.comparison : equal; import std.range : iota; auto rbt = new RedBlackTree!(int, "a > b")(iota(5)); assert(equal(rbt[], [4, 3, 2, 1, 0])); } // construction with arrays @safe pure unittest { import std.algorithm.comparison : equal; auto rbt = redBlackTree!"a > b"([0, 1, 2, 3, 4]); assert(equal(rbt[], [4, 3, 2, 1, 0])); auto rbt2 = redBlackTree!"a > b"(["a", "b"]); assert(equal(rbt2[], ["b", "a"])); auto rbt3 = redBlackTree!"a > b"([1, 2]); assert(equal(rbt3[], [2, 1])); auto rbt4 = redBlackTree([0, 1, 7, 5]); assert(equal(rbt4[], [0, 1, 5, 7])); auto rbt5 = redBlackTree(["hello", "world"]); assert(equal(rbt5[], ["hello", "world"])); auto rbt6 = redBlackTree!true([0, 1, 5, 7, 5]); assert(equal(rbt6[], [0, 1, 5, 5, 7])); auto rbt7 = redBlackTree!"a > b"([0, 1, 5, 7]); assert(equal(rbt7[], [7, 5, 1, 0])); auto rbt8 = redBlackTree!("a > b", true)([0.1, 1.3, 5.9, 7.2, 5.9]); assert(equal(rbt8[], [7.2, 5.9, 5.9, 1.3, 0.1])); } // convenience wrapper range construction @safe pure unittest { import std.algorithm.comparison : equal; import std.range : chain, iota; auto rbt = redBlackTree(iota(3)); assert(equal(rbt[], [0, 1, 2])); auto rbt2 = redBlackTree!"a > b"(iota(2)); assert(equal(rbt2[], [1, 0])); auto rbt3 = redBlackTree(chain([0, 1], [7, 5])); assert(equal(rbt3[], [0, 1, 5, 7])); auto rbt4 = redBlackTree(chain(["hello"], ["world"])); assert(equal(rbt4[], ["hello", "world"])); auto rbt5 = redBlackTree!true(chain([0, 1], [5, 7, 5])); assert(equal(rbt5[], [0, 1, 5, 5, 7])); auto rbt6 = redBlackTree!("a > b", true)(chain([0.1, 1.3], [5.9, 7.2, 5.9])); assert(equal(rbt6[], [7.2, 5.9, 5.9, 1.3, 0.1])); } @safe pure unittest { import std.array : array; auto rt1 = redBlackTree(5, 4, 3, 2, 1); assert(rt1.length == 5); assert(array(rt1[]) == [1, 2, 3, 4, 5]); auto rt2 = redBlackTree!"a > b"(1.1, 2.1); assert(rt2.length == 2); assert(array(rt2[]) == [2.1, 1.1]); auto rt3 = redBlackTree!true(5, 5, 4); assert(rt3.length == 3); assert(array(rt3[]) == [4, 5, 5]); auto rt4 = redBlackTree!string("hello", "hello"); assert(rt4.length == 1); assert(array(rt4[]) == ["hello"]); } @system unittest { import std.conv : to; auto rt1 = redBlackTree!string(); assert(rt1.to!string == "RedBlackTree([])"); auto rt2 = redBlackTree!string("hello"); assert(rt2.to!string == "RedBlackTree([\"hello\"])"); auto rt3 = redBlackTree!string("hello", "world", "!"); assert(rt3.to!string == "RedBlackTree([\"!\", \"hello\", \"world\"])"); // type deduction can be done automatically auto rt4 = redBlackTree(["hello"]); assert(rt4.to!string == "RedBlackTree([\"hello\"])"); } //constness checks @safe pure unittest { const rt1 = redBlackTree(5,4,3,2,1); static assert(is(typeof(rt1.length))); static assert(is(typeof(5 in rt1))); static assert(is(typeof(rt1.upperBound(3).front) == const(int))); import std.algorithm.comparison : equal; assert(rt1.upperBound(3).equal([4, 5])); assert(rt1.lowerBound(3).equal([1, 2])); assert(rt1.equalRange(3).equal([3])); assert(rt1[].equal([1, 2, 3, 4, 5])); } //immutable checks @safe pure unittest { immutable rt1 = redBlackTree(5,4,3,2,1); static assert(is(typeof(rt1.length))); static assert(is(typeof(rt1.upperBound(3).front) == immutable(int))); import std.algorithm.comparison : equal; assert(rt1.upperBound(2).equal([3, 4, 5])); } // issue 15941 @safe pure unittest { class C {} RedBlackTree!(C, "cast(void*)a < cast(void*) b") tree; } @safe pure unittest // const/immutable elements (issue 17519) { RedBlackTree!(immutable int) t1; RedBlackTree!(const int) t2; import std.algorithm.iteration : map; static struct S { int* p; } auto t3 = new RedBlackTree!(immutable S, (a, b) => *a.p < *b.p); t3.insert([1, 2, 3].map!(x => immutable S(new int(x)))); static assert(!__traits(compiles, *t3.front.p = 4)); assert(*t3.front.p == 1); } // make sure the comparator can be a delegate @safe pure unittest { import std.algorithm.comparison : equal; auto t = new RedBlackTree!(int, delegate(a, b) => a > b); t.insert([1, 3, 5, 4, 2]); assert(t[].equal([5, 4, 3, 2, 1])); }
D
/** based on https://github.com/WebAssembly/wasi-libc/blob/2b7e73ae7ac0bad6391d89cc3274a28412243389/libc-bottom-half/sources/__wasilibc_real.c */ import ldc.attributes; extern (C): nothrow: @nogc: @system: alias __wasi_fd_t = int; alias __wasi_size_t = size_t; alias __wasi_errno_t = ushort; alias __wasi_exitcode_t = uint; struct __wasi_ciovec_t { const(ubyte)* buf; __wasi_size_t buf_len; } static assert(__wasi_ciovec_t.sizeof == 8); static assert(__wasi_ciovec_t.alignof == 4); static assert(__wasi_ciovec_t.buf.offsetof == 0); static assert(__wasi_ciovec_t.buf_len.offsetof == 4); @llvmAttr("wasm-import-module", "wasi_snapshot_preview1") @llvmAttr("wasm-import-name", "fd_write") extern int __imported_wasi_snapshot_preview1_fd_write(int arg0, int arg1, int arg2, int arg3) @trusted; __wasi_errno_t __wasi_fd_write(__wasi_fd_t fd, const(__wasi_ciovec_t)* iovs, size_t iovs_len, __wasi_size_t* retptr0) @trusted { int ret = __imported_wasi_snapshot_preview1_fd_write(cast(int) fd, cast(int) iovs, cast(int) iovs_len, cast(int) retptr0); return cast(ushort) ret; } void _start() @trusted { const(ubyte)* s = cast(const(ubyte)*) "Hello, World!\n".ptr; int fd = 1; __wasi_ciovec_t iovs = { s, 14 }; __wasi_size_t retp; __wasi_fd_write(fd, &iovs, 1, &retp); }
D
/* - Tefutefu3 - Yet Another TwitterBot. Copyright (C) alphaKAI 2015 http://alpha-kai-net.info THE MIT LICENSE. */ import std.stdio; import twitter4d; import tefutefu; void main(){ Tefutefu tefutefu = new Tefutefu(); tefutefu.start; }
D
/// module serialport.fiberready; import serialport.base; import std.traits : isSomeFunction, FunctionAttribute, functionAttributes; /++ Serial Port Fiber Ready +/ class SerialPortFR : SerialPort { protected: /++ Preform pause If sleepFunc isn't null call it. Else use `Thread.sleep` or `Fiber.yield` if code executes in fiber. Params: dt = sleep time +/ void sleep(Duration dt) @nogc { if (_sleepFunc !is null) _sleepFunc(dt); else { import core.thread : Fiber, Thread; if (Fiber.getThis is null) Thread.sleep(dt); else { const tm = StopWatch(AutoStart.yes); do Fiber.yield(); while (tm.peek < dt); } } } /++ Calc pause for sleep in read and write loops +/ Duration ioPause() @nogc { auto cfg = config; auto cnt = 1 + // start bit cast(int)cfg.dataBits + (cfg.parity == Parity.none ? 0 : 1) + (cfg.stopBits == StopBits.one ? 1 : cfg.stopBits == StopBits.onePointFive ? 1.5 : 2) + 1.5 // reserve ; return (cast(ulong)(cnt / cfg.baudRate * 1e6) + 100/+reserve+/).usecs; } void delegate(Duration) @nogc _sleepFunc; public: /// assume @nogc deprecated alias SleepFunc = void delegate(Duration); /// alias SleepFuncNoGC = void delegate(Duration) @nogc; /// extended delegate for perform sleep deprecated("sleep function must be @nogc") void sleepFunc(SleepFunc dlg) @property { _sleepFunc = cast(void delegate(Duration) @nogc)dlg; } /// deprecated("sleep function must be @nogc") void sleepFunc(void function(Duration) fnc) @property { _sleepFunc = (d){ (cast(void function(Duration) @nogc)fnc)(d); }; } /// extended delegate for perform sleep void sleepFunc(void delegate(Duration) @nogc dlg) @property { _sleepFunc = dlg; } /// ditto void sleepFunc(void function(Duration) @nogc fnc) @property { _sleepFunc = (d){ fnc(d); }; } /// ditto SleepFuncNoGC sleepFunc() @property { return _sleepFunc; } /++ Construct SerialPortFR See_Also: SerialPort.this +/ deprecated("sleep function must be @nogc") this(F=SleepFunc)(string exmode, F sf) if (isSomeFunction!F && !(functionAttributes!F & FunctionAttribute.nogc)) { sleepFunc = sf; super(exmode); } /// ditto deprecated("sleep function must be @nogc") this(F=SleepFunc)(string port, string mode, F sf) if (isSomeFunction!F && !(functionAttributes!F & FunctionAttribute.nogc)) { sleepFunc = sf; super(port, mode); } /// ditto deprecated("sleep function must be @nogc") this(F=SleepFunc)(string port, uint baudRate, F sf) if (isSomeFunction!F && !(functionAttributes!F & FunctionAttribute.nogc)) { sleepFunc = sf; super(port, baudRate); } /// ditto deprecated("sleep function must be @nogc") this(F=SleepFunc)(string port, uint baudRate, string mode, F sf) if (isSomeFunction!F && !(functionAttributes!F & FunctionAttribute.nogc)) { sleepFunc = sf; super(port, baudRate, mode); } /// ditto deprecated("sleep function must be @nogc") this(F=SleepFunc)(string port, Config conf, F sf) if (isSomeFunction!F && !(functionAttributes!F & FunctionAttribute.nogc)) { sleepFunc = sf; super(port, conf); } /// ditto this(F=SleepFuncNoGC)(string exmode, F sf=null) if (isSomeFunction!F) { sleepFunc = sf; super(exmode); } /// ditto this(F=SleepFuncNoGC)(string port, string mode, F sf=null) if (isSomeFunction!F && (functionAttributes!F & FunctionAttribute.nogc)) { sleepFunc = sf; super(port, mode); } /// ditto this(F=SleepFuncNoGC)(string port, uint baudRate, F sf=null) if (isSomeFunction!F && (functionAttributes!F & FunctionAttribute.nogc)) { sleepFunc = sf; super(port, baudRate); } /// ditto this(F=SleepFuncNoGC)(string port, uint baudRate, string mode, F sf=null) if (isSomeFunction!F && (functionAttributes!F & FunctionAttribute.nogc)) { sleepFunc = sf; super(port, baudRate, mode); } /// ditto this(F=SleepFuncNoGC)(string port, Config conf, F sf=null) if (isSomeFunction!F && (functionAttributes!F & FunctionAttribute.nogc)) { sleepFunc = sf; super(port, conf); } override void[] read(void[] buf, CanRead cr=CanRead.allOrNothing) { if (closed) throwPortClosedException(port); size_t res; const timeout = buf.length * readTimeoutMult + readTimeout; const pause = ioPause(); const sw = StopWatch(AutoStart.yes); while (sw.peek < timeout) { res += m_read(buf[res..$]).length; if (res == buf.length) return buf[]; this.sleep(pause); } checkAbility(cr, res, buf.length); return buf[0..res]; } override void write(const(void[]) arr) { if (closed) throwPortClosedException(port); size_t written; const timeout = arr.length * writeTimeoutMult + writeTimeout; const pause = ioPause(); const sw = StopWatch(AutoStart.yes); while (sw.peek < timeout) { written += m_write(arr[written..$]); if (written == arr.length) return; this.sleep(pause); } throwTimeoutException(port, "write timeout"); } /++ Read data while available by parts, sleep between checks. Sleep time calculates from baud rate and count of bits in one byte. ------- ---|-----|-----|------------|-----|------------> t call | | | | readAll | | | | | | | | | | |<---------data receive---------->| | |=== ===== ======| | |== =| | | | | | | | |<-timeout->| | | | | | |<-1->| |<2>| |<-3->| | | | | | |<---readedData--->| | | return |<------readAll work time----->| (1) if readedData.length > 0 then continue reading else throw TimeoutException (2) silent time, if silent < frameGap then continue reading (3) else if silent > frameGap then stop reading and return readedData ------- Params: buf = buffer for reading startTimeout = timeout for first byte recive frameGap = detect new data frame by silence period Returns: slice of buf with readed data Throws: PortClosedException ReadException TimeoutException See_Also: SerialPort.read +/ void[] readContinues(void[] buf, Duration startTimeout=1.seconds, Duration frameGap=50.msecs) { if (closed) throwPortClosedException(port); ptrdiff_t readed; auto pause = ioPause(); StopWatch silence, full; full.start(); while (true) { const res = m_read(buf[readed..$]).length; readed += res; // buffer filled if (readed == buf.length) return buf[]; if (res == 0) { if (readed > 0 && silence.peek > frameGap) return buf[0..readed]; if (!silence.running) silence.start(); } else { silence.stop(); silence.reset(); } if (readed == 0 && full.peek > startTimeout) throwTimeoutException(port, "read timeout"); this.sleep(pause); } } }
D
// PERMUTE_ARGS: struct Node(T) { T _val; } void foo() { static struct Foo { Node!Foo* node; } }
D
module dlangide.ui.commands; public import dlangui.core.events; import dlangui.widgets.editors; enum IDEActions : int { //ProjectOpen = 1010000, FileNew = 1010000, FileNewWorkspace, FileNewProject, FileOpen, FileOpenWorkspace, FileSave, FileSaveAs, FileSaveAll, FileClose, FileExit, EditPreferences, ProjectConfigurations, BuildConfigurations, BuildWorkspace, RebuildWorkspace, CleanWorkspace, BuildProject, RebuildProject, CleanProject, RefreshProject, UpdateProjectDependencies, SetStartupProject, RevealProjectInExplorer, ProjectSettings, RunWithRdmd, DebugStart, DebugRestart, DebugStartNoDebug, DebugContinue, DebugStop, DebugPause, DebugToggleBreakpoint, DebugEnableBreakpoint, DebugDisableBreakpoint, DebugStepInto, DebugStepOver, DebugStepOut, HelpAbout, WindowCloseDocument, WindowCloseAllDocuments, CreateNewWorkspace, AddToCurrentWorkspace, //ProjectFolderAddItem, ProjectFolderRemoveItem, ProjectFolderOpenItem, ProjectFolderRenameItem, ProjectFolderRefresh, GoToDefinition, GetCompletionSuggestions, GetDocComments, GetParenCompletion, InsertCompletion, FindInFiles, CloseWorkspace, } __gshared static this() { // register editor action names and ids registerActionEnum!IDEActions(); } //const Action ACTION_PROJECT_FOLDER_ADD_ITEM = new Action(IDEActions.ProjectFolderAddItem, "MENU_PROJECT_FOLDER_ADD_ITEM"c); const Action ACTION_PROJECT_FOLDER_OPEN_ITEM = new Action(IDEActions.ProjectFolderOpenItem, "MENU_PROJECT_FOLDER_OPEN_ITEM"c); const Action ACTION_PROJECT_FOLDER_REMOVE_ITEM = new Action(IDEActions.ProjectFolderRemoveItem, "MENU_PROJECT_FOLDER_REMOVE_ITEM"c); const Action ACTION_PROJECT_FOLDER_RENAME_ITEM = new Action(IDEActions.ProjectFolderRenameItem, "MENU_PROJECT_FOLDER_RENAME_ITEM"c); const Action ACTION_PROJECT_FOLDER_REFRESH = new Action(IDEActions.ProjectFolderRefresh, "MENU_PROJECT_FOLDER_REFRESH"c); const Action ACTION_FILE_WORKSPACE_CLOSE = new Action(IDEActions.CloseWorkspace, "MENU_FILE_WORKSPACE_CLOSE"c); const Action ACTION_FILE_NEW_SOURCE_FILE = new Action(IDEActions.FileNew, "MENU_FILE_NEW_SOURCE_FILE"c, "document-new", KeyCode.KEY_N, KeyFlag.Control); const Action ACTION_FILE_NEW_PROJECT = new Action(IDEActions.FileNewProject, "MENU_FILE_NEW_PROJECT"c); const Action ACTION_FILE_NEW_WORKSPACE = new Action(IDEActions.FileNewWorkspace, "MENU_FILE_NEW_WORKSPACE"c); const Action ACTION_FILE_OPEN = new Action(IDEActions.FileOpen, "MENU_FILE_OPEN"c, "document-open", KeyCode.KEY_O, KeyFlag.Control); const Action ACTION_FILE_OPEN_WORKSPACE = new Action(IDEActions.FileOpenWorkspace, "MENU_FILE_OPEN_WORKSPACE"c, null, KeyCode.KEY_O, KeyFlag.Control | KeyFlag.Shift); const Action ACTION_FILE_SAVE = (new Action(IDEActions.FileSave, "MENU_FILE_SAVE"c, "document-save", KeyCode.KEY_S, KeyFlag.Control)).disableByDefault(); const Action ACTION_FILE_SAVE_AS = (new Action(IDEActions.FileSaveAs, "MENU_FILE_SAVE_AS"c)).disableByDefault(); const Action ACTION_FILE_SAVE_ALL = (new Action(IDEActions.FileSaveAll, "MENU_FILE_SAVE_ALL"c, null, KeyCode.KEY_S, KeyFlag.Control | KeyFlag.Shift)).disableByDefault(); const Action ACTION_FILE_EXIT = new Action(IDEActions.FileExit, "MENU_FILE_EXIT"c, "document-close"c, KeyCode.KEY_X, KeyFlag.Alt); const Action ACTION_WORKSPACE_BUILD = new Action(IDEActions.BuildWorkspace, "MENU_BUILD_WORKSPACE_BUILD"c); const Action ACTION_WORKSPACE_REBUILD = new Action(IDEActions.RebuildWorkspace, "MENU_BUILD_WORKSPACE_REBUILD"c); const Action ACTION_WORKSPACE_CLEAN = new Action(IDEActions.CleanWorkspace, "MENU_BUILD_WORKSPACE_CLEAN"c); const Action ACTION_PROJECT_CONFIGURATIONS = new Action(IDEActions.ProjectConfigurations, "MENU_PROJECT_CONFIGURATIONS"c); const Action ACTION_BUILD_CONFIGURATIONS = new Action(IDEActions.BuildConfigurations, "MENU_BUILD_CONFIGURATIONS"c); const Action ACTION_PROJECT_BUILD = new Action(IDEActions.BuildProject, "MENU_BUILD_PROJECT_BUILD"c, "run-build", KeyCode.F7, 0); const Action ACTION_PROJECT_REBUILD = new Action(IDEActions.RebuildProject, "MENU_BUILD_PROJECT_REBUILD"c, "run-build-clean", KeyCode.F7, KeyFlag.Control); const Action ACTION_PROJECT_CLEAN = new Action(IDEActions.CleanProject, "MENU_BUILD_PROJECT_CLEAN"c, null); const Action ACTION_PROJECT_SET_STARTUP = new Action(IDEActions.SetStartupProject, "MENU_PROJECT_SET_AS_STARTUP"c, null); const Action ACTION_PROJECT_REVEAL_IN_EXPLORER = new Action(IDEActions.RevealProjectInExplorer, "MENU_PROJECT_REVEAL_IN_EXPLORER"c); const Action ACTION_PROJECT_SETTINGS = (new Action(IDEActions.ProjectSettings, "MENU_PROJECT_SETTINGS"c, null)).disableByDefault(); const Action ACTION_PROJECT_REFRESH = new Action(IDEActions.RefreshProject, "MENU_PROJECT_REFRESH"c); const Action ACTION_PROJECT_UPDATE_DEPENDENCIES = new Action(IDEActions.UpdateProjectDependencies, "MENU_PROJECT_UPDATE_DEPENDENCIES"c); const Action ACTION_RUN_WITH_RDMD = new Action(IDEActions.RunWithRdmd, "MENU_BUILD_RUN_WITH_RDMD"c, "run-rdmd").disableByDefault(); const Action ACTION_DEBUG_START = new Action(IDEActions.DebugStart, "MENU_DEBUG_START_DEBUGGING"c, "debug-run"c, KeyCode.F5, KeyFlag.Control | KeyFlag.Shift); const Action ACTION_DEBUG_START_NO_DEBUG = new Action(IDEActions.DebugStartNoDebug, "MENU_DEBUG_START_NO_DEBUGGING"c, null, KeyCode.F5, KeyFlag.Control); const Action ACTION_DEBUG_CONTINUE = new Action(IDEActions.DebugContinue, "MENU_DEBUG_CONTINUE"c, "debug-run"); const Action ACTION_DEBUG_STOP = (new Action(IDEActions.DebugStop, "MENU_DEBUG_STOP"c, "debug-stop")).disableByDefault(); const Action ACTION_DEBUG_PAUSE = (new Action(IDEActions.DebugPause, "MENU_DEBUG_PAUSE"c, "debug-pause")).disableByDefault(); const Action ACTION_DEBUG_RESTART = new Action(IDEActions.DebugRestart, "MENU_DEBUG_RESTART"c, "debug-restart"c, KeyCode.F5, 0); const Action ACTION_DEBUG_STEP_INTO = (new Action(IDEActions.DebugStepInto, "MENU_DEBUG_STEP_INTO"c, "debug-step-into"c, KeyCode.F11, 0)).disableByDefault(); const Action ACTION_DEBUG_STEP_OVER = (new Action(IDEActions.DebugStepOver, "MENU_DEBUG_STEP_OVER"c, "debug-step-over"c, KeyCode.F10, 0)).disableByDefault(); const Action ACTION_DEBUG_STEP_OUT = (new Action(IDEActions.DebugStepOut, "MENU_DEBUG_STEP_OUT"c, "debug-step-out"c, KeyCode.F11, KeyFlag.Shift)).disableByDefault(); const Action ACTION_DEBUG_TOGGLE_BREAKPOINT = (new Action(IDEActions.DebugToggleBreakpoint, "MENU_DEBUG_BREAKPOINT_TOGGLE"c, null, KeyCode.F9, 0)).disableByDefault(); const Action ACTION_DEBUG_ENABLE_BREAKPOINT = (new Action(IDEActions.DebugEnableBreakpoint, "MENU_DEBUG_BREAKPOINT_ENABLE"c, null, KeyCode.F9, KeyFlag.Shift)).disableByDefault(); const Action ACTION_DEBUG_DISABLE_BREAKPOINT = (new Action(IDEActions.DebugDisableBreakpoint, "MENU_DEBUG_BREAKPOINT_DISABLE"c, null, KeyCode.F9, KeyFlag.Control)).disableByDefault(); const Action ACTION_EDIT_COPY = (new Action(EditorActions.Copy, "MENU_EDIT_COPY"c, "edit-copy"c, KeyCode.KEY_C, KeyFlag.Control)).addAccelerator(KeyCode.INS, KeyFlag.Control).disableByDefault(); const Action ACTION_EDIT_PASTE = (new Action(EditorActions.Paste, "MENU_EDIT_PASTE"c, "edit-paste"c, KeyCode.KEY_V, KeyFlag.Control)).addAccelerator(KeyCode.INS, KeyFlag.Shift).disableByDefault(); const Action ACTION_EDIT_CUT = (new Action(EditorActions.Cut, "MENU_EDIT_CUT"c, "edit-cut"c, KeyCode.KEY_X, KeyFlag.Control)).addAccelerator(KeyCode.DEL, KeyFlag.Shift).disableByDefault(); const Action ACTION_EDIT_UNDO = (new Action(EditorActions.Undo, "MENU_EDIT_UNDO"c, "edit-undo"c, KeyCode.KEY_Z, KeyFlag.Control)).disableByDefault(); const Action ACTION_EDIT_REDO = (new Action(EditorActions.Redo, "MENU_EDIT_REDO"c, "edit-redo"c, KeyCode.KEY_Y, KeyFlag.Control)).addAccelerator(KeyCode.KEY_Z, KeyFlag.Control|KeyFlag.Shift).disableByDefault(); const Action ACTION_EDIT_INDENT = (new Action(EditorActions.Indent, "MENU_EDIT_INDENT"c, "edit-indent"c, KeyCode.TAB, 0)).addAccelerator(KeyCode.KEY_BRACKETCLOSE, KeyFlag.Control).disableByDefault(); const Action ACTION_EDIT_UNINDENT = (new Action(EditorActions.Unindent, "MENU_EDIT_UNINDENT"c, "edit-unindent", KeyCode.TAB, KeyFlag.Shift)).addAccelerator(KeyCode.KEY_BRACKETOPEN, KeyFlag.Control).disableByDefault(); const Action ACTION_EDIT_TOGGLE_LINE_COMMENT = (new Action(EditorActions.ToggleLineComment, "MENU_EDIT_TOGGLE_LINE_COMMENT"c, null, KeyCode.KEY_DIVIDE, KeyFlag.Control)).disableByDefault(); const Action ACTION_EDIT_TOGGLE_BLOCK_COMMENT = (new Action(EditorActions.ToggleBlockComment, "MENU_EDIT_TOGGLE_BLOCK_COMMENT"c, null, KeyCode.KEY_DIVIDE, KeyFlag.Control|KeyFlag.Shift)).disableByDefault(); const Action ACTION_EDIT_PREFERENCES = (new Action(IDEActions.EditPreferences, "MENU_EDIT_PREFERENCES"c, null)).disableByDefault(); const Action ACTION_HELP_ABOUT = new Action(IDEActions.HelpAbout, "MENU_HELP_ABOUT"c); const Action ACTION_WINDOW_CLOSE_DOCUMENT = new Action(IDEActions.WindowCloseDocument, "MENU_WINDOW_CLOSE_DOCUMENT"c, null, KeyCode.KEY_W, KeyFlag.Control); const Action ACTION_WINDOW_CLOSE_ALL_DOCUMENTS = new Action(IDEActions.WindowCloseAllDocuments, "MENU_WINDOW_CLOSE_ALL_DOCUMENTS"c); const Action ACTION_CREATE_NEW_WORKSPACE = new Action(IDEActions.CreateNewWorkspace, "Create new workspace"d); const Action ACTION_ADD_TO_CURRENT_WORKSPACE = new Action(IDEActions.AddToCurrentWorkspace, "Add to current workspace"d); const Action ACTION_GET_DOC_COMMENTS = (new Action(IDEActions.GetDocComments, "SHOW_DOC_COMMENTS"c, ""c, KeyCode.KEY_D, KeyFlag.Control|KeyFlag.Shift)).addAccelerator(KeyCode.F12, KeyFlag.Control).disableByDefault(); const Action ACTION_GO_TO_DEFINITION = (new Action(IDEActions.GoToDefinition, "GO_TO_DEFINITION"c, ""c, KeyCode.KEY_G, KeyFlag.Control)).addAccelerator(KeyCode.F12, 0).disableByDefault(); const Action ACTION_GET_COMPLETIONS = (new Action(IDEActions.GetCompletionSuggestions, "SHOW_COMPLETIONS"c, ""c, KeyCode.KEY_G, KeyFlag.Control|KeyFlag.Shift)).addAccelerator(KeyCode.SPACE, KeyFlag.Control).disableByDefault(); const Action ACTION_GET_PAREN_COMPLETION = (new Action(IDEActions.GetParenCompletion, "SHOW_PAREN_COMPLETION"c, ""c, KeyCode.SPACE, KeyFlag.Control|KeyFlag.Shift)).disableByDefault(); const Action ACTION_FIND_TEXT = (new Action(IDEActions.FindInFiles, "FIND_IN_FILES"c, "edit-find"c, KeyCode.KEY_F, KeyFlag.Control | KeyFlag.Shift));
D
/Users/student/Desktop/FinalProject/ChickenAndRice/DerivedData/Build/Intermediates/Pods.build/Debug-iphonesimulator/Socket.IO-Client-Swift.build/Objects-normal/x86_64/SocketEngineClient.o : /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Engine/SocketEngineSpec.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Engine/SocketEnginePollable.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Engine/SocketEngine.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Engine/SocketEnginePacketType.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientConfiguration.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientOption.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketStringReader.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketClientManager.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketLogger.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketEventHandler.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckEmitter.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketTypes.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketExtensions.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientStatus.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketPacket.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Engine/SocketEngineWebsocket.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClient.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Engine/SocketEngineClient.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketAnyEvent.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SSLSecurity.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Users/student/Desktop/FinalProject/ChickenAndRice/DerivedData/Build/Products/Debug-iphonesimulator/Starscream/Starscream.framework/Modules/Starscream.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Target\ Support\ Files/Starscream/Starscream-umbrella.h /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Target\ Support\ Files/Socket.IO-Client-Swift/Socket.IO-Client-Swift-umbrella.h /Users/student/Desktop/FinalProject/ChickenAndRice/DerivedData/Build/Products/Debug-iphonesimulator/Starscream/Starscream.framework/Headers/Starscream-Swift.h /Users/student/Desktop/FinalProject/ChickenAndRice/DerivedData/Build/Intermediates/Pods.build/Debug-iphonesimulator/Socket.IO-Client-Swift.build/unextended-module.modulemap /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Starscream/zlib/module.modulemap /Users/student/Desktop/FinalProject/ChickenAndRice/DerivedData/Build/Intermediates/Pods.build/Debug-iphonesimulator/Starscream.build/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Users/student/Desktop/FinalProject/ChickenAndRice/DerivedData/Build/Intermediates/Pods.build/Debug-iphonesimulator/Socket.IO-Client-Swift.build/Objects-normal/x86_64/SocketEngineClient~partial.swiftmodule : /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Engine/SocketEngineSpec.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Engine/SocketEnginePollable.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Engine/SocketEngine.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Engine/SocketEnginePacketType.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientConfiguration.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientOption.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketStringReader.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketClientManager.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketLogger.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketEventHandler.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckEmitter.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketTypes.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketExtensions.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientStatus.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketPacket.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Engine/SocketEngineWebsocket.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClient.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Engine/SocketEngineClient.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketAnyEvent.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SSLSecurity.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Users/student/Desktop/FinalProject/ChickenAndRice/DerivedData/Build/Products/Debug-iphonesimulator/Starscream/Starscream.framework/Modules/Starscream.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Target\ Support\ Files/Starscream/Starscream-umbrella.h /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Target\ Support\ Files/Socket.IO-Client-Swift/Socket.IO-Client-Swift-umbrella.h /Users/student/Desktop/FinalProject/ChickenAndRice/DerivedData/Build/Products/Debug-iphonesimulator/Starscream/Starscream.framework/Headers/Starscream-Swift.h /Users/student/Desktop/FinalProject/ChickenAndRice/DerivedData/Build/Intermediates/Pods.build/Debug-iphonesimulator/Socket.IO-Client-Swift.build/unextended-module.modulemap /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Starscream/zlib/module.modulemap /Users/student/Desktop/FinalProject/ChickenAndRice/DerivedData/Build/Intermediates/Pods.build/Debug-iphonesimulator/Starscream.build/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Users/student/Desktop/FinalProject/ChickenAndRice/DerivedData/Build/Intermediates/Pods.build/Debug-iphonesimulator/Socket.IO-Client-Swift.build/Objects-normal/x86_64/SocketEngineClient~partial.swiftdoc : /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Engine/SocketEngineSpec.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Engine/SocketEnginePollable.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Engine/SocketEngine.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Engine/SocketEnginePacketType.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientConfiguration.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientOption.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketStringReader.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketClientManager.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketLogger.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketEventHandler.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckEmitter.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketTypes.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketExtensions.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientStatus.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketPacket.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Engine/SocketEngineWebsocket.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClient.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Engine/SocketEngineClient.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketAnyEvent.swift /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SSLSecurity.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Users/student/Desktop/FinalProject/ChickenAndRice/DerivedData/Build/Products/Debug-iphonesimulator/Starscream/Starscream.framework/Modules/Starscream.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Target\ Support\ Files/Starscream/Starscream-umbrella.h /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Target\ Support\ Files/Socket.IO-Client-Swift/Socket.IO-Client-Swift-umbrella.h /Users/student/Desktop/FinalProject/ChickenAndRice/DerivedData/Build/Products/Debug-iphonesimulator/Starscream/Starscream.framework/Headers/Starscream-Swift.h /Users/student/Desktop/FinalProject/ChickenAndRice/DerivedData/Build/Intermediates/Pods.build/Debug-iphonesimulator/Socket.IO-Client-Swift.build/unextended-module.modulemap /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Starscream/zlib/module.modulemap /Users/student/Desktop/FinalProject/ChickenAndRice/DerivedData/Build/Intermediates/Pods.build/Debug-iphonesimulator/Starscream.build/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes
D
instance KDF_510_Hyglas(Npc_Default) { name[0] = "Хиглас"; guild = GIL_KDF; id = 510; voice = 14; flags = 0; npcType = npctype_main; B_SetAttributesToChapter(self,5); fight_tactic = FAI_HUMAN_STRONG; B_CreateAmbientInv(self); B_SetNpcVisual(self,MALE,"Hum_Head_Thief",Face_N_NormalBart09,BodyTex_N,ItAr_KDF_L); Mdl_SetModelFatness(self,0); Mdl_ApplyOverlayMds(self,"Humans_Mage.mds"); B_GiveNpcTalents(self); B_SetFightSkills(self,30); daily_routine = Rtn_Start_510; }; func void Rtn_Start_510() { TA_Read_Bookstand(8,0,23,0,"NW_MONASTERY_RUNEMAKER_08"); TA_Read_Bookstand(23,0,8,0,"NW_MONASTERY_RUNEMAKER_08"); };
D
/** * Windows API header module * * Translated from MinGW Windows headers * * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(DRUNTIMESRC src/core/sys/windows/_oleauto.d) */ module core.sys.windows.oleauto; version (Windows): version (GNU) {} else pragma(lib, "oleaut32"); import core.sys.windows.oaidl; private import core.sys.windows.basetyps, core.sys.windows.unknwn, core.sys.windows.windef, core.sys.windows.wtypes; private import core.sys.windows.winbase; // for SYSTEMTIME align(8): enum STDOLE_MAJORVERNUM = 1; enum STDOLE_MINORVERNUM = 0; enum STDOLE_LCID = 0; enum VARIANT_NOVALUEPROP = 0x01; enum VARIANT_ALPHABOOL = 0x02; enum VARIANT_NOUSEOVERRIDE = 0x04; enum VARIANT_LOCALBOOL = 0x08; enum VAR_TIMEVALUEONLY = 0x0001; enum VAR_DATEVALUEONLY = 0x0002; enum VAR_VALIDDATE = 0x0004; enum VAR_CALENDAR_HIJRI = 0x0008; enum VAR_LOCALBOOL = 0x0010; enum VAR_FORMAT_NOSUBSTITUTE = 0x0020; enum VAR_FOURDIGITYEARS = 0x0040; enum VAR_CALENDAR_THAI = 0x0080; enum VAR_CALENDAR_GREGORIAN = 0x0100; enum MEMBERID_NIL = DISPID_UNKNOWN; enum ID_DEFAULTINST = -2; enum DISPATCH_METHOD = 1; enum DISPATCH_PROPERTYGET = 2; enum DISPATCH_PROPERTYPUT = 4; enum DISPATCH_PROPERTYPUTREF = 8; //ULONG LHashValOfName(LCID l, OLECHAR* n) { return LHashValOfNameSys(SYSKIND.SYS_WIN32, l, n); } // DAC: These aren't in the 2003 SDK. //MACRO #define WHashValOfLHashVal(h) ((unsigned short)(0x0000ffff&(h))) //MACRO #define IsHashValCompatible(h1, h2) ((BOOL)((0x00ff0000&(h1))==(0x00ff0000&(h2)))) enum { ACTIVEOBJECT_STRONG = 0, ACTIVEOBJECT_WEAK = 1 } // DAC: These seem to be irrelevant for D. //#define V_UNION(X, Y) ((X)->Y) //#define V_VT(X) ((X)->vt) //#define V_BOOL(X) V_UNION(X, boolVal) //#define V_ISBYREF(X) (V_VT(X)&VT_BYREF) //#define V_ISARRAY(X) (V_VT(X)&VT_ARRAY) //#define V_ISVECTOR(X) (V_VT(X)&VT_VECTOR) //#define V_NONE(X) V_I2(X) //#define V_UI1(X) V_UNION(X, bVal) //#define V_UI1REF(X) V_UNION(X, pbVal) //#define V_I2(X) V_UNION(X, iVal) //#define V_UI2(X) V_UNION(X, uiVal) //#define V_I2REF(X) V_UNION(X, piVal) //#define V_I4(X) V_UNION(X, lVal) //#define V_UI4(X) V_UNION(X, ulVal) //#define V_I4REF(X) V_UNION(X, plVal) //#define V_UI4REF(X) V_UNION(X, pulVal) //#define V_I8(X) V_UNION(X, llVal) //#define V_UI8(X) V_UNION(X, ullVal) //#define V_I8REF(X) V_UNION(X, pllVal) //#define V_UI8REF(X) V_UNION(X, pullVal) //#define V_R4(X) V_UNION(X, fltVal) //#define V_R4REF(X) V_UNION(X, pfltVal) //#define V_R8(X) V_UNION(X, dblVal) //#define V_R8REF(X) V_UNION(X, pdblVal) //#define V_CY(X) V_UNION(X, cyVal) //#define V_CYREF(X) V_UNION(X, pcyVal) //#define V_DATE(X) V_UNION(X, date) //#define V_DATEREF(X) V_UNION(X, pdate) //#define V_BSTR(X) V_UNION(X, bstrVal) //#define V_BSTRREF(X) V_UNION(X, pbstrVal) //#define V_DISPATCH(X) V_UNION(X, pdispVal) //#define V_DISPATCHREF(X) V_UNION(X, ppdispVal) //#define V_ERROR(X) V_UNION(X, scode) //#define V_ERRORREF(X) V_UNION(X, pscode) //#define V_BOOLREF(X) V_UNION(X, pboolVal) //#define V_UNKNOWN(X) V_UNION(X, punkVal) //#define V_UNKNOWNREF(X) V_UNION(X, ppunkVal) //#define V_VARIANTREF(X) V_UNION(X, pvarVal) //#define V_LPSTR(X) V_UNION(X, pszVal) //#define V_LPSTRREF(X) V_UNION(X, ppszVal) //#define V_LPWSTR(X) V_UNION(X, pwszVal) //#define V_LPWSTRREF(X) V_UNION(X, ppwszVal) //#define V_FILETIME(X) V_UNION(X, filetime) //#define V_FILETIMEREF(X) V_UNION(X, pfiletime) //#define V_BLOB(X) V_UNION(X, blob) //#define V_UUID(X) V_UNION(X, puuid) //#define V_CLSID(X) V_UNION(X, puuid) //#define V_ARRAY(X) V_UNION(X, parray) //#define V_ARRAYREF(X) V_UNION(X, pparray) //#define V_BYREF(X) V_UNION(X, byref) //#define V_DECIMAL(X) ((X)->decVal) //#define V_DECIMALREF(X) V_UNION(X, pdecVal) //#define V_I1(X) V_UNION(X, cVal) //#ifdef _WIN64 //#define V_INT_PTR(X) V_I8(X) //#define V_UINT_PTR(X) V_UI8(X) //#define V_INT_PTRREF(X) V_I8REF(X) //#define V_UINT_PTRREF(X) V_UI8REF(X) //#else //#define V_INT_PTR(X) V_I4(X) //#define V_UINT_PTR(X) V_UI4(X) //#define V_INT_PTRREF(X) V_I4REF(X) //#define V_UINT_PTRREF(X) V_UI4REF(X) //#endif enum { VARCMP_LT = 0, VARCMP_EQ, VARCMP_GT, VARCMP_NULL // = 3 } enum LOCALE_USE_NLS = 0x10000000; enum VARIANT_NOUSEROVERRIDE = 0x04; enum VARIANT_CALENDAR_HIJRI = 0x08; enum VARIANT_CALENDAR_THAI = 0x20; enum VARIANT_CALENDAR_GREGORIAN = 0x40; enum VARIANT_USE_NLS = 0x80; enum NUMPRS_LEADING_WHITE = 0x00001; enum NUMPRS_TRAILING_WHITE = 0x00002; enum NUMPRS_LEADING_PLUS = 0x00004; enum NUMPRS_TRAILING_PLUS = 0x00008; enum NUMPRS_LEADING_MINUS = 0x00010; enum NUMPRS_TRAILING_MINUS = 0x00020; enum NUMPRS_HEX_OCT = 0x00040; enum NUMPRS_PARENS = 0x00080; enum NUMPRS_DECIMAL = 0x00100; enum NUMPRS_THOUSANDS = 0x00200; enum NUMPRS_CURRENCY = 0x00400; enum NUMPRS_EXPONENT = 0x00800; enum NUMPRS_USE_ALL = 0x01000; enum NUMPRS_STD = 0x01FFF; enum NUMPRS_NEG = 0x10000; enum NUMPRS_INEXACT = 0x20000; enum VTBIT_I1 = 1 << VARENUM.VT_I1; enum VTBIT_UI1 = 1 << VARENUM.VT_UI1; enum VTBIT_I2 = 1 << VARENUM.VT_I2; enum VTBIT_UI2 = 1 << VARENUM.VT_UI2; enum VTBIT_I4 = 1 << VARENUM.VT_I4; enum VTBIT_UI4 = 1 << VARENUM.VT_UI4; enum VTBIT_I8 = 1 << VARENUM.VT_I8; enum VTBIT_UI8 = 1 << VARENUM.VT_UI8; enum VTBIT_R4 = 1 << VARENUM.VT_R4; enum VTBIT_R8 = 1 << VARENUM.VT_R8; enum VTBIT_CY = 1 << VARENUM.VT_CY; enum VTBIT_DECIMAL = 1 << VARENUM.VT_DECIMAL; enum REGKIND{ REGKIND_DEFAULT, REGKIND_REGISTER, REGKIND_NONE } struct PARAMDATA{ OLECHAR* szName; VARTYPE vt; } alias PARAMDATA* LPPARAMDATA; struct METHODDATA{ OLECHAR* szName; PARAMDATA* ppdata; DISPID dispid; UINT iMeth; CALLCONV cc; UINT cArgs; WORD wFlags; VARTYPE vtReturn; } alias METHODDATA* LPMETHODDATA; struct INTERFACEDATA{ METHODDATA* pmethdata; UINT cMembers; } alias INTERFACEDATA* LPINTERFACEDATA; struct UDATE { SYSTEMTIME st; USHORT wDayOfYear; } struct NUMPARSE { int cDig; uint dwInFlags; uint dwOutFlags; int cchUsed; int nBaseShift; int nPwr10; } // DAC: In MinGW, these were declared but not defined in oaidl. // The SDK docs suggest they belong in this file instead. deprecated { // not actually deprecated, but they aren't converted yet. // (will need to reinstate CreateTypeLib as well) interface ICreateTypeInfo {}; interface ICreateTypeInfo2 {}; interface ICreateTypeLib {}; interface ICreateTypeLib2 {}; alias ICreateTypeInfo LPCREATETYPEINFO; alias ICreateTypeInfo2 LPCREATETYPEINFO2; alias ICreateTypeLib LPCREATETYPELIB; alias ICreateTypeLib2 LPCREATETYPELIB2; } extern (Windows) { BSTR SysAllocString(const(OLECHAR)*); int SysReAllocString(BSTR*, const(OLECHAR)*); BSTR SysAllocStringLen(const(OLECHAR)*, uint); int SysReAllocStringLen(BSTR*, const(OLECHAR)*, uint); void SysFreeString(BSTR); uint SysStringLen(BSTR); uint SysStringByteLen(BSTR); BSTR SysAllocStringByteLen(const(char)*, uint); int DosDateTimeToVariantTime(ushort, ushort, double*); int VariantTimeToDosDateTime(double, ushort*, ushort*); int VariantTimeToSystemTime(double, LPSYSTEMTIME); int SystemTimeToVariantTime(LPSYSTEMTIME, double*); HRESULT VarDateFromUdate(UDATE*, ULONG, DATE*); HRESULT VarDateFromUdateEx(UDATE*, LCID, ULONG, DATE*); HRESULT VarUdateFromDate(DATE, ULONG, UDATE*); HRESULT SafeArrayAllocDescriptor(uint, SAFEARRAY**); HRESULT SafeArrayAllocData(SAFEARRAY*); SAFEARRAY* SafeArrayCreate(VARTYPE, uint, SAFEARRAYBOUND*); HRESULT SafeArrayDestroyDescriptor(SAFEARRAY*); HRESULT SafeArrayDestroyData(SAFEARRAY*); HRESULT SafeArrayDestroy(SAFEARRAY*); HRESULT SafeArrayRedim(SAFEARRAY*, SAFEARRAYBOUND*); uint SafeArrayGetDim(SAFEARRAY*); uint SafeArrayGetElemsize(SAFEARRAY*); HRESULT SafeArrayGetUBound(SAFEARRAY*, uint, int*); HRESULT SafeArrayGetLBound(SAFEARRAY*, uint, int*); HRESULT SafeArrayLock(SAFEARRAY*); HRESULT SafeArrayUnlock(SAFEARRAY*); HRESULT SafeArrayAccessData(SAFEARRAY*, void**); HRESULT SafeArrayUnaccessData(SAFEARRAY*); HRESULT SafeArrayGetElement(SAFEARRAY*, int*, void*); HRESULT SafeArrayPutElement(SAFEARRAY*, int*, void*); HRESULT SafeArrayCopy(SAFEARRAY*, SAFEARRAY**); HRESULT SafeArrayPtrOfIndex(SAFEARRAY*, int*, void**); SAFEARRAY* SafeArrayCreateVector(VARTYPE, LONG, ULONG); SAFEARRAY* SafeArrayCreateVectorEx(VARTYPE, LONG, ULONG, LPVOID); HRESULT SafeArrayAllocDescriptorEx(VARTYPE, UINT, SAFEARRAY**); HRESULT SafeArrayGetVartype(SAFEARRAY*, VARTYPE*); HRESULT SafeArraySetRecordInfo(SAFEARRAY*, IRecordInfo); HRESULT SafeArrayGetRecordInfo(SAFEARRAY*, IRecordInfo*); HRESULT SafeArraySetIID(SAFEARRAY*, REFGUID); HRESULT SafeArrayGetIID(SAFEARRAY*, GUID*); void VariantInit(VARIANTARG*); HRESULT VariantClear(VARIANTARG*); HRESULT VariantCopy(VARIANTARG*, VARIANTARG*); HRESULT VariantCopyInd(VARIANT*, VARIANTARG*); HRESULT VariantChangeType(VARIANTARG*, VARIANTARG*, ushort, VARTYPE); HRESULT VariantChangeTypeEx(VARIANTARG*, VARIANTARG*, LCID, ushort, VARTYPE); HRESULT VarUI1FromI2(short, ubyte*); HRESULT VarUI1FromI4(int, ubyte*); HRESULT VarUI1FromR4(float, ubyte*); HRESULT VarUI1FromR8(double, ubyte*); HRESULT VarUI1FromCy(CY, ubyte*); HRESULT VarUI1FromDate(DATE, ubyte*); HRESULT VarUI1FromStr(OLECHAR*, LCID, uint, ubyte*); HRESULT VarUI1FromDisp(LPDISPATCH, LCID, ubyte*); HRESULT VarUI1FromBool(VARIANT_BOOL, ubyte*); HRESULT VarI2FromUI1(ubyte, short*); HRESULT VarI2FromI4(int, short*); HRESULT VarI2FromR4(float, short*); HRESULT VarI2FromR8(double, short*); HRESULT VarI2FromCy(CY cyIn, short*); HRESULT VarI2FromDate(DATE, short*); HRESULT VarI2FromStr(OLECHAR*, LCID, uint, short*); HRESULT VarI2FromDisp(LPDISPATCH, LCID, short*); HRESULT VarI2FromBool(VARIANT_BOOL, short*); HRESULT VarI4FromUI1(ubyte, int*); HRESULT VarI4FromI2(short, int*); HRESULT VarI4FromR4(float, int*); HRESULT VarI4FromR8(double, int*); HRESULT VarI4FromCy(CY, int*); HRESULT VarI4FromDate(DATE, int*); HRESULT VarI4FromStr(OLECHAR*, LCID, uint, int*); HRESULT VarI4FromDisp(LPDISPATCH, LCID, int*); HRESULT VarI4FromBool(VARIANT_BOOL, int*); HRESULT VarR4FromUI1(ubyte, float*); HRESULT VarR4FromI2(short, float*); HRESULT VarR4FromI4(int, float*); HRESULT VarR4FromR8(double, float*); HRESULT VarR4FromCy(CY, float*); HRESULT VarR4FromDate(DATE, float*); HRESULT VarR4FromStr(OLECHAR*, LCID, uint, float*); HRESULT VarR4FromDisp(LPDISPATCH, LCID, float*); HRESULT VarR4FromBool(VARIANT_BOOL, float*); HRESULT VarR8FromUI1(ubyte, double*); HRESULT VarR8FromI2(short, double*); HRESULT VarR8FromI4(int, double*); HRESULT VarR8FromR4(float, double*); HRESULT VarR8FromCy(CY, double*); HRESULT VarR8FromDate(DATE, double*); HRESULT VarR8FromStr(OLECHAR*, LCID, uint, double*); HRESULT VarR8FromDisp(LPDISPATCH, LCID, double*); HRESULT VarR8FromBool(VARIANT_BOOL, double*); HRESULT VarR8FromDec(DECIMAL*, double*); HRESULT VarDateFromUI1(ubyte, DATE*); HRESULT VarDateFromI2(short, DATE*); HRESULT VarDateFromI4(int, DATE*); HRESULT VarDateFromR4(float, DATE*); HRESULT VarDateFromR8(double, DATE*); HRESULT VarDateFromCy(CY, DATE*); HRESULT VarDateFromStr(OLECHAR*, LCID, uint, DATE*); HRESULT VarDateFromDisp(LPDISPATCH, LCID, DATE*); HRESULT VarDateFromBool(VARIANT_BOOL, DATE*); HRESULT VarCyFromUI1(ubyte, CY*); HRESULT VarCyFromI2(short, CY*); HRESULT VarCyFromI4(int, CY*); HRESULT VarCyFromR4(float, CY*); HRESULT VarCyFromR8(double, CY*); HRESULT VarCyFromDate(DATE, CY*); HRESULT VarCyFromStr(OLECHAR*, LCID, uint, CY*); HRESULT VarCyFromDisp(LPDISPATCH, LCID, CY*); HRESULT VarCyFromBool(VARIANT_BOOL, CY*); HRESULT VarBstrFromUI1(ubyte, LCID, uint, BSTR*); HRESULT VarBstrFromI2(short, LCID, uint, BSTR*); HRESULT VarBstrFromI4(int, LCID, uint, BSTR*); HRESULT VarBstrFromR4(float, LCID, uint, BSTR*); HRESULT VarBstrFromR8(double, LCID, uint, BSTR*); HRESULT VarBstrFromCy(CY, LCID, uint, BSTR*); HRESULT VarBstrFromDate(DATE, LCID, uint, BSTR*); HRESULT VarBstrFromDisp(LPDISPATCH, LCID, uint, BSTR*); HRESULT VarBstrFromBool(VARIANT_BOOL, LCID, uint, BSTR*); HRESULT VarBoolFromUI1(ubyte, VARIANT_BOOL*); HRESULT VarBoolFromI2(short, VARIANT_BOOL*); HRESULT VarBoolFromI4(int, VARIANT_BOOL*); HRESULT VarBoolFromR4(float, VARIANT_BOOL*); HRESULT VarBoolFromR8(double, VARIANT_BOOL*); HRESULT VarBoolFromDate(DATE, VARIANT_BOOL*); HRESULT VarBoolFromCy(CY, VARIANT_BOOL*); HRESULT VarBoolFromStr(OLECHAR*, LCID, uint, VARIANT_BOOL*); HRESULT VarBoolFromDisp(LPDISPATCH, LCID, VARIANT_BOOL*); HRESULT VarDecFromR8(double, DECIMAL*); ULONG LHashValOfNameSysA(SYSKIND, LCID, const(char)*); ULONG LHashValOfNameSys(SYSKIND, LCID, const(OLECHAR)*); HRESULT LoadTypeLib(const(OLECHAR)*, LPTYPELIB*); HRESULT LoadTypeLibEx(LPCOLESTR, REGKIND, LPTYPELIB*); HRESULT LoadRegTypeLib(REFGUID, WORD, WORD, LCID, LPTYPELIB*); HRESULT QueryPathOfRegTypeLib(REFGUID, ushort, ushort, LCID, LPBSTR); HRESULT RegisterTypeLib(LPTYPELIB, OLECHAR*, OLECHAR*); HRESULT UnRegisterTypeLib(REFGUID, WORD, WORD, LCID, SYSKIND); // not actually deprecated, but depends on unconverted ICreateTypeLib deprecated HRESULT CreateTypeLib(SYSKIND, const(OLECHAR)*, LPCREATETYPELIB*); HRESULT DispGetParam(DISPPARAMS*, UINT, VARTYPE, VARIANT*, UINT*); HRESULT DispGetIDsOfNames(LPTYPEINFO, OLECHAR**, UINT, DISPID*); HRESULT DispInvoke(void*, LPTYPEINFO, DISPID, WORD, DISPPARAMS*, VARIANT*, EXCEPINFO*, UINT*); HRESULT CreateDispTypeInfo(INTERFACEDATA*, LCID, LPTYPEINFO*); HRESULT CreateStdDispatch(IUnknown, void*, LPTYPEINFO, IUnknown*); HRESULT RegisterActiveObject(IUnknown, REFCLSID, DWORD, DWORD*); HRESULT RevokeActiveObject(DWORD, void*); HRESULT GetActiveObject(REFCLSID, void*, IUnknown*); HRESULT SetErrorInfo(uint, LPERRORINFO); HRESULT GetErrorInfo(uint, LPERRORINFO*); HRESULT CreateErrorInfo(LPCREATEERRORINFO*); uint OaBuildVersion(); HRESULT VectorFromBstr (BSTR, SAFEARRAY**); HRESULT BstrFromVector (SAFEARRAY*, BSTR*); HRESULT VarParseNumFromStr(OLECHAR*, LCID, ULONG, NUMPARSE*, BYTE*); HRESULT VarNumFromParseNum(NUMPARSE*, BYTE*, ULONG, VARIANT*); HRESULT VarAdd(LPVARIANT, LPVARIANT, LPVARIANT); HRESULT VarSub(LPVARIANT, LPVARIANT, LPVARIANT); HRESULT VarMul(LPVARIANT, LPVARIANT, LPVARIANT); HRESULT VarDiv(LPVARIANT, LPVARIANT, LPVARIANT); HRESULT VarUI1FromI2(SHORT, BYTE*); HRESULT VarUI1FromI4(LONG, BYTE*); HRESULT VarUI1FromI8(LONG64, BYTE*); HRESULT VarUI1FromR4(FLOAT, BYTE*); HRESULT VarUI1FromR8(DOUBLE, BYTE*); HRESULT VarUI1FromDate(DATE, BYTE*); HRESULT VarUI1FromBool(VARIANT_BOOL, BYTE*); HRESULT VarUI1FromI1(byte, BYTE*); HRESULT VarUI1FromUI2(USHORT, BYTE*); HRESULT VarUI1FromUI4(ULONG, BYTE*); HRESULT VarUI1FromUI8(ULONG64, BYTE*); HRESULT VarUI1FromStr(OLECHAR*, LCID, ULONG, BYTE*); HRESULT VarUI1FromCy(CY, BYTE*); HRESULT VarUI1FromDec(DECIMAL*, BYTE*); HRESULT VarUI1FromDisp(IDispatch, LCID, BYTE*); HRESULT VarI2FromUI1(BYTE, SHORT*); HRESULT VarI2FromI4(LONG, SHORT*); HRESULT VarI2FromI8(LONG64, SHORT*); HRESULT VarI2FromR4(FLOAT, SHORT*); HRESULT VarI2FromR8(DOUBLE, SHORT*); HRESULT VarI2FromDate(DATE, SHORT*); HRESULT VarI2FromBool(VARIANT_BOOL, SHORT*); HRESULT VarI2FromI1(byte, SHORT*); HRESULT VarI2FromUI2(USHORT, SHORT*); HRESULT VarI2FromUI4(ULONG, SHORT*); HRESULT VarI2FromUI8(ULONG64, SHORT*); HRESULT VarI2FromStr(OLECHAR*, LCID, ULONG, SHORT*); HRESULT VarI2FromCy(CY, SHORT*); HRESULT VarI2FromDec(DECIMAL*, SHORT*); HRESULT VarI2FromDisp(IDispatch, LCID, SHORT*); HRESULT VarI4FromUI1(BYTE, LONG*); HRESULT VarI4FromI2(SHORT, LONG*); HRESULT VarI4FromI8(LONG64, LONG*); HRESULT VarI4FromR4(FLOAT, LONG*); HRESULT VarI4FromR8(DOUBLE, LONG*); HRESULT VarI4FromDate(DATE, LONG*); HRESULT VarI4FromBool(VARIANT_BOOL, LONG*); HRESULT VarI4FromI1(byte, LONG*); HRESULT VarI4FromUI2(USHORT, LONG*); HRESULT VarI4FromUI4(ULONG, LONG*); HRESULT VarI4FromUI8(ULONG64, LONG*); HRESULT VarI4FromStr(OLECHAR*, LCID, ULONG, LONG*); HRESULT VarI4FromCy(CY, LONG*); HRESULT VarI4FromDec(DECIMAL*, LONG*); HRESULT VarI4FromDisp(IDispatch, LCID, LONG*); HRESULT VarI8FromUI1(BYTE, LONG64*); HRESULT VarI8FromI2(SHORT, LONG64*); HRESULT VarI8FromI4(LONG, LONG64*); HRESULT VarI8FromR4(FLOAT, LONG64*); HRESULT VarI8FromR8(DOUBLE, LONG64*); HRESULT VarI8FromDate(DATE, LONG64*); HRESULT VarI8FromStr(OLECHAR*, LCID, ULONG, LONG64*); HRESULT VarI8FromBool(VARIANT_BOOL, LONG64*); HRESULT VarI8FromI1(byte, LONG64*); HRESULT VarI8FromUI2(USHORT, LONG64*); HRESULT VarI8FromUI4(ULONG, LONG64*); HRESULT VarI8FromUI8(ULONG64, LONG64*); HRESULT VarI8FromDec(DECIMAL* pdecIn, LONG64*); HRESULT VarI8FromInt(INT intIn, LONG64*); HRESULT VarI8FromCy(CY, LONG64*); HRESULT VarI8FromDisp(IDispatch, LCID, LONG64*); HRESULT VarR4FromUI1(BYTE, FLOAT*); HRESULT VarR4FromI2(SHORT, FLOAT*); HRESULT VarR4FromI4(LONG, FLOAT*); HRESULT VarR4FromI8(LONG64, FLOAT*); HRESULT VarR4FromR8(DOUBLE, FLOAT*); HRESULT VarR4FromDate(DATE, FLOAT*); HRESULT VarR4FromBool(VARIANT_BOOL, FLOAT*); HRESULT VarR4FromI1(byte, FLOAT*); HRESULT VarR4FromUI2(USHORT, FLOAT*); HRESULT VarR4FromUI4(ULONG, FLOAT*); HRESULT VarR4FromUI8(ULONG64, FLOAT*); HRESULT VarR4FromStr(OLECHAR*, LCID, ULONG, FLOAT*); HRESULT VarR4FromCy(CY, FLOAT*); HRESULT VarR4FromDec(DECIMAL*, FLOAT*); HRESULT VarR4FromDisp(IDispatch, LCID, FLOAT*); HRESULT VarR8FromUI1(BYTE, double*); HRESULT VarR8FromI2(SHORT, double*); HRESULT VarR8FromI4(LONG, double*); HRESULT VarR8FromI8(LONG64, double*); HRESULT VarR8FromR4(FLOAT, double*); HRESULT VarR8FromDate(DATE, double*); HRESULT VarR8FromBool(VARIANT_BOOL, double*); HRESULT VarR8FromI1(byte, double*); HRESULT VarR8FromUI2(USHORT, double*); HRESULT VarR8FromUI4(ULONG, double*); HRESULT VarR8FromUI8(ULONG64, double*); HRESULT VarR8FromStr(OLECHAR*, LCID, ULONG, double*); HRESULT VarR8FromCy(CY, double*); HRESULT VarR8FromDec(DECIMAL*, double*); HRESULT VarR8FromDisp(IDispatch, LCID, double*); HRESULT VarDateFromUI1(BYTE, DATE*); HRESULT VarDateFromI2(SHORT, DATE*); HRESULT VarDateFromI4(LONG, DATE*); HRESULT VarDateFromI8(LONG64, DATE*); HRESULT VarDateFromR4(FLOAT, DATE*); HRESULT VarDateFromR8(DOUBLE, DATE*); HRESULT VarDateFromStr(OLECHAR*, LCID, ULONG, DATE*); HRESULT VarDateFromI1(byte, DATE*); HRESULT VarDateFromUI2(USHORT, DATE*); HRESULT VarDateFromUI4(ULONG, DATE*); HRESULT VarDateFromUI8(ULONG64, DATE*); HRESULT VarDateFromBool(VARIANT_BOOL, DATE*); HRESULT VarDateFromCy(CY, DATE*); HRESULT VarDateFromDec(DECIMAL*, DATE*); HRESULT VarDateFromDisp(IDispatch, LCID, DATE*); HRESULT VarCyFromUI1(BYTE, CY*); HRESULT VarCyFromI2(SHORT sIn, CY*); HRESULT VarCyFromI4(LONG, CY*); HRESULT VarCyFromI8(LONG64, CY*); HRESULT VarCyFromR4(FLOAT, CY*); HRESULT VarCyFromR8(DOUBLE, CY*); HRESULT VarCyFromDate(DATE, CY*); HRESULT VarCyFromStr(OLECHAR*, LCID, ULONG, CY*); HRESULT VarCyFromBool(VARIANT_BOOL, CY*); HRESULT VarCyFromI1(byte, CY*); HRESULT VarCyFromUI2(USHORT, CY*); HRESULT VarCyFromUI4(ULONG, CY*); HRESULT VarCyFromUI8(ULONG64, CY*); HRESULT VarCyFromDec(DECIMAL*, CY*); HRESULT VarCyFromStr(OLECHAR*, LCID, ULONG, CY*); HRESULT VarCyFromDisp(IDispatch, LCID, CY*); HRESULT VarBstrFromUI1(BYTE, LCID, ULONG, BSTR*); HRESULT VarBstrFromI2(SHORT, LCID, ULONG, BSTR*); HRESULT VarBstrFromI4(LONG, LCID, ULONG, BSTR*); HRESULT VarBstrFromI8(LONG64, LCID, ULONG, BSTR*); HRESULT VarBstrFromR4(FLOAT, LCID, ULONG, BSTR*); HRESULT VarBstrFromR8(DOUBLE, LCID, ULONG, BSTR*); HRESULT VarBstrFromDate(DATE, LCID, ULONG, BSTR*); HRESULT VarBstrFromBool(VARIANT_BOOL, LCID, ULONG, BSTR*); HRESULT VarBstrFromI1(byte, LCID, ULONG, BSTR*); HRESULT VarBstrFromUI2(USHORT, LCID, ULONG, BSTR*); HRESULT VarBstrFromUI8(ULONG64, LCID, ULONG, BSTR*); HRESULT VarBstrFromUI4(ULONG, LCID, ULONG, BSTR*); HRESULT VarBstrFromCy(CY, LCID, ULONG, BSTR*); HRESULT VarBstrFromDec(DECIMAL*, LCID, ULONG, BSTR*); HRESULT VarBstrFromDisp(IDispatch, LCID, ULONG, BSTR*); HRESULT VarBoolFromUI1(BYTE, VARIANT_BOOL*); HRESULT VarBoolFromI2(SHORT, VARIANT_BOOL*); HRESULT VarBoolFromI4(LONG, VARIANT_BOOL*); HRESULT VarBoolFromI8(LONG64, VARIANT_BOOL*); HRESULT VarBoolFromR4(FLOAT, VARIANT_BOOL*); HRESULT VarBoolFromR8(DOUBLE, VARIANT_BOOL*); HRESULT VarBoolFromDate(DATE, VARIANT_BOOL*); HRESULT VarBoolFromStr(OLECHAR*, LCID, ULONG, VARIANT_BOOL*); HRESULT VarBoolFromI1(byte, VARIANT_BOOL*); HRESULT VarBoolFromUI2(USHORT, VARIANT_BOOL*); HRESULT VarBoolFromUI4(ULONG, VARIANT_BOOL*); HRESULT VarBoolFromUI8(ULONG64, VARIANT_BOOL*); HRESULT VarBoolFromCy(CY, VARIANT_BOOL*); HRESULT VarBoolFromDec(DECIMAL*, VARIANT_BOOL*); HRESULT VarBoolFromDisp(IDispatch, LCID, VARIANT_BOOL*); HRESULT VarI1FromUI1(BYTE, byte*); HRESULT VarI1FromI2(SHORT, byte*); HRESULT VarI1FromI4(LONG, byte*); HRESULT VarI1FromI8(LONG64, byte*); HRESULT VarI1FromR4(FLOAT, byte*); HRESULT VarI1FromR8(DOUBLE, byte*); HRESULT VarI1FromDate(DATE, byte*); HRESULT VarI1FromStr(OLECHAR*, LCID, ULONG, byte*); HRESULT VarI1FromBool(VARIANT_BOOL, byte*); HRESULT VarI1FromUI2(USHORT, byte*); HRESULT VarI1FromUI4(ULONG, byte*); HRESULT VarI1FromUI8(ULONG64, byte*); HRESULT VarI1FromCy(CY, byte*); HRESULT VarI1FromDec(DECIMAL*, byte*); HRESULT VarI1FromDisp(IDispatch, LCID, byte*); HRESULT VarUI2FromUI1(BYTE, USHORT*); HRESULT VarUI2FromI2(SHORT, USHORT*); HRESULT VarUI2FromI4(LONG, USHORT*); HRESULT VarUI2FromI8(LONG64, USHORT*); HRESULT VarUI2FromR4(FLOAT, USHORT*); HRESULT VarUI2FromR8(DOUBLE, USHORT*); HRESULT VarUI2FromDate(DATE, USHORT*); HRESULT VarUI2FromStr(OLECHAR*, LCID, ULONG, USHORT*); HRESULT VarUI2FromBool(VARIANT_BOOL, USHORT*); HRESULT VarUI2FromI1(byte, USHORT*); HRESULT VarUI2FromUI4(ULONG, USHORT*); HRESULT VarUI2FromUI8(ULONG64, USHORT*); HRESULT VarUI2FromCy(CY, USHORT*); HRESULT VarUI2FromDec(DECIMAL*, USHORT*); HRESULT VarUI2FromDisp(IDispatch, LCID, USHORT*); HRESULT VarUI4FromStr(OLECHAR*, LCID, ULONG, ULONG*); HRESULT VarUI4FromUI1(BYTE, ULONG*); HRESULT VarUI4FromI2(SHORT, ULONG*); HRESULT VarUI4FromI4(LONG, ULONG*); HRESULT VarUI4FromI8(LONG64, ULONG*); HRESULT VarUI4FromR4(FLOAT, ULONG*); HRESULT VarUI4FromR8(DOUBLE, ULONG*); HRESULT VarUI4FromDate(DATE, ULONG*); HRESULT VarUI4FromBool(VARIANT_BOOL, ULONG*); HRESULT VarUI4FromI1(byte, ULONG*); HRESULT VarUI4FromUI2(USHORT, ULONG*); HRESULT VarUI4FromUI8(ULONG64, ULONG*); HRESULT VarUI4FromCy(CY, ULONG*); HRESULT VarUI4FromDec(DECIMAL*, ULONG*); HRESULT VarUI4FromDisp(IDispatch, LCID, ULONG*); HRESULT VarUI8FromUI1(BYTE, ULONG64*); HRESULT VarUI8FromI2(SHORT, ULONG64*); HRESULT VarUI8FromI4(LONG, ULONG64*); HRESULT VarUI8FromI8(LONG64, ULONG64*); HRESULT VarUI8FromR4(FLOAT, ULONG64*); HRESULT VarUI8FromR8(DOUBLE, ULONG64*); HRESULT VarUI8FromDate(DATE, ULONG64*); HRESULT VarUI8FromStr(OLECHAR*, LCID, ULONG, ULONG64*); HRESULT VarUI8FromBool(VARIANT_BOOL, ULONG64*); HRESULT VarUI8FromI1(byte, ULONG64*); HRESULT VarUI8FromUI2(USHORT, ULONG64*); HRESULT VarUI8FromUI4(ULONG, ULONG64*); HRESULT VarUI8FromDec(DECIMAL*, ULONG64*); HRESULT VarUI8FromInt(INT, ULONG64*); HRESULT VarUI8FromCy(CY, ULONG64*); HRESULT VarUI8FromDisp(IDispatch, LCID, ULONG64*); HRESULT VarDecFromUI1(BYTE, DECIMAL*); HRESULT VarDecFromI2(SHORT, DECIMAL*); HRESULT VarDecFromI4(LONG, DECIMAL*); HRESULT VarDecFromI8(LONG64, DECIMAL*); HRESULT VarDecFromR4(FLOAT, DECIMAL*); HRESULT VarDecFromR8(DOUBLE, DECIMAL*); HRESULT VarDecFromDate(DATE, DECIMAL*); HRESULT VarDecFromStr(OLECHAR*, LCID, ULONG, DECIMAL*); HRESULT VarDecFromBool(VARIANT_BOOL, DECIMAL*); HRESULT VarDecFromI1(byte, DECIMAL*); HRESULT VarDecFromUI2(USHORT, DECIMAL*); HRESULT VarDecFromUI4(ULONG, DECIMAL*); HRESULT VarDecFromUI8(ULONG64, DECIMAL*); HRESULT VarDecFromCy(CY, DECIMAL*); HRESULT VarDecFromDisp(IDispatch, LCID, DECIMAL*); HRESULT VarDecNeg(const(DECIMAL)*, DECIMAL*); HRESULT VarR4CmpR8(float, double); HRESULT VarR8Pow(double, double, double*); HRESULT VarR8Round(double, int, double*); HRESULT VarDecAbs(const(DECIMAL)*, DECIMAL*); HRESULT VarDecAdd(const(DECIMAL)*, const(DECIMAL)*, DECIMAL*); HRESULT VarDecCmp(const(DECIMAL)*, const(DECIMAL)*); HRESULT VarDecCmpR8(const(DECIMAL)*, DOUBLE); HRESULT VarDecDiv(const(DECIMAL)*, const(DECIMAL)*, DECIMAL*); HRESULT VarDecFix(const(DECIMAL)*, DECIMAL*); HRESULT VarDecInt(const(DECIMAL)*, DECIMAL*); HRESULT VarDecMul(const(DECIMAL)*, const(DECIMAL)*, DECIMAL*); HRESULT VarDecRound(const(DECIMAL)*, int, DECIMAL*); HRESULT VarDecSub(const(DECIMAL)*, const(DECIMAL)*, DECIMAL*); HRESULT VarCyAbs(CY, CY*); HRESULT VarCyAdd(CY, CY, CY*); HRESULT VarCyCmp(CY, CY); HRESULT VarCyCmpR8(CY, DOUBLE); HRESULT VarCyFix(CY, CY*); HRESULT VarCyInt(CY, CY*); HRESULT VarCyMul(CY, CY, CY*); HRESULT VarCyMulI4(CY, LONG, CY*); HRESULT VarCyMulI8(CY, LONG64, CY*); HRESULT VarCyNeg(CY, CY*); HRESULT VarCyRound(CY, INT, CY*); HRESULT VarCySub(CY, CY, CY*); HRESULT VarAdd(LPVARIANT, LPVARIANT, LPVARIANT); HRESULT VarAnd(LPVARIANT, LPVARIANT, LPVARIANT); HRESULT VarCat(LPVARIANT, LPVARIANT, LPVARIANT); HRESULT VarDiv(LPVARIANT, LPVARIANT, LPVARIANT); HRESULT VarEqv(LPVARIANT, LPVARIANT, LPVARIANT); HRESULT VarIdiv(LPVARIANT, LPVARIANT, LPVARIANT); HRESULT VarImp(LPVARIANT, LPVARIANT, LPVARIANT); HRESULT VarMod(LPVARIANT, LPVARIANT, LPVARIANT); HRESULT VarMul(LPVARIANT, LPVARIANT, LPVARIANT); HRESULT VarOr(LPVARIANT, LPVARIANT, LPVARIANT); HRESULT VarPow(LPVARIANT, LPVARIANT, LPVARIANT); HRESULT VarSub(LPVARIANT, LPVARIANT, LPVARIANT); HRESULT VarXor(LPVARIANT, LPVARIANT, LPVARIANT); HRESULT VarAbs(LPVARIANT, LPVARIANT); HRESULT VarFix(LPVARIANT, LPVARIANT); HRESULT VarInt(LPVARIANT, LPVARIANT); HRESULT VarNeg(LPVARIANT, LPVARIANT); HRESULT VarNot(LPVARIANT, LPVARIANT); HRESULT VarRound(LPVARIANT, int, LPVARIANT); HRESULT VarCmp(LPVARIANT, LPVARIANT, LCID, ULONG); HRESULT VarBstrCmp(BSTR, BSTR, LCID, ULONG); HRESULT VarBstrCat(BSTR, BSTR, BSTR*); }
D
/* REQUIRED_ARGS: -dip25 TEST_OUTPUT: --- fail_compilation/test15192.d(14): Error: escaping reference to outer local variable x --- */ // https://issues.dlang.org/show_bug.cgi?id=15192 ref int fun(ref int x) @safe { ref int bar(){ return x; } return bar(); } ref int fun2(return ref int x) @safe { ref int bar(){ return x; } return bar(); }
D
import dialect; import lu.conv; unittest { IRCParser parser; with (parser) { client.nickname = "kameloso"; client.user = "kameloso"; client.ident = "NaN"; client.realName = "kameloso IRC bot"; server.address = "irc.swiftirc.net"; server.port = 6667; server.daemon = IRCServer.Daemon.unreal; server.network = "SwiftIRC"; server.daemonstring = "unreal"; server.aModes = "eIbq"; server.bModes = "k"; server.cModes = "flj"; server.dModes = "CFLMPQScgimnprstz"; server.prefixchars = ['v':'+', 'o':'@']; server.prefixes = "ov"; } parser.typenums = typenumsOf(parser.server.daemon); { immutable event = parser.toIRCEvent(":NickServ!services@services.host NOTICE kameloso^ :Nick kameloso^ isn't registered."); with (event) { assert((type == IRCEvent.Type.AUTH_FAILURE), Enum!(IRCEvent.Type).toString(type)); assert((sender.nickname == "NickServ"), sender.nickname); assert((sender.ident == "services"), sender.ident); assert((sender.address == "services.host"), sender.address); assert((content == "Nick kameloso^ isn't registered."), content); } } { immutable event = parser.toIRCEvent(":NickServ!services@services.host NOTICE kameloso^ :Password incorrect."); with (event) { assert((type == IRCEvent.Type.AUTH_FAILURE), Enum!(IRCEvent.Type).toString(type)); assert((sender.nickname == "NickServ"), sender.nickname); assert((sender.ident == "services"), sender.ident); assert((sender.address == "services.host"), sender.address); assert((content == "Password incorrect."), content); } } { immutable event = parser.toIRCEvent(":NickServ!services@services.host NOTICE kameloso^ :Password accepted - you are now recognized."); with (event) { assert((type == IRCEvent.Type.AUTH_SUCCESS), Enum!(IRCEvent.Type).toString(type)); assert((sender.nickname == "NickServ"), sender.nickname); assert((sender.ident == "services"), sender.ident); assert((sender.address == "services.host"), sender.address); assert((content == "Password accepted - you are now recognized."), content); } } }
D
module vibe.db.mongo.impl.index; @safe: import core.time; import std.array; import std.typecons; import vibe.db.mongo.collection; import vibe.data.bson; deprecated("Use CreateIndexOptions instead") enum IndexFlags { none = 0, unique = 1<<0, dropDuplicates = 1<<2, background = 1<<3, sparse = 1<<4, expireAfterSeconds = 1<<5, None = none, /// Deprecated compatibility alias, use `none` instead. Unique = unique, /// Deprecated compatibility alias, use `unique` instead. DropDuplicates = dropDuplicates, /// Deprecated compatibility alias, use `dropDuplicates` instead. Background = background, /// Deprecated compatibility alias, use `background` instead. Sparse = sparse, /// Deprecated compatibility alias, use `sparse` instead. ExpireAfterSeconds = expireAfterSeconds, /// Deprecated compatibility alias, use `expireAfterSeconds` instead. } struct IndexModel { Bson keys = Bson.emptyObject; IndexOptions options; /** Adds a single field or multikey index with a direction. Call this method multiple times with different fields to create a compound index. Params: field = the name of the field to index direction = `1` for ascending or `-1` for descending Returns: this IndexModel instance (caller) */ ref IndexModel add(string field, int direction) return @safe { // bson objects keep order keys[field] = Bson(direction); return this; } /** Adds an index with a given index type. Use `IndexType` for a type-safe setting of the string. Params: field = the name of the field to index type = the index type to use Returns: this IndexModel instance (caller) */ ref IndexModel add(string field, string type) return @safe { // bson objects keep order keys[field] = Bson(type); return this; } /** Sets the options member of this IndexModel. Returns: this IndexModel instance (caller) */ ref IndexModel withOptions(IndexOptions options) return @safe { this.options = options; return this; } string name() const @property @safe { if (options.name.length) { return options.name; } else { auto indexname = appender!string(); bool first = true; foreach (string key, value; keys.byKeyValue) { if (!first) indexname.put('_'); else first = false; indexname.put(key); indexname.put('_'); if (value.type == Bson.Type.string) indexname.put(value.get!string); else indexname.put(value.toString()); } return indexname.data; } } } /** Specifies the different index types which are available for index creation. See_Also: $(LINK https://docs.mongodb.com/manual/indexes/#index-types) */ enum IndexType : string { /** Legacy 2D plane index used in MongoDB 2.2 and earlier. Doesn't support GeoJSON objects. Uses planar geometry to return results. See_Also: $(LINK https://docs.mongodb.com/manual/core/2d/) */ legacy2D = "2d", /** 2D sphere index that calculates geometries on an earth-like sphere. Supports storing as GeoJSON objects. See_Also: $(LINK https://docs.mongodb.com/manual/core/2dsphere/) */ sphere2D = "2dsphere", /** A geoHaystack index is a special index that is optimized to return results over small areas. geoHaystack indexes improve performance on queries that use flat geometry. See_Also: $(LINK https://docs.mongodb.com/manual/core/geohaystack/) */ geoHaystack = "geoHaystack", /** Creates a text index which supports searching for string content in a collection. These text indexes do not store language-specific stop words and stem the words in a collection to only store root words. See_Also: $(LINK https://docs.mongodb.com/manual/core/index-text/) */ text = "text", /** To support hash based sharding, MongoDB provides a hashed index type, which indexes the hash of the value of a field. These indexes have a more random distribution of values along their range, but only support equality matches and cannot support range-based queries. See_Also: $(LINK https://docs.mongodb.com/manual/core/index-hashed/) */ hashed = "hashed", } /** See_Also: $(LINK https://docs.mongodb.com/manual/reference/command/createIndexes/) Standards: $(LINK https://github.com/mongodb/specifications/blob/0c6e56141c867907aacf386e0cbe56d6562a0614/source/index-management.rst#common-api-components) */ struct IndexOptions { /** Specifying true directs MongoDB to build the index in the background. Background builds do not block operations on the collection. Since MongoDB 4.2 indices are built on the background by default. In MongoDB 4.0 and before, this defaults to `false`. */ @embedNullable @until(WireVersion.v42) Nullable!bool background; /** Specifies the length in time, in seconds, for documents to remain in a collection. */ @embedNullable Nullable!int expireAfterSeconds; void expireAfter(Duration d) @safe { expireAfterSeconds = cast(int)d.total!"seconds"; } /** Optionally specify a specific name for the index outside of the default generated name. If none is provided then the name is generated in the format "[field]_[direction]" */ @ignore string name; /** Tells the index to only reference documents with the specified field in the index. */ @embedNullable Nullable!bool sparse; /** Allows configuring the storage engine on a per-index basis. */ @embedNullable @since(WireVersion.v30) Nullable!Bson storageEngine; /** Forces the index to be unique. */ @embedNullable Nullable!bool unique; /** Creates a unique index on a field that may have duplicates. */ @embedNullable @until(WireVersion.v26) Nullable!bool dropDups; /** Specifies the index version number, either 0 or 1. */ @embedNullable @(.name("v")) @until(WireVersion.v26) Nullable!int version_; /** Default language for text indexes. Is "english" if none is provided. */ @embedNullable @(.name("default_language")) Nullable!string defaultLanguage; /** Specifies the field in the document to override the language. */ @embedNullable @(.name("language_override")) Nullable!string languageOverride; /** Sets the text index version number. MongoDB 2.4 can only support version 1. MongoDB 2.6 and higher may support version 1 or 2. */ @embedNullable @since(WireVersion.v26) Nullable!int textIndexVersion; /** Specifies fields in the index and their corresponding weight values. */ @embedNullable Nullable!Bson weights; /** Sets the 2dsphere index version number. MongoDB 2.4 can only support version 1. MongoDB 2.6 and higher may support version 1 or 2. MongoDB 3.2 and higher may support version 2 or 3. */ @embedNullable @(.name("2dsphereIndexVersion")) @since(WireVersion.v26) Nullable!int _2dsphereIndexVersion; /** For 2d indexes, the number of precision of the stored geo hash value of the location data. */ @embedNullable Nullable!int bits; /** For 2d indexes, the upper inclusive boundary for the longitude and latitude values. */ @embedNullable Nullable!double max; /** For 2d indexes, the lower inclusive boundary for the longitude and latitude values. */ @embedNullable Nullable!double min; /** For geoHaystack indexes, specify the number of units within which to group the location values; i.e. group in the same bucket those location values that are within the specified number of units to each other. The value must be greater than 0. */ @embedNullable Nullable!double bucketSize; /** If specified, the index only references documents that match the filter expression. See $(LINK2 https://docs.mongodb.com/manual/core/index-partial/, Partial Indexes) for more information. */ @embedNullable @since(WireVersion.v32) Nullable!Bson partialFilterExpression; /** Collation allows users to specify language-specific rules for string comparison, such as rules for letter-case and accent marks. */ @embedNullable @since(WireVersion.v34) Nullable!Collation collation; /** Allows users to include or exclude specific field paths from a wildcard index using the `{ "$**": 1 }` key pattern. */ @embedNullable @since(WireVersion.v42) Nullable!Bson wildcardProjection; } /// Standards: $(LINK https://github.com/mongodb/specifications/blob/0c6e56141c867907aacf386e0cbe56d6562a0614/source/index-management.rst#common-api-components) struct CreateIndexOptions { /** The maximum amount of time to allow the index build to take before returning an error. (not implemented) */ @embedNullable Nullable!long maxTimeMS; } /// Same as $(LREF CreateIndexOptions) alias CreateIndexesOptions = CreateIndexOptions; /// Standards: $(LINK https://github.com/mongodb/specifications/blob/f4020bdb6ec093fcd259984e6ff6f42356b17d0e/source/index-management.rst#standard-api) struct DropIndexOptions { /** The maximum amount of time to allow the index drop to take before returning an error. (not implemented) */ @embedNullable Nullable!long maxTimeMS; } /// Same as $(LREF DropIndexOptions) alias DropIndexesOptions = DropIndexOptions;
D
import std.math, std.array; import gfm.math; import engine; import piece, piece_map, frac_range_checker, piece_factory, piece_unfracker, worldsettings; class PieceQueueProvider { private{ int _maxRank; int _maxRankWidth, _maxRankLength; IPieceMap _dic; Appender!(QueuePiece[]) _pieces; IFracRangeChecker _rangeChecker; IPieceUnfracker _unfracker; PieceFactory _factory; int _ibound, _jbound; } this(IPieceMap pieceMap, PieceFactory factory, IFracRangeChecker rangeChecker, IPieceUnfracker unfracker) { _maxRank = rangeChecker.maxRank; int maxRankFactor = pow(2, _maxRank); _maxRankWidth = maxRankFactor*regionWidth; _maxRankLength = maxRankFactor*regionLength; _dic = pieceMap; _rangeChecker = rangeChecker; _unfracker = unfracker; _pieces = appender!(QueuePiece[])(); _ibound = cast(int)ceil((cast(float)_rangeChecker.topRankRange.loadRange)/_maxRankWidth); _jbound = cast(int)ceil((cast(float)_rangeChecker.topRankRange.loadRange)/_maxRankLength); assert(_ibound < 10 && _jbound < 10); } IPieceMap getPieceMap() { return _dic; } QueuePiece[] getNewQueue(vec2f position) { resetQueue(); int icenter = cast(int)floor(position.x/(_maxRankWidth)); int jcenter = cast(int)floor(position.y/(_maxRankLength)); int imin = icenter - _ibound; int imax = icenter + _ibound; int jmin = jcenter - _jbound; int jmax = jcenter + _jbound; foreach(i; imin..imax) foreach(j; jmin..jmax) { DummyPiece bigPiece = _factory.createDummy(_maxRank, vec2i(i,j)); if( _rangeChecker.withinLoadRange(position, bigPiece) ) frack(position, bigPiece); } return _pieces.data().dup; } private void resetQueue() { _pieces.clear(); } private void enqueue(QueuePiece piece) { _pieces ~= piece; } private void frack(vec2f position, DummyPiece piece) { if(piece.rank == 0 || !_rangeChecker.withinFracRange(position, piece)) appendPiece(position, piece); else{ foreach(i; 0..2) foreach(j; 0..2) { DummyPiece smallerPiece = _factory.createDummy(piece, vec2i(i,j)); frack(position, smallerPiece); } } } private void appendPiece(vec2f position, DummyPiece dummy) { QueuePiece piece = _dic.retrieve(dummy); if(piece !is null){ appendExisting(position, piece); } else appendNew(dummy); } private void appendNew(DummyPiece dummy) { bool wasFracked = false; if(dummy.parent !is null) { QueuePiece qParent = _dic.retrieve(dummy.parent); if(qParent !is null){ wasFracked = qParent.isFracked; qParent.isFracked = true; } } QueuePiece newPiece = _dic.insert(dummy); if(newPiece.parent !is null && !wasFracked && newPiece.parent.hasModel) { newPiece.parent.destroyModel(); } enqueue(newPiece); } private void appendExisting(vec2f position, QueuePiece piece) { if(!piece.isFracked) enqueue(piece); else if(_rangeChecker.outsideUnfracRange(position, piece)) { _unfracker.unFrac(piece); enqueue(piece); } else { // append Children foreach(child; piece.children) { appendExisting(position, child); } } } private void register(DummyPiece piece) { _dic.insert(piece); } unittest{ import testrunner; import rank_scenes, chunkscene, range_settings; runsuite("piece_queue_provider", delegate void(){ /*class MockRangeChecker: IFracRangeChecker { private int _range; private bool _withinRange; private int _mr; @property int maxRank(){return _mr;} this(int maxRank, bool withinRange) { _mr = maxRank; _range = cast(int)ceil(1.5*pow(2, maxRank)*regionWidth); _withinRange = withinRange; } bool withinLoadRange(vec2f position, DummyPiece piece){ return true; } bool outsideUnloadRange(vec2f position, QueuePiece piece){ return false; } bool withinFracRange(vec2f pos, DummyPiece piece){ return _withinRange; } bool outsideUnfracRange(vec2f pos, QueuePiece piece){ return _withinRange; } @property RangeSetting topRankRange(){ return RangeSetting(_mr, _range, _range); } } class MockRankScenes: IRankScenes { IChunkScene[] getScenes(int rank) { return null; } } runtest("appendExisting empty QueuePiece", delegate void(){ // arrange IFracRangeChecker checker = new MockRangeChecker(2, true); PieceFactory fac = new PieceFactory(new MockRankScenes()); PieceQueueProvider provider = new PieceQueueProvider(fac, checker, new PieceUnfracker()); QueuePiece exp = new QueuePiece(); // act provider.appendExisting(vec2f(0,0), exp); // assert QueuePiece[] arr = provider._pieces.data(); assertEqual(1, arr.length); assertEqual(exp, arr[0]); }); runtest("appendExisting QueuePiece with children", delegate void(){ // arrange IFracRangeChecker checker = new MockRangeChecker(2, false); PieceFactory fac = new PieceFactory(new MockRankScenes()); PieceQueueProvider provider = new PieceQueueProvider(fac, checker, new PieceUnfracker()); QueuePiece exp = new QueuePiece(); exp.isFracked = true; exp.children = [new QueuePiece(), new QueuePiece(), new QueuePiece(), new QueuePiece()]; // act provider.appendExisting(vec2f(0,0), exp); // assert QueuePiece[] arr = provider._pieces.data(); assertEqual(4, arr.length); }); runtest("frack piece expect 4 children", delegate void(){ // arrange IFracRangeChecker checker = new MockRangeChecker(1, true); PieceFactory fac = new PieceFactory(new MockRankScenes()); PieceQueueProvider provider = new PieceQueueProvider(fac, checker, new PieceUnfracker()); DummyPiece dummy = fac.createDummy(1, vec2i(1,2)); // act provider.frack(vec2f(0,0), dummy); // assert QueuePiece[] arr = provider._pieces.data(); assertEqual(4, arr.length, "arr.length"); QueuePiece result = provider._dic.retrieve(dummy); assertEqual(true, result.isFracked, "result.isFracked"); assertEqual(vec2i(0,0), result.children[0].site); assertEqual(vec2i(0,1), result.children[1].site); assertEqual(vec2i(1,0), result.children[2].site); assertEqual(vec2i(1,1), result.children[3].site); }); runtest("getNewQueue with MockRangeCheckerTrue", delegate void(){ // arrange IFracRangeChecker checker = new MockRangeChecker(1, true); PieceFactory fac = new PieceFactory(new MockRankScenes()); PieceQueueProvider provider = new PieceQueueProvider(fac, checker, new PieceUnfracker()); // act QueuePiece[] result = provider.getNewQueue( vec2f(0,0) ); // assert //assertEqual(64, result.length); assertEqual(false, result[0].isFracked, "result[0].isFracked"); assertEqual(true, result[0].parent.isFracked, "result[0].isFracked"); assertEqual(vec2i(0,0), result[0].site, "result[0].site"); assertEqual(vec2i(0,1), result[1].site, "result[1].site"); assertEqual(vec2i(1,0), result[2].site, "result[2].site"); assertEqual(vec2i(1,1), result[3].site, "result[3].site"); }); runtest("vec2i equality", delegate void(){ assertEqual(vec2i(1,2), vec2i(1,2)); assert(vec2i(1,2) == vec2i(1,2)); assert(vec2i(1,2) is vec2i(1,2)); }); */ /*runtest("getNewQueue at 0,0", delegate void(){ // arrange IFracRangeChecker checker = new MockRangeChecker(1, true); PieceFactory fac = new PieceFactory(new MockRankScenes()); PieceQueueProvider provider = new PieceQueueProvider(fac, checker, new PieceUnfracker()); // act QueuePiece[] result = provider.getNewQueue( vec2f(0,0) ); // assert //assertEqual(16, result.length); assertEqual(vec2i(-2,-2), result[0].site, "result[0].site"); assertEqual(vec2i(-2,-1), result[1].site, "result[1].site"); });*/ /*runtest("getNewQueue at -100,100", delegate void(){ // arrange IFracRangeChecker checker = new MockRangeChecker(1, false); PieceFactory fac = new PieceFactory(new MockRankScenes()); PieceQueueProvider provider = new PieceQueueProvider(fac, checker, new PieceUnfracker()); // act QueuePiece[] result = provider.getNewQueue( vec2f(0,0) ); // assert assertEqual(16, result.length); });*/ /*class MockRangeCheckerTest: IFracRangeChecker { private int _mr; @property int maxRank(){return _mr;} this(int maxRank) { _mr = maxRank; } bool withinLoadRange(vec2f position, DummyPiece piece){ return true; } bool outsideUnloadRange(vec2f position, QueuePiece piece){ return false; } bool withinFracRange(vec2f pos, DummyPiece piece){ return piece.x < 0; } bool outsideUnfracRange(vec2f pos, QueuePiece piece){ return piece.x > 10; } @property RangeSetting topRankRange(){ return RangeSetting(_mr, 100, 120); } } runtest("getNewQueue with MockRangeCheckerTest", delegate void(){ // arrange IFracRangeChecker checker = new MockRangeCheckerTest(1); PieceFactory fac = new PieceFactory(new MockRankScenes()); PieceQueueProvider provider = new PieceQueueProvider(fac, checker, new PieceUnfracker()); // act QueuePiece[] first = provider.getNewQueue( vec2f(0,0) ); // assert assertEqual(40, first.length); });*/ /*runtest("getNewQueue, frac with second call", delegate void(){ // arrange IFracRangeChecker checker = new MockRangeChecker(1, true); PieceFactory fac = new PieceFactory(new MockRankScenes()); PieceQueueProvider provider = new PieceQueueProvider(fac, checker, new PieceUnfracker()); // act QueuePiece[] first = provider.getNewQueue( vec2f(0,0) ); // assert //assertEqual(16, first.length); assertEqual(vec2i(-2,-2), first[0].site, "result[0].site"); assertEqual(vec2i(-2,-1), first[1].site, "result[1].site"); assertEqual(false, first[0].isFracked, "first[0].isFracked"); // act provider._rangeChecker = new MockRangeChecker(1, true); QueuePiece[] second = provider.getNewQueue( vec2f(0,0) ); // assert //assertEqual(64, second.length); assertEqual(false, second[0].isFracked, "second[0].isFracked"); assertEqual(1, first[0].rank, "first[0].rank after second getNewQueue call."); assertEqual(first[0].site, second[0].parent.site, "second[0].parent.site"); assertEqual(first[0], second[0].parent); assertEqual(true, first[0].isFracked, "first[0].isFracked"); });*/ // Need to be refactored using RangeSettings /*runtest("getNewQueue at 4,4", delegate void(){ // arrange FracRange[] ranges = [ FracRange(0, 16, 32) ]; IFracRangeChecker rangeChecker = new FracRangeChecker(ranges); PieceFactory fac = new PieceFactory(null, null); PieceQueueProvider provider = new PieceQueueProvider(2, fac, rangeChecker, new PieceUnfracker()); // act QueuePiece[] result = provider.getNewQueue( vec2f(4,4) ); // assert assertEqual(40, result.length); }); runtest("getNewQueue, second queue should not unfrack", delegate void(){ // arrange FracRange[] ranges = [ FracRange(0, 16, 3*regionWidth) ]; IFracRangeChecker rangeChecker = new FracRangeChecker(ranges); PieceFactory fac = new PieceFactory(null, null); PieceQueueProvider provider = new PieceQueueProvider(1, fac, rangeChecker, new PieceUnfracker()); // act QueuePiece[] first = provider.getNewQueue( vec2f(4, 4) ); // assert assertEqual(28, first.length); // act QueuePiece[] second = provider.getNewQueue( vec2f(4 - 2*regionWidth, 4) ); // assert assertEqual(34, second.length); }); runtest("getNewQueue, second queue should unfrack", delegate void(){ // arrange //FracRange[] ranges = [ FracRange(0, regionWidth, regionWidth+1) ]; RangeSettings settings = new RangeSettings( RangeSetting(0, regionWidth, regionWidth+1), RangeSetting(1, 4*regionWidth, 5*regionWidth) ); IFracRangeChecker rangeChecker = new FracRangeChecker(ranges); PieceFactory fac = new PieceFactory(null, null); PieceQueueProvider provider = new PieceQueueProvider(1, fac, rangeChecker, new PieceUnfracker()); // act QueuePiece[] first = provider.getNewQueue( vec2f(4, 4) ); // assert assertEqual(28, first.length); // act QueuePiece[] second = provider.getNewQueue( vec2f(4 - 2*regionWidth, 4 - 2*regionWidth) ); // assert assertEqual(28, second.length); }); runtest("getNewQueue, second queue should unfrack 2", delegate void(){ // arrange FracRange[] ranges = [ FracRange(0, 16, 42) ]; IFracRangeChecker rangeChecker = new FracRangeChecker(ranges); PieceFactory fac = new PieceFactory(null, null); PieceQueueProvider provider = new PieceQueueProvider(1, fac, rangeChecker, new PieceUnfracker()); // act QueuePiece[] first = provider.getNewQueue( vec2f(4, 4) ); // assert assertEqual(28, first.length); // act QueuePiece[] second = provider.getNewQueue( vec2f(4 - 3*regionWidth, 4) ); // assert assertEqual(28, second.length); });*/ }); } }
D
instance NOV_1302_Viran(Npc_Default) { name[0] = "Viran"; npcType = npctype_main; guild = GIL_NOV; level = 15; voice = 7; id = 1302; attribute[ATR_STRENGTH] = 15; attribute[ATR_DEXTERITY] = 15; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 100; attribute[ATR_HITPOINTS] = 100; Mdl_SetVisual(self,"HUMANS.MDS"); Mdl_ApplyOverlayMds(self,"Humans_Mage.mds"); Mdl_SetVisualBody(self,"hum_body_Naked0",1,1,"Hum_Head_Bald",26,3,nov_armor_l); B_Scale(self); Mdl_SetModelFatness(self,-1); fight_tactic = FAI_HUMAN_Strong; EquipItem(self,ItMw_1H_Hatchet_01); CreateInvItems(self,ItMi_Plants_Swampherb_01,50); CreateInvItems(self,ItMiNugget,5); CreateInvItems(self,ItFoRice,2); CreateInvItems(self,ItFoBooze,6); daily_routine = Rtn_start_1302; }; func void Rtn_start_1302() { TA_Boss(7,0,19,0,"PATH_TAKE_HERB_2_1"); TA_Boss(19,0,7,0,"PATH_TAKE_HERB_2_1"); };
D
/* * Written by Walter Bright * Digital Mars * www.digitalmars.com * Placed into Public Domain. */ /* NOTE: This file has been patched from the original DMD distribution to work with the GDC compiler. Modified by David Friedman, September 2004 */ module std.c.stdio; import std.c.stddef; private import std.c.stdarg; extern (C): version (GNU) { private import gcc.builtins; private import gcc.config; alias gcc.config.EOF EOF; alias gcc.config.FOPEN_MAX FOPEN_MAX; alias gcc.config.FILENAME_MAX FILENAME_MAX; alias gcc.config.TMP_MAX TMP_MAX; alias gcc.config.L_tmpnam L_tmpnam; } else version (Win32) { const int _NFILE = 60; const int BUFSIZ = 0x4000; const int EOF = -1; const int FOPEN_MAX = 20; const int FILENAME_MAX = 256; // 255 plus NULL const int TMP_MAX = 32767; const int _SYS_OPEN = 20; const int SYS_OPEN = _SYS_OPEN; const wchar WEOF = 0xFFFF; } else version (linux) { const int EOF = -1; const int FOPEN_MAX = 16; const int FILENAME_MAX = 4095; const int TMP_MAX = 238328; const int L_tmpnam = 20; } enum { SEEK_SET, SEEK_CUR, SEEK_END } struct _iobuf { align (1): version (Win32) { char *_ptr; int _cnt; char *_base; int _flag; int _file; int _charbuf; int _bufsiz; int __tmpnum; } else version (linux) { char* _read_ptr; char* _read_end; char* _read_base; char* _write_base; char* _write_ptr; char* _write_end; char* _buf_base; char* _buf_end; char* _save_base; char* _backup_base; char* _save_end; void* _markers; _iobuf* _chain; int _fileno; int _blksize; int _old_offset; ushort _cur_column; byte _vtable_offset; char[1] _shortbuf; void* _lock; } else version (GNU) { byte[gcc.config.FILE_struct_size] opaque; } } alias _iobuf FILE; enum { _F_RDWR = 0x0003, _F_READ = 0x0001, _F_WRIT = 0x0002, _F_BUF = 0x0004, _F_LBUF = 0x0008, _F_ERR = 0x0010, _F_EOF = 0x0020, _F_BIN = 0x0040, _F_IN = 0x0080, _F_OUT = 0x0100, _F_TERM = 0x0200, } version (Win32) { version (GNU) { // _NFILE is not defined anywhere export FILE _iob[5]; } else { FILE _iob[_NFILE]; void function() _fcloseallp; } } version (Win32) { enum { _IOREAD = 1, _IOWRT = 2, _IONBF = 4, _IOMYBUF = 8, _IOEOF = 0x10, _IOERR = 0x20, _IOLBF = 0x40, _IOSTRG = 0x40, _IORW = 0x80, _IOFBF = 0, _IOAPP = 0x200, _IOTRAN = 0x100, } } version (linux) { enum { _IOFBF = 0, _IOLBF = 1, _IONBF = 2, } } version (GNU_CBridge_Stdio) { FILE * _d_gnu_cbridge_stdin; FILE * _d_gnu_cbridge_stdout; FILE * _d_gnu_cbridge_stderr; /* Call from dgccmain2. Can't use a static constructor here because std.c.stdio is not compiled. */ void _d_gnu_cbridge_init_stdio(); alias _d_gnu_cbridge_stdin stdin; alias _d_gnu_cbridge_stdout stdout; alias _d_gnu_cbridge_stderr stderr; } else version (Win32) { // This works for DMD/DMC and MinGW/msvcrt const FILE *stdin = &_iob[0]; const FILE *stdout = &_iob[1]; const FILE *stderr = &_iob[2]; const FILE *stdaux = &_iob[3]; const FILE *stdprn = &_iob[4]; } else version (aix) { // 32- and 64-bit FILE _iob[16]; const FILE *stdin = &_iob[0]; const FILE *stdout = &_iob[1]; const FILE *stderr = &_iob[2]; } else version (darwin) { version (GNU_BitsPerPointer32) { static assert(gcc.config.FILE_struct_size != 0); FILE __sF[3]; const FILE * stdin = &__sF[0]; const FILE * stdout = &__sF[1]; const FILE * stderr = &__sF[2]; } else version (GNU_BitsPerPointer64) { FILE *__stdinp; FILE *__stdoutp; FILE *__stderrp; alias __stdinp stdin; alias __stdoutp stdout; alias __stderrp stderr; } } else version (linux) { FILE *stdin; FILE *stdout; FILE *stderr; } version (Win32) { const char[] _P_tmpdir = "\\"; const wchar[] _wP_tmpdir = "\\"; version (GNU) { } else { const int L_tmpnam = _P_tmpdir.length + 12; } } alias int fpos_t; char * tmpnam(char *); FILE * fopen(char *,char *); FILE * _fsopen(char *,char *,int ); FILE * freopen(char *,char *,FILE *); int fseek(FILE *,int,int); int ftell(FILE *); char * fgets(char *,int,FILE *); int fgetc(FILE *); int _fgetchar(); int fflush(FILE *); int fclose(FILE *); int fputs(char *,FILE *); char * gets(char *); int fputc(int,FILE *); int _fputchar(int); int puts(char *); int ungetc(int,FILE *); size_t fread(void *,size_t,size_t,FILE *); size_t fwrite(void *,size_t,size_t,FILE *); //int printf(char *,...); int fprintf(FILE *,char *,...); int vfprintf(FILE *,char *,va_list); int vprintf(char *,va_list); int sprintf(char *,char *,...); int vsprintf(char *,char *,va_list); int scanf(char *,...); int fscanf(FILE *,char *,...); int sscanf(char *,char *,...); void setbuf(FILE *,char *); int setvbuf(FILE *,char *,int,size_t); int remove(char *); int rename(char *,char *); void perror(char *); int fgetpos(FILE *,fpos_t *); int fsetpos(FILE *,fpos_t *); FILE * tmpfile(); int _rmtmp(); int _fillbuf(FILE *); int _flushbu(int, FILE *); int getw(FILE *FHdl); int putw(int Word, FILE *FilePtr); int getchar() { return getc(stdin); } int putchar(int c) { return putc(c,stdout); } int getc(FILE *fp) { return fgetc(fp); } int putc(int c,FILE *fp) { return fputc(c,fp); } version (Win32) { int ferror(FILE *fp) { return fp._flag&_IOERR; } int feof(FILE *fp) { return fp._flag&_IOEOF; } void clearerr(FILE *fp) { fp._flag &= ~(_IOERR|_IOEOF); } void rewind(FILE *fp) { fseek(fp,0L,SEEK_SET); fp._flag&=~_IOERR; } int _bufsize(FILE *fp) { return fp._bufsiz; } int fileno(FILE *fp) { return fp._file; } int _snprintf(char *,size_t,char *,...); int _vsnprintf(char *,size_t,char *,va_list); } else version (GNU) { alias gcc.config.ferror ferror; alias gcc.config.feof feof; alias gcc.config.clearerr clearerr; alias gcc.config.rewind rewind; alias gcc.config._bufsize _bufsize; alias gcc.config.fileno fileno; alias gcc.config.Csnprintf snprintf; alias gcc.config.Cvsnprintf vsnprintf; alias gcc.config.Csnprintf _snprintf; alias gcc.config.Cvsnprintf _vsnprintf; } else version (linux) { int ferror(FILE *fp); int feof(FILE *fp); void clearerr(FILE *fp); void rewind(FILE *fp); int _bufsize(FILE *fp); int fileno(FILE *fp); int snprintf(char *,size_t,char *,...); int vsnprintf(char *,size_t,char *,va_list); } int unlink(char *); FILE * fdopen(int, char *); int fgetchar(); int fputchar(int); int fcloseall(); int filesize(char *); int flushall(); int getch(); int getche(); int kbhit(); char * tempnam (char *dir, char *pfx); wchar_t * _wtmpnam(wchar_t *); FILE * _wfopen(wchar_t *, wchar_t *); FILE * _wfsopen(wchar_t *, wchar_t *, int); FILE * _wfreopen(wchar_t *, wchar_t *, FILE *); wchar_t * fgetws(wchar_t *, int, FILE *); int fputws(wchar_t *, FILE *); wchar_t * _getws(wchar_t *); int _putws(wchar_t *); int wprintf(wchar_t *, ...); int fwprintf(FILE *, wchar_t *, ...); int vwprintf(wchar_t *, va_list); int vfwprintf(FILE *, wchar_t *, va_list); int swprintf(wchar_t *, wchar_t *, ...); int vswprintf(wchar_t *, wchar_t *, va_list); int _snwprintf(wchar_t *, size_t, wchar_t *, ...); int _vsnwprintf(wchar_t *, size_t, wchar_t *, va_list); int wscanf(wchar_t *, ...); int fwscanf(FILE *, wchar_t *, ...); int swscanf(wchar_t *, wchar_t *, ...); int _wremove(wchar_t *); void _wperror(wchar_t *); FILE * _wfdopen(int, wchar_t *); wchar_t * _wtempnam(wchar_t *, wchar_t *); wchar_t fgetwc(FILE *); wchar_t _fgetwchar_t(); wchar_t fputwc(wchar_t, FILE *); wchar_t _fputwchar_t(wchar_t); wchar_t ungetwc(wchar_t, FILE *); wchar_t getwchar_t() { return fgetwc(stdin); } wchar_t putwchar_t(wchar_t c) { return fputwc(c,stdout); } wchar_t getwc(FILE *fp) { return fgetwc(fp); } wchar_t putwc(wchar_t c, FILE *fp) { return fputwc(c, fp); } int fwide(FILE* fp, int mode);
D
/* Copyright © 2020, Luna Nielsen Distributed under the 2-Clause BSD License, see LICENSE file. Authors: Luna Nielsen */ module engine; public import engine.core; public import engine.input; public import engine.render; public import engine.math; public import engine.audio; public import engine.net; public import engine.ui; public import engine.game; public import engine.i18n; import bindbc.sdl; import bindbc.openal; import bindbc.freetype; /** Initialize the game engine */ void initEngine() { // Initialize logger if needed if (AppLog is null) AppLog = new Logger(); // Initialize SDL2 initSDL(); SDL_Init(SDL_INIT_EVERYTHING); AppLog.info("Engine", "SDL2 initialized..."); // Initialize OpenAL initOAL(); initAudioEngine(); AppLog.info("Engine", "Audio Engine initialized..."); // Create window GameWindow = new Window(); GameWindow.makeCurrent(); AppLog.info("Engine", "Window initialized..."); // Initialize OpenGL and make context current initOGL(); initRender(); AppLog.info("Engine", "Renderer initialized..."); // Initialize Font system initFT(); initFontSystem(); AppLog.info("Engine", "Font system initialized..."); // Initialize input // initInput(GameWindow.winPtr); // AppLog.info("Engine", "Input system initialized..."); // Initialize atlasser GameAtlas = new AtlasCollection(); AppLog.info("Engine", "Texture atlassing initialized..."); // Initialize subsystems AppLog.info("Engine", "Intialized internal state for renderer..."); } /** Closes the engine and relases libraries, etc. */ void closeEngine() { // Stop music when game exits kmStopAllMusic(); import core.memory : GC; destroy(GameWindow); destroy(AppLog); // Collect the stuff before we terminate all this other stuff // We let OpenGL, OpenAL and GLFW be terminated by the closing of the program GC.collect(); } private void initOAL() { auto support = loadOpenAL(); if (support == ALSupport.badLibrary) { AppLog.fatal("Engine", "Could not load OpenAL, bad library!"); } else if (support == ALSupport.noLibrary) { AppLog.fatal("Engine", "Could not load OpenAL, no library found!"); } } private void initSDL() { auto support = loadSDL(); if (support == SDLSupport.badLibrary) { AppLog.fatal("Engine", "Could not load SDL2, bad library!"); } else if (support == SDLSupport.noLibrary) { AppLog.fatal("Engine", "Could not load SDL2, no library found!"); } } private void initOGL() { auto support = loadOpenGL(); if (support == GLSupport.badLibrary) { AppLog.fatal("Engine", "Could not load OpenGL, bad library!"); } else if (support == GLSupport.noLibrary) { AppLog.fatal("Engine", "Could not load OpenGL, no library found!"); } else if (support == GLSupport.noContext) { AppLog.fatal("Engine", "OpenGL context was not created before loading OpenGL."); } } private void initFT() { auto support = loadFreeType(); if (support == FTSupport.badLibrary) { AppLog.fatal("Engine", "Could not load FreeType, bad library!"); } else if (support == FTSupport.noLibrary) { AppLog.fatal("Engine", "Could not load FreeType, no library found!"); } }
D
module imports.ice10600a; struct Appender(A : T[], T) { this(T[]) {} } Appender!(E[]) appender(A : E[], E)() { return Appender!(E[])(null); }
D
/Users/aaronb/Development/Air-End/DerivedData/Air-End/Build/Intermediates/Mango.build/Debug-iphonesimulator/Mango.build/Objects-normal/x86_64/ViewController-Conversions-Extension.o : /Users/aaronb/Development/Air-End/Air-End/MapVC-AddressTableViewDelegate-Extension.swift /Users/aaronb/Development/Air-End/Air-End/UIColor+Extension.swift /Users/aaronb/Development/Air-End/Air-End/TextToEnum-\ Extentsion.swift /Users/aaronb/Development/Air-End/Air-End/ListVC.swift /Users/aaronb/Development/Air-End/Air-End/Guidance.swift /Users/aaronb/Development/Air-End/Air-End/MapVC.swift /Users/aaronb/Development/Air-End/Air-End/CorrectAddressTableView.swift /Users/aaronb/Development/Air-End/Air-End/ViewController-Conversions-Extension.swift /Users/aaronb/Development/Air-End/Air-End/ViewController-Extension.swift /Users/aaronb/Development/Air-End/Air-End/MapVC-Guidance-ExtensionViewController.swift /Users/aaronb/Development/Air-End/Air-End/launchScreenViewController.swift /Users/aaronb/Development/Air-End/Air-End/NewTaskVC.swift /Users/aaronb/Development/Air-End/Air-End/Theme.swift /Users/aaronb/Development/Air-End/Air-End/MapVC-SegmentedControl-Extension.swift /Users/aaronb/Development/Air-End/Air-End/TaskMapView.swift /Users/aaronb/Development/Air-End/Air-End/Noun.swift /Users/aaronb/Development/Air-End/Air-End/Task.swift /Users/aaronb/Development/Air-End/Air-End/TaskMapVC.swift /Users/aaronb/Development/Air-End/Air-End/ListVC-LocationExtension.swift /Users/aaronb/Development/Air-End/Air-End/TaskMapViewDelegate.swift /Users/aaronb/Development/Air-End/Air-End/AppDelegate.swift /Users/aaronb/Development/Air-End/Air-End/ColoredDatePicker.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreLocation.swiftmodule /Users/aaronb/Development/Air-End/RealmSwift.framework/Modules/RealmSwift.swiftmodule/x86_64.swiftmodule ./Realm.framework/Headers/RLMObjectBase_Dynamic.h ./Realm.framework/Headers/RLMRealm_Dynamic.h ./Realm.framework/PrivateHeaders/RLMSchema_Private.h ./Realm.framework/PrivateHeaders/RLMResults_Private.h ./Realm.framework/PrivateHeaders/RLMRealm_Private.h ./Realm.framework/PrivateHeaders/RLMRealmConfiguration_Private.h ./Realm.framework/PrivateHeaders/RLMProperty_Private.h ./Realm.framework/PrivateHeaders/RLMOptionalBase.h ./Realm.framework/PrivateHeaders/RLMObject_Private.h ./Realm.framework/PrivateHeaders/RLMObjectStore.h ./Realm.framework/PrivateHeaders/RLMObjectSchema_Private.h ./Realm.framework/PrivateHeaders/RLMMigration_Private.h ./Realm.framework/PrivateHeaders/RLMListBase.h ./Realm.framework/PrivateHeaders/RLMArray_Private.h ./Realm.framework/PrivateHeaders/RLMAccessor.h ./Realm.framework/Headers/RLMSchema.h ./Realm.framework/Headers/RLMResults.h ./Realm.framework/Headers/RLMRealmConfiguration.h ./Realm.framework/Headers/RLMRealm.h ./Realm.framework/Headers/RLMConstants.h ./Realm.framework/Headers/RLMProperty.h ./Realm.framework/Headers/RLMPlatform.h ./Realm.framework/Headers/RLMObjectSchema.h ./Realm.framework/Headers/RLMObjectBase.h ./Realm.framework/Headers/RLMObject.h ./Realm.framework/Headers/RLMMigration.h ./Realm.framework/Headers/RLMDefines.h ./Realm.framework/Headers/RLMCollection.h ./Realm.framework/Headers/RLMArray.h ./Realm.framework/Headers/Realm.h ./Realm.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreData.swiftmodule /Users/aaronb/Development/Air-End/DerivedData/Air-End/Build/Intermediates/Mango.build/Debug-iphonesimulator/Mango.build/Objects-normal/x86_64/ViewController-Conversions-Extension~partial.swiftmodule : /Users/aaronb/Development/Air-End/Air-End/MapVC-AddressTableViewDelegate-Extension.swift /Users/aaronb/Development/Air-End/Air-End/UIColor+Extension.swift /Users/aaronb/Development/Air-End/Air-End/TextToEnum-\ Extentsion.swift /Users/aaronb/Development/Air-End/Air-End/ListVC.swift /Users/aaronb/Development/Air-End/Air-End/Guidance.swift /Users/aaronb/Development/Air-End/Air-End/MapVC.swift /Users/aaronb/Development/Air-End/Air-End/CorrectAddressTableView.swift /Users/aaronb/Development/Air-End/Air-End/ViewController-Conversions-Extension.swift /Users/aaronb/Development/Air-End/Air-End/ViewController-Extension.swift /Users/aaronb/Development/Air-End/Air-End/MapVC-Guidance-ExtensionViewController.swift /Users/aaronb/Development/Air-End/Air-End/launchScreenViewController.swift /Users/aaronb/Development/Air-End/Air-End/NewTaskVC.swift /Users/aaronb/Development/Air-End/Air-End/Theme.swift /Users/aaronb/Development/Air-End/Air-End/MapVC-SegmentedControl-Extension.swift /Users/aaronb/Development/Air-End/Air-End/TaskMapView.swift /Users/aaronb/Development/Air-End/Air-End/Noun.swift /Users/aaronb/Development/Air-End/Air-End/Task.swift /Users/aaronb/Development/Air-End/Air-End/TaskMapVC.swift /Users/aaronb/Development/Air-End/Air-End/ListVC-LocationExtension.swift /Users/aaronb/Development/Air-End/Air-End/TaskMapViewDelegate.swift /Users/aaronb/Development/Air-End/Air-End/AppDelegate.swift /Users/aaronb/Development/Air-End/Air-End/ColoredDatePicker.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreLocation.swiftmodule /Users/aaronb/Development/Air-End/RealmSwift.framework/Modules/RealmSwift.swiftmodule/x86_64.swiftmodule ./Realm.framework/Headers/RLMObjectBase_Dynamic.h ./Realm.framework/Headers/RLMRealm_Dynamic.h ./Realm.framework/PrivateHeaders/RLMSchema_Private.h ./Realm.framework/PrivateHeaders/RLMResults_Private.h ./Realm.framework/PrivateHeaders/RLMRealm_Private.h ./Realm.framework/PrivateHeaders/RLMRealmConfiguration_Private.h ./Realm.framework/PrivateHeaders/RLMProperty_Private.h ./Realm.framework/PrivateHeaders/RLMOptionalBase.h ./Realm.framework/PrivateHeaders/RLMObject_Private.h ./Realm.framework/PrivateHeaders/RLMObjectStore.h ./Realm.framework/PrivateHeaders/RLMObjectSchema_Private.h ./Realm.framework/PrivateHeaders/RLMMigration_Private.h ./Realm.framework/PrivateHeaders/RLMListBase.h ./Realm.framework/PrivateHeaders/RLMArray_Private.h ./Realm.framework/PrivateHeaders/RLMAccessor.h ./Realm.framework/Headers/RLMSchema.h ./Realm.framework/Headers/RLMResults.h ./Realm.framework/Headers/RLMRealmConfiguration.h ./Realm.framework/Headers/RLMRealm.h ./Realm.framework/Headers/RLMConstants.h ./Realm.framework/Headers/RLMProperty.h ./Realm.framework/Headers/RLMPlatform.h ./Realm.framework/Headers/RLMObjectSchema.h ./Realm.framework/Headers/RLMObjectBase.h ./Realm.framework/Headers/RLMObject.h ./Realm.framework/Headers/RLMMigration.h ./Realm.framework/Headers/RLMDefines.h ./Realm.framework/Headers/RLMCollection.h ./Realm.framework/Headers/RLMArray.h ./Realm.framework/Headers/Realm.h ./Realm.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreData.swiftmodule /Users/aaronb/Development/Air-End/DerivedData/Air-End/Build/Intermediates/Mango.build/Debug-iphonesimulator/Mango.build/Objects-normal/x86_64/ViewController-Conversions-Extension~partial.swiftdoc : /Users/aaronb/Development/Air-End/Air-End/MapVC-AddressTableViewDelegate-Extension.swift /Users/aaronb/Development/Air-End/Air-End/UIColor+Extension.swift /Users/aaronb/Development/Air-End/Air-End/TextToEnum-\ Extentsion.swift /Users/aaronb/Development/Air-End/Air-End/ListVC.swift /Users/aaronb/Development/Air-End/Air-End/Guidance.swift /Users/aaronb/Development/Air-End/Air-End/MapVC.swift /Users/aaronb/Development/Air-End/Air-End/CorrectAddressTableView.swift /Users/aaronb/Development/Air-End/Air-End/ViewController-Conversions-Extension.swift /Users/aaronb/Development/Air-End/Air-End/ViewController-Extension.swift /Users/aaronb/Development/Air-End/Air-End/MapVC-Guidance-ExtensionViewController.swift /Users/aaronb/Development/Air-End/Air-End/launchScreenViewController.swift /Users/aaronb/Development/Air-End/Air-End/NewTaskVC.swift /Users/aaronb/Development/Air-End/Air-End/Theme.swift /Users/aaronb/Development/Air-End/Air-End/MapVC-SegmentedControl-Extension.swift /Users/aaronb/Development/Air-End/Air-End/TaskMapView.swift /Users/aaronb/Development/Air-End/Air-End/Noun.swift /Users/aaronb/Development/Air-End/Air-End/Task.swift /Users/aaronb/Development/Air-End/Air-End/TaskMapVC.swift /Users/aaronb/Development/Air-End/Air-End/ListVC-LocationExtension.swift /Users/aaronb/Development/Air-End/Air-End/TaskMapViewDelegate.swift /Users/aaronb/Development/Air-End/Air-End/AppDelegate.swift /Users/aaronb/Development/Air-End/Air-End/ColoredDatePicker.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreLocation.swiftmodule /Users/aaronb/Development/Air-End/RealmSwift.framework/Modules/RealmSwift.swiftmodule/x86_64.swiftmodule ./Realm.framework/Headers/RLMObjectBase_Dynamic.h ./Realm.framework/Headers/RLMRealm_Dynamic.h ./Realm.framework/PrivateHeaders/RLMSchema_Private.h ./Realm.framework/PrivateHeaders/RLMResults_Private.h ./Realm.framework/PrivateHeaders/RLMRealm_Private.h ./Realm.framework/PrivateHeaders/RLMRealmConfiguration_Private.h ./Realm.framework/PrivateHeaders/RLMProperty_Private.h ./Realm.framework/PrivateHeaders/RLMOptionalBase.h ./Realm.framework/PrivateHeaders/RLMObject_Private.h ./Realm.framework/PrivateHeaders/RLMObjectStore.h ./Realm.framework/PrivateHeaders/RLMObjectSchema_Private.h ./Realm.framework/PrivateHeaders/RLMMigration_Private.h ./Realm.framework/PrivateHeaders/RLMListBase.h ./Realm.framework/PrivateHeaders/RLMArray_Private.h ./Realm.framework/PrivateHeaders/RLMAccessor.h ./Realm.framework/Headers/RLMSchema.h ./Realm.framework/Headers/RLMResults.h ./Realm.framework/Headers/RLMRealmConfiguration.h ./Realm.framework/Headers/RLMRealm.h ./Realm.framework/Headers/RLMConstants.h ./Realm.framework/Headers/RLMProperty.h ./Realm.framework/Headers/RLMPlatform.h ./Realm.framework/Headers/RLMObjectSchema.h ./Realm.framework/Headers/RLMObjectBase.h ./Realm.framework/Headers/RLMObject.h ./Realm.framework/Headers/RLMMigration.h ./Realm.framework/Headers/RLMDefines.h ./Realm.framework/Headers/RLMCollection.h ./Realm.framework/Headers/RLMArray.h ./Realm.framework/Headers/Realm.h ./Realm.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreData.swiftmodule
D