The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Franz 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/kellanburket/franz.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/kellanburket/franz
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at c859f1a Update podspec
Cloned https://github.com/kellanburket/franz.git
Revision (git rev-parse @):
c859f1a584ea949000b82d85b301b6bc25fad90e
SUCCESS checkout https://github.com/kellanburket/franz.git at 1.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/kellanburket/franz.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/25] Emitting module Franz
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Franz/Crypt/CRC32.swift:145:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CRC32' to 'Hashable' by implementing 'hash(into:)' instead
    var hashValue: Int {
        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Franz/Group.swift:72:2: warning: 'internal(set)' modifier is redundant for an internal property
        internal(set) var assignedPartitions = [TopicName: [PartitionId]]()
        ^~~~~~~~~~~~~~

/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Franz/GroupMembershipAPI.swift:411:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        class GroupAssignment<T: KafkaMetadata>: KafkaType {
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Franz/GroupMembershipAPI.swift:363:31: note: 'T' previously declared here
class SyncGroupRequestMessage<T: KafkaMetadata>: KafkaType {
                              ^
[4/28] Compiling Franz OffsetFetchAPI.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Franz/OldConsumers.swift:182:3: warning: using '_' to ignore the result of a Void-returning function is redundant
                _ = coordinator.poll(topics: [_topic: [_partition: offset]], clientId: _clientId, replicaId: .none, callback: { topicName, partitionId, offset, messages in
                ^~~~

[5/28] Compiling Franz OldConsumers.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Franz/OldConsumers.swift:182:3: warning: using '_' to ignore the result of a Void-returning function is redundant
                _ = coordinator.poll(topics: [_topic: [_partition: offset]], clientId: _clientId, replicaId: .none, callback: { topicName, partitionId, offset, messages in
                ^~~~

[6/28] Compiling Franz Partition.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Franz/OldConsumers.swift:182:3: warning: using '_' to ignore the result of a Void-returning function is redundant
                _ = coordinator.poll(topics: [_topic: [_partition: offset]], clientId: _clientId, replicaId: .none, callback: { topicName, partitionId, offset, messages in
                ^~~~

[7/28] Compiling Franz ProduceAPI.swift
[8/28] Compiling Franz Topic.swift
[9/28] Compiling Franz Variables.swift
[10/28] Compiling Franz MetadataAPI.swift
[11/28] Compiling Franz OffsetAPI.swift
[12/28] Compiling Franz OffsetCommitAPI.swift
[13/28] Compiling Franz Enumerations.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Franz/Group.swift:72:2: warning: 'internal(set)' modifier is redundant for an internal property
        internal(set) var assignedPartitions = [TopicName: [PartitionId]]()
        ^~~~~~~~~~~~~~

[14/28] Compiling Franz FetchAPI.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Franz/Group.swift:72:2: warning: 'internal(set)' modifier is redundant for an internal property
        internal(set) var assignedPartitions = [TopicName: [PartitionId]]()
        ^~~~~~~~~~~~~~

[15/28] Compiling Franz Group.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Franz/Group.swift:72:2: warning: 'internal(set)' modifier is redundant for an internal property
        internal(set) var assignedPartitions = [TopicName: [PartitionId]]()
        ^~~~~~~~~~~~~~

[16/28] Compiling Franz Connection.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Franz/Crypt/CRC32.swift:145:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CRC32' to 'Hashable' by implementing 'hash(into:)' instead
    var hashValue: Int {
        ^
[17/28] Compiling Franz Consumer.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Franz/Crypt/CRC32.swift:145:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CRC32' to 'Hashable' by implementing 'hash(into:)' instead
    var hashValue: Int {
        ^
[18/28] Compiling Franz CRC32.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Franz/Crypt/CRC32.swift:145:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CRC32' to 'Hashable' by implementing 'hash(into:)' instead
    var hashValue: Int {
        ^
[19/28] Compiling Franz AdminAPI.swift
[20/28] Compiling Franz Assignment.swift
[21/28] Compiling Franz Broker.swift
[22/28] Compiling Franz Cluster.swift
[23/28] Compiling Franz KafkaRequest.swift
[24/28] Compiling Franz KafkaResponse.swift
[25/28] Compiling Franz MessageSet.swift
[26/28] Compiling Franz GroupCoordinatorAPI.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Franz/GroupMembershipAPI.swift:411:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        class GroupAssignment<T: KafkaMetadata>: KafkaType {
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Franz/GroupMembershipAPI.swift:363:31: note: 'T' previously declared here
class SyncGroupRequestMessage<T: KafkaMetadata>: KafkaType {
                              ^
[27/28] Compiling Franz GroupMembershipAPI.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Franz/GroupMembershipAPI.swift:411:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        class GroupAssignment<T: KafkaMetadata>: KafkaType {
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Franz/GroupMembershipAPI.swift:363:31: note: 'T' previously declared here
class SyncGroupRequestMessage<T: KafkaMetadata>: KafkaType {
                              ^
[28/28] Compiling Franz KafkaProtocol.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Franz/GroupMembershipAPI.swift:411:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        class GroupAssignment<T: KafkaMetadata>: KafkaType {
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Franz/GroupMembershipAPI.swift:363:31: note: 'T' previously declared here
class SyncGroupRequestMessage<T: KafkaMetadata>: KafkaType {
                              ^
Build complete! (4.83s)
Build complete.
Done.