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.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nikstar/CLInterface.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/nikstar/CLInterface
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ee89d90 Update README.md
Cloned https://github.com/nikstar/CLInterface.git
Revision (git rev-parse @):
ee89d90290411126a359a9d33419ec6b5a9225d1
SUCCESS checkout https://github.com/nikstar/CLInterface.git at master
Fetching https://github.com/nikstar/spm-argument-parser.git from cache
Fetched https://github.com/nikstar/spm-argument-parser.git (0.50s)
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.67s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "clinterface",
      "name": "CLInterface",
      "url": "https://github.com/nikstar/CLInterface.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CLInterface",
      "dependencies": [
        {
          "identity": "spm-argument-parser",
          "name": "SPMArgumentParser",
          "url": "https://github.com/nikstar/spm-argument-parser.git",
          "version": "0.5.0",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/spm-argument-parser",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/nikstar/CLInterface.git
[1/299] Fetching clinterface
Fetched https://github.com/nikstar/CLInterface.git (0.30s)
Fetching https://github.com/nikstar/spm-argument-parser.git from cache
Fetched https://github.com/nikstar/spm-argument-parser.git (0.48s)
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.03s)
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
Creating working copy for https://github.com/nikstar/CLInterface.git
Working copy of https://github.com/nikstar/CLInterface.git resolved at master
warning: '.resolve-product-dependencies': dependency 'clinterface' is not used by any target
Found 1 product dependencies
  - SPMArgumentParser
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Compiling clibc libc.c
[2/4] Compiling SPMLibc libc.swift
[3/4] Emitting module SPMLibc
[4/17] Compiling Basic ByteString.swift
[5/17] Compiling Basic CollectionAlgorithms.swift
[6/18] Compiling Basic Tuple.swift
[7/18] Compiling Basic StringConversions.swift
[8/18] Compiling Basic OutputByteStream.swift
[9/18] Compiling Basic Path.swift
[10/18] Compiling Basic CollectionExtensions.swift
[11/18] Compiling Basic DictionaryExtensions.swift
[12/18] Compiling Basic DictionaryLiteralExtensions.swift
[13/18] Compiling Basic EditDistance.swift
[14/18] Compiling Basic PathShims.swift
[15/18] Compiling Basic FileInfo.swift
[16/18] Compiling Basic FileSystem.swift
[17/18] Emitting module Basic
[18/23] Compiling SPMArgumentParser StringExtensions.swift
[19/23] Compiling SPMArgumentParser ArgumentParserShellCompletion.swift
[20/23] Compiling SPMArgumentParser CollectionExtensions.swift
[21/23] Emitting module SPMArgumentParser
[22/23] Compiling SPMArgumentParser ArgumentParser.swift
[23/31] Compiling CLInterface CommandLine.swift
[24/31] Compiling CLInterface Mirror.swift
[25/31] Compiling CLInterface CLInterfaceError.swift
[26/31] Compiling CLInterface Argument.swift
[27/31] Compiling CLInterface CLInterface.swift
[28/31] Compiling CLInterface PositionalArgument.swift
[29/31] Compiling CLInterface Protocols.swift
/Users/admin/builds/J1XnyXFH/1/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 {}
                ^
[30/31] Emitting module CLInterface
/Users/admin/builds/J1XnyXFH/1/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 {}
                ^
[31/33] Emitting module ExampleSwiftc
[32/33] Compiling ExampleSwiftc main.swift
[32/33] Linking ExampleSwiftc
Build complete! (14.86s)
Build complete.
Done.