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.9 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nikstar/spm-argument-parser.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD/checkout
https://github.com/nikstar/spm-argument-parser.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[0/1] Compiling clibc libc.c
[2/3] Emitting module SPMLibc
[3/3] Compiling SPMLibc libc.swift
[6/18] Compiling Basic StringConversions.swift
[7/19] Compiling Basic Tuple.swift
[8/19] Compiling Basic CollectionExtensions.swift
[9/19] Compiling Basic DictionaryExtensions.swift
[10/19] Compiling Basic DictionaryLiteralExtensions.swift
[11/19] Compiling Basic EditDistance.swift
[12/19] Compiling Basic ByteString.swift
[13/19] Compiling Basic CollectionAlgorithms.swift
[14/19] Emitting module Basic
[15/19] Compiling Basic PathShims.swift
[16/19] Compiling Basic OutputByteStream.swift
[17/19] Compiling Basic Path.swift
[18/19] Compiling Basic FileInfo.swift
[19/19] Compiling Basic FileSystem.swift
[22/26] Compiling SPMArgumentParser CollectionExtensions.swift
[23/26] Compiling SPMArgumentParser StringExtensions.swift
[24/26] Emitting module SPMArgumentParser
[25/26] Compiling SPMArgumentParser ArgumentParser.swift
[26/26] Compiling SPMArgumentParser ArgumentParserShellCompletion.swift
Build complete! (6.79s)
Build complete.
Done.