The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ProcessEnv with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/ProcessEnv.git
Reference: 1.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/ChimeHQ/ProcessEnv
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 83f1ebc Sandbox detection
Cloned https://github.com/ChimeHQ/ProcessEnv.git
Revision (git rev-parse @):
83f1ebc9dd6fb1db0bd89a3fcae00488a0f3fdd9
SUCCESS checkout https://github.com/ChimeHQ/ProcessEnv.git at 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/ChimeHQ/ProcessEnv.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/6] 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
[4/6] Compiling ProcessEnv Process+Output.swift
[5/6] Compiling ProcessEnv ProcessInfo+UserEnvironment.swift
[6/6] 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
Build complete! (7.71s)
Build complete.
Done.

Build Machine: Linux 1