The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Reswifq 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/reswifq/reswifq.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/reswifq/reswifq
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 26440bc updated redis-client to 1.3.0 (#4)
Cloned https://github.com/reswifq/reswifq.git
Revision (git rev-parse @):
26440bc01da2ee2438309914420e7ad6efd9cf2d
SUCCESS checkout https://github.com/reswifq/reswifq.git at master
Fetching https://github.com/reswifq/redis-client.git
[1/95] Fetching redis-client
Fetched https://github.com/reswifq/redis-client.git (0.44s)
Computing version for https://github.com/reswifq/redis-client.git
Computed https://github.com/reswifq/redis-client.git at 1.3.0 (0.67s)
Fetching https://github.com/reswifq/pool.git from cache
Fetched https://github.com/reswifq/pool.git (0.24s)
Computing version for https://github.com/reswifq/pool.git
Computed https://github.com/reswifq/pool.git at 1.3.0 (0.50s)
Creating working copy for https://github.com/reswifq/pool.git
Working copy of https://github.com/reswifq/pool.git resolved at 1.3.0
Creating working copy for https://github.com/reswifq/redis-client.git
Working copy of https://github.com/reswifq/redis-client.git resolved at 1.3.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "reswifq",
      "name": "Reswifq",
      "url": "https://github.com/reswifq/reswifq.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/reswifq",
      "dependencies": [
        {
          "identity": "redis-client",
          "name": "RedisClient",
          "url": "https://github.com/reswifq/redis-client.git",
          "version": "1.3.0",
          "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/redis-client",
          "dependencies": [
            {
              "identity": "pool",
              "name": "Pool",
              "url": "https://github.com/reswifq/pool.git",
              "version": "1.3.0",
              "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/pool",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/reswifq/reswifq.git
[1/377] Fetching reswifq
Fetched https://github.com/reswifq/reswifq.git (0.29s)
Fetching https://github.com/reswifq/redis-client.git from cache
Fetched https://github.com/reswifq/redis-client.git (0.17s)
Computing version for https://github.com/reswifq/redis-client.git
Computed https://github.com/reswifq/redis-client.git at 1.3.0 (0.03s)
Fetching https://github.com/reswifq/pool.git from cache
Fetched https://github.com/reswifq/pool.git (0.19s)
Computing version for https://github.com/reswifq/pool.git
Computed https://github.com/reswifq/pool.git at 1.3.0 (0.02s)
Creating working copy for https://github.com/reswifq/pool.git
Working copy of https://github.com/reswifq/pool.git resolved at 1.3.0
Creating working copy for https://github.com/reswifq/redis-client.git
Working copy of https://github.com/reswifq/redis-client.git resolved at 1.3.0
Creating working copy for https://github.com/reswifq/reswifq.git
Working copy of https://github.com/reswifq/reswifq.git resolved at master
warning: '.resolve-product-dependencies': dependency 'reswifq' is not used by any target
Found 1 product dependencies
  - RedisClient
========================================
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/2] Emitting module Pool
[2/2] Compiling Pool Pool.swift
[3/6] Compiling RedisClient RedisClientResponse.swift
[4/6] Emitting module RedisClient
[5/6] Compiling RedisClient RedisClientPool.swift
[6/6] Compiling RedisClient RedisClient.swift
[7/18] Compiling Reswifq Reswifc.swift
[8/18] Compiling Reswifq Reswifq.swift
[9/19] Compiling Reswifq DataSerialization.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reswifq/Job/Job.swift:67:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var timeToLive: TimeInterval {
    ^~~~~~~

[10/19] Compiling Reswifq Job.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reswifq/Job/Job.swift:67:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var timeToLive: TimeInterval {
    ^~~~~~~

[11/19] Compiling Reswifq Queue.swift
[12/19] Compiling Reswifq random.swift
[13/19] Compiling Reswifq sleep.swift
[14/19] Compiling Reswifq Data+String.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reswifq/Helpers/Data+String.swift:26:5: warning: 'public' modifier is redundant for enum declared in a public extension
    public enum ConversionError: Error {
    ^~~~~~~

/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reswifq/Helpers/Data+String.swift:30:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func string(using encoding: String.Encoding) throws -> String {
    ^~~~~~~

/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reswifq/Helpers/String+Data.swift:26:5: warning: 'public' modifier is redundant for enum declared in a public extension
    public enum ConversionError: Error {
    ^~~~~~~

/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reswifq/Helpers/String+Data.swift:30:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func data(using encoding: Encoding) throws -> Data {
    ^~~~~~~

[15/19] Compiling Reswifq String+Data.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reswifq/Helpers/Data+String.swift:26:5: warning: 'public' modifier is redundant for enum declared in a public extension
    public enum ConversionError: Error {
    ^~~~~~~

/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reswifq/Helpers/Data+String.swift:30:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func string(using encoding: String.Encoding) throws -> String {
    ^~~~~~~

/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reswifq/Helpers/String+Data.swift:26:5: warning: 'public' modifier is redundant for enum declared in a public extension
    public enum ConversionError: Error {
    ^~~~~~~

/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reswifq/Helpers/String+Data.swift:30:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func data(using encoding: Encoding) throws -> Data {
    ^~~~~~~

[16/19] Compiling Reswifq JobBox.swift
[17/19] Compiling Reswifq MemQueue.swift
[18/19] Emitting module Reswifq
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reswifq/Helpers/Data+String.swift:26:5: warning: 'public' modifier is redundant for enum declared in a public extension
    public enum ConversionError: Error {
    ^~~~~~~

/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reswifq/Helpers/Data+String.swift:30:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func string(using encoding: String.Encoding) throws -> String {
    ^~~~~~~

/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reswifq/Helpers/String+Data.swift:26:5: warning: 'public' modifier is redundant for enum declared in a public extension
    public enum ConversionError: Error {
    ^~~~~~~

/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reswifq/Helpers/String+Data.swift:30:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func data(using encoding: Encoding) throws -> Data {
    ^~~~~~~

/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reswifq/Job/Job.swift:67:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var timeToLive: TimeInterval {
    ^~~~~~~

[19/19] Compiling Reswifq Worker.swift
Build complete! (9.66s)
Build complete.
Done.