Kohki Miki

Results 11 issues of Kohki Miki

Currently, this library supports Swift 3.x. However, Xcode 10.2 drops supporting for Swift 3.x. So we can't build Carthage on Xcode 10.2 because of this library. This PR make it...

I added the configuration to be installed via Carthage.

I've thought of great new feature! I think it is useful to add custom URL schemes to generate new stream to share between co-workers. e.g. ``` jasperapp://add-stream?name=my_stream&query=author:giginet ``` When this...

# Motivation I want to add targets dynamically. including subspecs help me in the situation. The included spec is automatically generated and if not exists ignore adding targets. # Description...

Currently, XcodeGen can't build with Xcode 16 Beta 1. ``` /Users/giginet/Library/Developer/Xcode/DerivedData/XcodeGen-ccjxvauqmliuzaaqjslkfzkifxrg/SourcePackages/checkouts/GraphViz/Sources/GraphViz/Edge.swift:6:27 'ID' is only available in macOS 10.15 or newer ``` The following errors were caused by [GraphViz](https://github.com/SwiftDocOrg/GraphViz). However it...

## Description A bridging behavior from `NSURLComponents` to `URLComponents` is strange. If the string contains URL encoded strings, bridging from ObjC implementation to Swift struct seems not to be identical....

欲しいからやる

Currently, we use `SwiftCLI` but it's no longer maintained. And we can't use Swift Concurrency because top level function doesn't support `async`. It's better to replace it to apple/swift-argument-parser