Raphael TEYSSANDIER
01/06/2023, 3:31 PM2.2.2
. I’m not able to create a Swift package anymore. I get
Module "io.ktor:ktor-io" has a reference to symbol kotlin.ranges/contains|-4666807430820256279[0]. Neither the module itself nor its dependencies contain such declaration.
This could happen if the required dependency is missing in the project. Or if there is a dependency of "io.ktor:ktor-io" that has a different version in the project than the version that "io.ktor:ktor-io" was initially compiled with. Please check that the project configuration is correct and has consistent versions of all required dependencies.
The list of "io.ktor:ktor-io" dependencies that may lead to conflicts:
1. "stdlib: 1.7.10" (was initially compiled with "stdlib: 1.7.20")
2. "org.jetbrains.kotlin.native.platform.CoreFoundation: 1.7.10" (was initially compiled with "org.jetbrains.kotlin.native.platform.CoreFoundation: 1.7.20")
3. "org.jetbrains.kotlin.native.platform.darwin: 1.7.10" (was initially compiled with "org.jetbrains.kotlin.native.platform.darwin: 1.7.20")
4. "org.jetbrains.kotlin.native.platform.iconv: 1.7.10" (was initially compiled with "org.jetbrains.kotlin.native.platform.iconv: 1.7.20")
5. "org.jetbrains.kotlin.native.platform.posix: 1.7.10" (was initially compiled with "org.jetbrains.kotlin.native.platform.posix: 1.7.20")
6. "org.jetbrains.kotlinx:atomicfu" (a library with unknown version)
7. "org.jetbrains.kotlinx:atomicfu-cinterop-interop" (a library with unknown version)
8. "org.jetbrains.kotlinx:kotlinx-coroutines-core" (a library with unknown version)
I’m not sure if I totally understand the errorAleksei Tirman [JB]
01/09/2023, 9:54 AMRaphael TEYSSANDIER
01/17/2023, 10:03 AMAleksei Tirman [JB]
01/18/2023, 8:23 AMRaphael TEYSSANDIER
01/18/2023, 8:43 AM