mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-14 13:31:05 +00:00
e3f7eb31e4
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).
```
|
||
---|---|---|
.. | ||
.swiftpm/xcode/xcshareddata/xcschemes | ||
Sources/Network | ||
Tests/NetworkTests | ||
.gitignore | ||
Package.swift | ||
README.md |
Network
A description of this package.