Ronald V. Simmons
Results
2
issues of
Ronald V. Simmons
I am trying to import swift-atomics into a Playground. This fails to compile the shims because Playgrounds don't (and as far as I can tell, won't) link `libswiftCore.dylib`. This is...
bug
I've created a simple helloworld tool, and compiling it generates warning messages that seem to be spurious. Here's the project structure: ``` ./Package.swift ./Sources/helloworld/main.swift ./Tests/LinuxMain.swift ./Tests/helloworldTests/helloworldTests.swift ./Tests/helloworldTests/XCTestManifests.swift ``` Package consists...
bug