appwrite / sdk-for-swift

[READ-ONLY] Official Appwrite Swift SDK πŸ¦…πŸŽ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ› Bug Report: Missing SDK for Swift Function Runtime (RuntimeContext / RuntimeOutput)

iMacHumphries opened this issue Β· comments

πŸ‘Ÿ Reproduction steps

  1. Create sample project following Swift starter template:
    https://github.com/appwrite/templates/tree/main/swift/starter

  2. Build

πŸ‘ Expected behavior

Swift starter package should compile and RuntimeContext/RuntimeOutput should exist in AppwriteModels framework.

πŸ‘Ž Actual Behavior

Swift package doesn't compile because RuntimeContext & RuntimeOutput are missing.

🎲 Appwrite version

Version 0.10.x

πŸ’» Operating system

MacOS

🧱 Your Environment

No response

πŸ‘€ Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏒 Have you read the Code of Conduct?