IceCubesApp/Packages/Network
Yasura Dodo e3f7eb31e4
Fix a crash bug at Client.makeURL (#1601)
The crash will happen when you type something unexpected instance URL.

Example
```swift
let server = "mstdn.jp/"

var components = URLComponents()
components.scheme = "https"
components.host = server
components.path = "/api/v1/instance"
components.url! // 💥 error: Execution was interrupted, reason: EXC_BREAKPOINT (code=1, subcode=0x18c986650).
```
2023-10-02 09:31:59 +02:00
..
.swiftpm/xcode/xcshareddata/xcschemes Upgrade to Swift tools version 5.9 + strict Swift concurrency everywhere 2023-09-15 12:46:15 +02:00
Sources/Network Fix a crash bug at Client.makeURL (#1601) 2023-10-02 09:31:59 +02:00
Tests/NetworkTests Swiftformat 2023-01-17 11:36:01 +01:00
.gitignore Move Network to Packages folder 2022-11-21 09:01:26 +01:00
Package.swift iOS 17+ only support + migrating to Observation framework (#1571) 2023-09-18 07:01:23 +02:00
README.md Move Network to Packages folder 2022-11-21 09:01:26 +01:00

Network

A description of this package.