The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ProcessEnv with Swift 5.8 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/ProcessEnv.git
Reference: 1.0.0
Cloned https://github.com/ChimeHQ/ProcessEnv.git into spi-builder-workspace
SUCCESS checkout https://github.com/ChimeHQ/ProcessEnv.git at 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Building for debugging...
[1/4] Compiling ProcessEnv ProcessInfo+UserEnvironment.swift
[2/4] Compiling ProcessEnv Process+Parameters.swift
/host/spi-builder-workspace/Sources/ProcessEnv/Process+Parameters.swift:11:20: warning: stored property 'currentDirectoryURL' of 'Sendable'-conforming struct 'ExecutionParameters' has non-sendable type 'URL?'
        public var currentDirectoryURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ProcessEnv/Process+Parameters.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency 
/host/spi-builder-workspace/Sources/ProcessEnv/Process+Parameters.swift:73:22: warning: 'currentDirectoryPath' is deprecated: renamed to 'currentDirectoryURL'
                self.currentDirectoryPath = cwdPath
                     ^
/host/spi-builder-workspace/Sources/ProcessEnv/Process+Parameters.swift:73:22: note: use 'currentDirectoryURL' instead
                self.currentDirectoryPath = cwdPath
                     ^~~~~~~~~~~~~~~~~~~~
                     currentDirectoryURL
/host/spi-builder-workspace/Sources/ProcessEnv/Process+Parameters.swift:80:51: warning: 'launchPath' is deprecated: renamed to 'executableURL'
            return ExecutionParameters(path: self.launchPath ?? "",
                                                  ^
/host/spi-builder-workspace/Sources/ProcessEnv/Process+Parameters.swift:80:51: note: use 'executableURL' instead
            return ExecutionParameters(path: self.launchPath ?? "",
                                                  ^~~~~~~~~~
                                                  executableURL
/host/spi-builder-workspace/Sources/ProcessEnv/Process+Parameters.swift:86:18: warning: 'launchPath' is deprecated: renamed to 'executableURL'
            self.launchPath = newValue.path
                 ^
/host/spi-builder-workspace/Sources/ProcessEnv/Process+Parameters.swift:86:18: note: use 'executableURL' instead
            self.launchPath = newValue.path
                 ^~~~~~~~~~
                 executableURL
[3/4] Emitting module ProcessEnv
/host/spi-builder-workspace/Sources/ProcessEnv/Process+Parameters.swift:11:20: warning: stored property 'currentDirectoryURL' of 'Sendable'-conforming struct 'ExecutionParameters' has non-sendable type 'URL?'
        public var currentDirectoryURL: URL?
                   ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/ProcessEnv/Process+Parameters.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency 
[4/4] Compiling ProcessEnv Process+Output.swift
Build complete! (4.64s)
Build complete.
Done.

Build Machine: Linux 1