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 Lark 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/bouke/lark.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/bouke/lark
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b1ed2b1 Use SonarQube scanner for code quality
Cloned https://github.com/bouke/lark.git
Revision (git rev-parse @):
b1ed2b1393f89a61c04fda9d7c1c91d47bfa680a
SUCCESS checkout https://github.com/bouke/lark.git at master
Fetching https://github.com/Alamofire/Alamofire.git from cache
Fetched https://github.com/Alamofire/Alamofire.git (0.69s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 4.9.1 (0.58s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 4.9.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "lark",
      "name": "Lark",
      "url": "https://github.com/bouke/lark.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/lark",
      "dependencies": [
        {
          "identity": "alamofire",
          "name": "Alamofire",
          "url": "https://github.com/Alamofire/Alamofire.git",
          "version": "4.9.1",
          "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Alamofire",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/bouke/lark.git
[1/2164] Fetching lark
Fetched https://github.com/bouke/lark.git (0.31s)
Fetching https://github.com/Alamofire/Alamofire.git from cache
Fetched https://github.com/Alamofire/Alamofire.git (0.47s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 4.9.1 (0.02s)
Creating working copy for https://github.com/bouke/lark.git
Working copy of https://github.com/bouke/lark.git resolved at master
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 4.9.1
warning: '.resolve-product-dependencies': dependency 'lark' is not used by any target
Found 1 product dependencies
  - Alamofire
========================================
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...
[1/17] Compiling Alamofire Notifications.swift
[2/17] Compiling Alamofire ParameterEncoding.swift
[3/19] Compiling Alamofire ServerTrustPolicy.swift
[4/19] Compiling Alamofire SessionDelegate.swift
[5/19] Compiling Alamofire AFError.swift
[6/19] Compiling Alamofire Alamofire.swift
[7/19] Compiling Alamofire DispatchQueue+Alamofire.swift
[8/19] Compiling Alamofire Request.swift
[9/19] Compiling Alamofire Response.swift
[10/19] Compiling Alamofire SessionManager.swift
[11/19] Compiling Alamofire TaskDelegate.swift
[12/19] Compiling Alamofire ResponseSerialization.swift
[13/19] Compiling Alamofire Result.swift
[14/19] Emitting module Alamofire
[15/19] Compiling Alamofire MultipartFormData.swift
[16/19] Compiling Alamofire NetworkReachabilityManager.swift
[17/19] Compiling Alamofire Timeline.swift
[18/19] Compiling Alamofire Validation.swift
[19/27] Compiling Lark Utils.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Lark/StringSerializableList.swift:4:20: warning: redeclaration of associated type 'Element' from protocol 'Sequence' is better expressed as a 'where' clause on the protocol
    associatedtype Element: StringDeserializable, StringSerializable
    ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Swift.Sequence:2:20: note: 'Element' declared here
    associatedtype Element where Self.Element == Self.Iterator.Element
                   ^
[20/27] Emitting module Lark
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Lark/StringSerializableList.swift:4:20: warning: redeclaration of associated type 'Element' from protocol 'Sequence' is better expressed as a 'where' clause on the protocol
    associatedtype Element: StringDeserializable, StringSerializable
    ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Swift.Sequence:2:20: note: 'Element' declared here
    associatedtype Element where Self.Element == Self.Iterator.Element
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Lark/QualifiedName.swift:31:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'QualifiedName' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Lark/Validation.swift:56:16: warning: stored property 'detail' of 'Sendable'-conforming struct 'Fault' has non-sendable type '[XMLNode]'
    public let detail: [XMLNode]
               ^
Swift.Array:1:23: note: generic struct 'Array' does not conform to the 'Sendable' protocol
@frozen public struct Array<Element> : _DestructorSafeContainer {
                      ^
[21/27] Compiling Lark Serialization.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Lark/StringSerializableList.swift:4:20: warning: redeclaration of associated type 'Element' from protocol 'Sequence' is better expressed as a 'where' clause on the protocol
    associatedtype Element: StringDeserializable, StringSerializable
    ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Swift.Sequence:2:20: note: 'Element' declared here
    associatedtype Element where Self.Element == Self.Iterator.Element
                   ^
[22/27] Compiling Lark Alamofire+Extensions.swift
[23/27] Compiling Lark QualifiedName.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Lark/StringSerializableList.swift:4:20: warning: redeclaration of associated type 'Element' from protocol 'Sequence' is better expressed as a 'where' clause on the protocol
    associatedtype Element: StringDeserializable, StringSerializable
    ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Swift.Sequence:2:20: note: 'Element' declared here
    associatedtype Element where Self.Element == Self.Iterator.Element
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Lark/QualifiedName.swift:31:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'QualifiedName' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[24/27] Compiling Lark StringSerializableList.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Lark/StringSerializableList.swift:4:20: warning: redeclaration of associated type 'Element' from protocol 'Sequence' is better expressed as a 'where' clause on the protocol
    associatedtype Element: StringDeserializable, StringSerializable
    ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Swift.Sequence:2:20: note: 'Element' declared here
    associatedtype Element where Self.Element == Self.Iterator.Element
                   ^
[25/28] Compiling Lark Client.swift
[26/28] Compiling Lark Envelope.swift
[27/28] Compiling Lark Validation.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Lark/Validation.swift:56:16: warning: stored property 'detail' of 'Sendable'-conforming struct 'Fault' has non-sendable type '[XMLNode]'
    public let detail: [XMLNode]
               ^
Swift.Array:1:23: note: generic struct 'Array' does not conform to the 'Sendable' protocol
@frozen public struct Array<Element> : _DestructorSafeContainer {
                      ^
[28/35] Compiling SchemaParser Schema+Extensions.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SchemaParser/Schema+Extensions.swift:10:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Element' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[29/35] Compiling SchemaParser Utils.swift
[30/35] Compiling SchemaParser WebServiceDescription.swift
[31/35] Compiling SchemaParser SchemaParser.swift
[32/35] Compiling SchemaParser Schema.swift
[33/35] Emitting module SchemaParser
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SchemaParser/Schema+Extensions.swift:10:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Element' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[34/35] Compiling SchemaParser QualifiedName+XMLElement.swift
[35/43] Compiling CodeGenerator Schema+toSwift.swift
[36/44] Compiling CodeGenerator WebServiceDescription+verify.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CodeGenerator/WebServiceDescription+verify.swift:162:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'WebServiceDescription.Node' to 'Hashable' by implementing 'hash(into:)' instead
    var hashValue: Int {
        ^
[37/44] Compiling CodeGenerator Models.swift
[38/44] Compiling CodeGenerator NameTranslation.swift
[39/44] Compiling CodeGenerator Graph.swift
[40/44] Compiling CodeGenerator Utils.swift
[41/44] Emitting module CodeGenerator
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CodeGenerator/Generator.swift:54:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Type' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CodeGenerator/WebServiceDescription+verify.swift:162:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'WebServiceDescription.Node' to 'Hashable' by implementing 'hash(into:)' instead
    var hashValue: Int {
        ^
[42/44] Compiling CodeGenerator SwiftCodeGenerator.swift
[43/44] Compiling CodeGenerator Generator.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CodeGenerator/Generator.swift:54:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Type' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[44/46] Emitting module lark_generate_client
[45/46] Compiling lark_generate_client main.swift
[45/46] Linking lark-generate-client
Build complete! (13.82s)
Build complete.
Done.