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 CLInterface with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nikstar/CLInterface.git
Reference: v1.0.3
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/nikstar/CLInterface
 * tag               v1.0.3     -> FETCH_HEAD
HEAD is now at eaa7022 Move to self-hosted SPM ArgumentParser
Cloned https://github.com/nikstar/CLInterface.git
Revision (git rev-parse @):
eaa70221f5a42f43fccf1ce05eab5492a4938d4c
SUCCESS checkout https://github.com/nikstar/CLInterface.git at v1.0.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/nikstar/CLInterface.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/11] Write sources
[5/11] Write ExampleSwiftc-entitlement.plist
[6/11] Compiling clibc libc.c
[7/11] Write swift-version--423B1241ED78D482.txt
[9/13] Emitting module SPMLibc
[10/13] Compiling SPMLibc libc.swift
[11/26] Compiling Basic PathShims.swift
[12/26] Compiling Basic OutputByteStream.swift
[13/26] Compiling Basic Path.swift
[14/26] Compiling Basic StringConversions.swift
[15/27] Compiling Basic DictionaryLiteralExtensions.swift
[16/27] Compiling Basic EditDistance.swift
[17/27] Emitting module Basic
[18/27] Compiling Basic ByteString.swift
[19/27] Compiling Basic CollectionAlgorithms.swift
[20/27] Compiling Basic CollectionExtensions.swift
[21/27] Compiling Basic DictionaryExtensions.swift
[22/27] Compiling Basic FileInfo.swift
[23/27] Compiling Basic FileSystem.swift
[24/27] Compiling Basic Tuple.swift
[25/32] Compiling SPMArgumentParser StringExtensions.swift
[26/32] Compiling SPMArgumentParser ArgumentParserShellCompletion.swift
[27/32] Compiling SPMArgumentParser CollectionExtensions.swift
[28/32] Emitting module SPMArgumentParser
[29/32] Compiling SPMArgumentParser ArgumentParser.swift
[30/40] Compiling CLInterface CLInterfaceError.swift
[31/40] Compiling CLInterface Argument.swift
[32/40] Compiling CLInterface Protocols.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CLInterface/Argument Types/Protocols.swift:10:17: warning: protocol 'BaseArgumentType' should be declared to refine 'ArgumentKind' due to a same-type constraint on 'Self'
public protocol BaseArgumentType: ArgumentType where Base == Self {}
                ^
[33/40] Compiling CLInterface PositionalArgument.swift
[34/40] Compiling CLInterface Mirror.swift
[35/40] Compiling CLInterface CLInterface.swift
[36/40] Compiling CLInterface CommandLine.swift
[37/40] Emitting module CLInterface
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CLInterface/Argument Types/Protocols.swift:10:17: warning: protocol 'BaseArgumentType' should be declared to refine 'ArgumentKind' due to a same-type constraint on 'Self'
public protocol BaseArgumentType: ArgumentType where Base == Self {}
                ^
[38/42] Emitting module ExampleSwiftc
[39/42] Compiling ExampleSwiftc main.swift
[39/42] Write Objects.LinkFileList
[40/42] Linking ExampleSwiftc
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/ExampleSwiftc: replacing existing signature
[41/42] Applying ExampleSwiftc
Build complete! (8.60s)
Fetching https://github.com/nikstar/spm-argument-parser.git from cache
Fetched https://github.com/nikstar/spm-argument-parser.git from cache (0.23s)
Computing version for https://github.com/nikstar/spm-argument-parser.git
Computed https://github.com/nikstar/spm-argument-parser.git at 0.5.0 (0.47s)
Creating working copy for https://github.com/nikstar/spm-argument-parser.git
Working copy of https://github.com/nikstar/spm-argument-parser.git resolved at 0.5.0
Build complete.
Done.