Describe the bug 🐛
I've got build error with above image.
/OneWay/Store.swift:43:5 The package access level used on 'isIdle' requires a package name; set it with the compiler flag -package-name
/OneWay/Sources/OneWay/ViewStore.swift:44:5 The package access level used on 'store' requires a package name; set it with the compiler flag -package-name
To Reproduce ✨
- Update to Xcode 16.0 (MacOS 14.5)
- Installed Oneway 2.3.0 (Using tuist, .upToNextMajor(from: "2.3.0"))
Expected behavior 🌈
Build without errors
Environments ⚙️
- Mac OS: 14.5
- Device or Simulator OS: iphone 15(iOS 17.5.1) or simulator iphone15 (17.4)
- Xcode Version: Xcode 16.0
- Library Version: 2.3.0
Describe the bug 🐛
I've got build error with above image.
/OneWay/Store.swift:43:5 The package access level used on 'isIdle' requires a package name; set it with the compiler flag -package-name/OneWay/Sources/OneWay/ViewStore.swift:44:5 The package access level used on 'store' requires a package name; set it with the compiler flag -package-nameTo Reproduce ✨
Expected behavior 🌈
Build without errors
Environments ⚙️