-
The majority of projects developing agents (Agentcoin, etc) are relying on PyPI for downloading packages.
Olas has an interesting integration with IPFS for package management - but it's relatively co…
-
### Description
I started a build on my mac in a linux devcontainer, and then did a simultaneous mac-only build and got this message **on the mac** (!):
swift build --build-tests
[1/1] Compiling …
-
### Description
If I add a product for my build tool's executable, and change the name of the executable, e.g.
```swift
products: [
.executable(name: "valc", targets: ["CLI"]),
.execu…
-
### Description
I have a build tool plugin that depends on an executable inside the package. The plugin makes a build command to the executable on every target Swift file (using `context.tool(named:)…
-
### The problem
If I paste a command or if I use history by entering a few characters of a previous command and pressing tab to search, and then press ctrl-c to cancel the command, the first two cha…
-
### Description
Generalized IDEs scrape tool output lines for errors, and I'm now getting errors from SPM like this one,
```
error: plugin compilation failed: /Users/dave/src/hylo/Plugins/FatalF…
-
It would be nice if this tool supported swift package plugins so we didn't have to use a build phase to run it.
Details here: https://github.com/apple/swift-package-manager/blob/main/Documentation/…
-
I'm using RxSwift and one of my files imports:
```
import RxRelay
import RxSwift
```
But the gazelle plugin is adding these to my build file:
```
"@swiftpkg_rxswift//:Sources_RxBlocki…
-
### Description
I get this unexplained error from SPM when building my project, yet `swift test` exits with zero exit code.
### Expected behavior
Errors due to plugin execution should stop th…
-
### Description
Check out the https://github.com/dabrahams/TestGeneration project and do `swift test`.
You'll see the message `Compiling plugin TestGeneratorPlugin`
Now run `swift test` again; y…