gpt4 book ai didi

swift - 当依赖项名称等于项目名称时,运行 'swift build' 会因段错误而崩溃

转载 作者:行者123 更新时间:2023-11-30 11:31:59 25 4
gpt4 key购买 nike

示例:

> mkdir myProject && cd myProject
> swift package init --type executable

编辑Package.swift(添加1个依赖项):

// swift-tools-version:4.0
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "myProject",
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/someone/myProject.git", from: "1.0.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "myProject",
dependencies: []),
]
)

构建它:

> swift build
Segmentation fault (core dumped)

环境

  • Ubuntu 16.04 LTS
  • Swift 版本 4.1-dev(LLVM 260a172ffb、Clang cd84be6c42、Swift 05b1b2be7c)

有谁知道这是最近引入的和/或其他版本的 swift 中发生的情况吗?

最佳答案

这是一个错误:

Swift 错误 SR-7597

https://bugs.swift.org/browse/SR-7597

关于swift - 当依赖项名称等于项目名称时,运行 'swift build' 会因段错误而崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50163731/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com