Naoki Hiroshima
Naoki Hiroshima
@nalexn we need `MultipleViewContent` version of `.implicitAnyView()`, too.
@nalexn this is my situation: ```swift let sut = try view.inspect() let hStack = try sut.hStack(4) #if canImport(Swift, _version: 6.0) try hStack.anyView(0).divider(0) // works for 16.0 #else try hStack.divider(0) //...
@Rob-2024 I'm not totally sure if it's worth keeping up in this way, but the code below can test and pass, at least. I hope there's a way to absorb...
This is the [explanation](https://forums.swift.org/t/any-info-on-the-typeeraser-attribute/37826/2) of those `AnyView`. My question is, if `SWIFT_ENABLE_OPAQUE_TYPE_ERASURE` is official and reliable.
This is still the case with Xcode 16 beta 3. > swift-driver version: 1.111.2 Apple Swift version 6.0 (swiftlang-6.0.0.5.15 clang-1600.0.22.6)