The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SPMArgumentParser with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/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/nikstar/spm-argument-parser.git
Reference: v0.5.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/nikstar/spm-argument-parser
 * tag               v0.5.0     -> FETCH_HEAD
HEAD is now at e3c4895 Merge pull request #1 from nikstar/stripped
Cloned https://github.com/nikstar/spm-argument-parser.git
Revision (git rev-parse @):
e3c4895261730adf46ab012af05a3729871a15a1
SUCCESS checkout https://github.com/nikstar/spm-argument-parser.git at v0.5.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/nikstar/spm-argument-parser.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/5] Write sources
[3/5] Compiling clibc libc.c
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/7] Compiling SPMLibc libc.swift
[7/7] Emitting module SPMLibc
[9/21] Compiling Basic ByteString.swift
[10/21] Compiling Basic CollectionAlgorithms.swift
[11/22] Emitting module Basic
[12/22] Compiling Basic Tuple.swift
[13/22] Compiling Basic StringConversions.swift
[14/22] Compiling Basic PathShims.swift
[15/22] Compiling Basic DictionaryLiteralExtensions.swift
[16/22] Compiling Basic EditDistance.swift
[17/22] Compiling Basic CollectionExtensions.swift
[18/22] Compiling Basic DictionaryExtensions.swift
[19/22] Compiling Basic OutputByteStream.swift
[20/22] Compiling Basic Path.swift
[21/22] Compiling Basic FileInfo.swift
[22/22] Compiling Basic FileSystem.swift
[24/28] Compiling SPMArgumentParser StringExtensions.swift
[25/28] Compiling SPMArgumentParser ArgumentParserShellCompletion.swift
[26/28] Compiling SPMArgumentParser CollectionExtensions.swift
[27/28] Emitting module SPMArgumentParser
[28/28] Compiling SPMArgumentParser ArgumentParser.swift
Build complete! (10.76s)
Build complete.
Done.