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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Einstore/Shout.git
Reference: 0.5.1
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Einstore/Shout
 * tag               0.5.1      -> FETCH_HEAD
HEAD is now at 04fc627 Upload data and string
Cloned https://github.com/Einstore/Shout.git
Revision (git rev-parse @):
04fc627d6d320a5acaf1308d7a501040df7615a2
SUCCESS checkout https://github.com/Einstore/Shout.git at 0.5.1
Fetching https://github.com/jakeheis/CSSH from cache
Fetching https://github.com/IBM-Swift/BlueSocket from cache
Fetched https://github.com/IBM-Swift/BlueSocket (0.28s)
Fetched https://github.com/jakeheis/CSSH (0.28s)
Computing version for https://github.com/jakeheis/CSSH
Computed https://github.com/jakeheis/CSSH at 1.0.3 (0.74s)
Computing version for https://github.com/IBM-Swift/BlueSocket
Computed https://github.com/IBM-Swift/BlueSocket at 1.0.46 (0.11s)
Creating working copy for https://github.com/IBM-Swift/BlueSocket
Working copy of https://github.com/IBM-Swift/BlueSocket resolved at 1.0.46
Creating working copy for https://github.com/jakeheis/CSSH
Working copy of https://github.com/jakeheis/CSSH resolved at 1.0.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "shout",
      "name": "Shout",
      "url": "https://github.com/Einstore/Shout.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Shout",
      "dependencies": [
        {
          "identity": "bluesocket",
          "name": "Socket",
          "url": "https://github.com/IBM-Swift/BlueSocket",
          "version": "1.0.200",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BlueSocket",
          "dependencies": [
          ]
        },
        {
          "identity": "cssh",
          "name": "CSSH",
          "url": "https://github.com/jakeheis/CSSH",
          "version": "1.0.3",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CSSH",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Einstore/Shout.git from cache
Fetched https://github.com/Einstore/Shout.git (0.26s)
Fetching https://github.com/IBM-Swift/BlueSocket from cache
Fetching https://github.com/jakeheis/CSSH from cache
Fetched https://github.com/jakeheis/CSSH (0.22s)
Fetched https://github.com/IBM-Swift/BlueSocket (0.28s)
Computing version for https://github.com/jakeheis/CSSH
Computed https://github.com/jakeheis/CSSH at 1.0.3 (0.05s)
Computing version for https://github.com/IBM-Swift/BlueSocket
Computed https://github.com/IBM-Swift/BlueSocket at 1.0.200 (0.06s)
Creating working copy for https://github.com/IBM-Swift/BlueSocket
Working copy of https://github.com/IBM-Swift/BlueSocket resolved at 1.0.200
Creating working copy for https://github.com/jakeheis/CSSH
Working copy of https://github.com/jakeheis/CSSH resolved at 1.0.3
Creating working copy for https://github.com/Einstore/Shout.git
Working copy of https://github.com/Einstore/Shout.git resolved at 0.5.1
warning: 'cssh': ignoring declared target(s) 'CSSH' in the system package
warning: '.resolve-product-dependencies': dependency 'shout' is not used by any target
Found 2 product dependencies
  - Socket
  - CSSH
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[1/4] Emitting module Socket
[2/4] Compiling Socket SocketProtocols.swift
[3/4] Compiling Socket SocketUtils.swift
[4/4] Compiling Socket Socket.swift
[5/13] Compiling Shout SSHError.swift
[6/14] Emitting module Shout
[7/14] Compiling Shout SFTP.swift
[8/14] Compiling Shout ReadWrite.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shout/ReadWrite.swift:22:37: warning: initialization of 'UnsafeBufferPointer<Int8>' results in a dangling buffer pointer
            let data = Data(buffer: UnsafeBufferPointer(start: &buffer, count: result))
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shout/ReadWrite.swift:22:64: note: implicit argument conversion from '[Int8]' to 'UnsafePointer<Int8>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            let data = Data(buffer: UnsafeBufferPointer(start: &buffer, count: result))
                                                               ^~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shout/ReadWrite.swift:22:64: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
            let data = Data(buffer: UnsafeBufferPointer(start: &buffer, count: result))
                                                               ^
[9/14] Compiling Shout FilePermissions.swift
[10/14] Compiling Shout SSHAuthMethod.swift
[11/14] Compiling Shout SSH.swift
[12/14] Compiling Shout Agent.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shout/Agent.swift:50:55: warning: initialization of 'UnsafeMutablePointer<UnsafeMutablePointer<libssh2_agent_publickey>?>' results in a dangling pointer
        let code = libssh2_agent_get_identity(cAgent, UnsafeMutablePointer(mutating: &publicKeyOptional), last?.cIdentity)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shout/Agent.swift:50:86: note: implicit argument conversion from 'UnsafeMutablePointer<libssh2_agent_publickey>?' to 'UnsafePointer<UnsafeMutablePointer<libssh2_agent_publickey>?>' produces a pointer valid only for the duration of the call to 'init(mutating:)'
        let code = libssh2_agent_get_identity(cAgent, UnsafeMutablePointer(mutating: &publicKeyOptional), last?.cIdentity)
                                                                                     ^~~~~~~~~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shout/Agent.swift:50:86: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let code = libssh2_agent_get_identity(cAgent, UnsafeMutablePointer(mutating: &publicKeyOptional), last?.cIdentity)
                                                                                     ^
[13/14] Compiling Shout Channel.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shout/Agent.swift:50:55: warning: initialization of 'UnsafeMutablePointer<UnsafeMutablePointer<libssh2_agent_publickey>?>' results in a dangling pointer
        let code = libssh2_agent_get_identity(cAgent, UnsafeMutablePointer(mutating: &publicKeyOptional), last?.cIdentity)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shout/Agent.swift:50:86: note: implicit argument conversion from 'UnsafeMutablePointer<libssh2_agent_publickey>?' to 'UnsafePointer<UnsafeMutablePointer<libssh2_agent_publickey>?>' produces a pointer valid only for the duration of the call to 'init(mutating:)'
        let code = libssh2_agent_get_identity(cAgent, UnsafeMutablePointer(mutating: &publicKeyOptional), last?.cIdentity)
                                                                                     ^~~~~~~~~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shout/Agent.swift:50:86: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let code = libssh2_agent_get_identity(cAgent, UnsafeMutablePointer(mutating: &publicKeyOptional), last?.cIdentity)
                                                                                     ^
[14/14] Compiling Shout Session.swift
Build complete! (14.94s)
warning: 'cssh': ignoring declared target(s) 'CSSH' in the system package
warning: 'spi-builder-workspace': dependency 'cssh' is not used by any target
warning: prohibited flag(s): -R/opt/homebrew/opt/openssl@3/lib
Build complete.
Done.