Avatar
omochimetaru 1/21/2022 3:50 AM
ライブラリの中のターゲットで Logging みたいな名前が付いてると 別の Logging とぶつかる問題。
3:51 AM
Contains common infrastructural code for both SwiftPM and llbuild. - swift-tools-support-core/Package.swift at main · apple/swift-tools-support-core
3:51 AM
.target( /** TSCBasic support library */ name: "TSCBasic", dependencies: [ "TSCLibc", "TSCclibc", .product(name: "SystemPackage", package: "swift-system"), ], exclude: CMakeFiles + ["README.md"]),
3:51 AM
この問題があるから、 swift-tools-support-core とかは内部ターゲットに TSC prefix を付けるなどしている