The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Shout 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/jakeheis/shout.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/jakeheis/shout
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9612c13 Merge pull request #55 from SimplyKyra/add-connection-timeout
Cloned https://github.com/jakeheis/shout.git
Revision (git rev-parse @):
9612c13375599cfecf892d49e2d53d0143c04bc1
SUCCESS checkout https://github.com/jakeheis/shout.git at master
Fetching https://github.com/IBM-Swift/BlueSocket from cache
Fetched https://github.com/IBM-Swift/BlueSocket (0.38s)
Computing version for https://github.com/IBM-Swift/BlueSocket
Computed https://github.com/IBM-Swift/BlueSocket at 1.0.52 (0.92s)
Creating working copy for https://github.com/IBM-Swift/BlueSocket
Working copy of https://github.com/IBM-Swift/BlueSocket resolved at 1.0.52
========================================
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": "shout",
      "name": "Shout",
      "url": "https://github.com/jakeheis/shout.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BlueSocket",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/jakeheis/shout.git
[1/720] Fetching shout
Fetched https://github.com/jakeheis/shout.git (0.52s)
Fetching https://github.com/IBM-Swift/BlueSocket from cache
Fetched https://github.com/IBM-Swift/BlueSocket (0.47s)
Computing version for https://github.com/IBM-Swift/BlueSocket
Computed https://github.com/IBM-Swift/BlueSocket at 1.0.200 (0.10s)
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/shout.git
Working copy of https://github.com/jakeheis/shout.git resolved at master
warning: '.resolve-product-dependencies': dependency 'shout' is not used by any target
Found 1 product dependencies
  - Socket
========================================
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/4] Emitting module Socket
[2/4] Compiling Socket SocketUtils.swift
[3/4] Compiling Socket SocketProtocols.swift
[4/4] Compiling Socket Socket.swift
[5/15] Compiling Shout SSHError.swift
[6/16] Compiling Shout SSH.swift
[7/16] Compiling Shout FileType.swift
[8/16] Compiling Shout ReadWrite.swift
[9/16] Compiling Shout SSHAuthMethod.swift
[10/16] Emitting module Shout
[11/16] Compiling Shout FileAttributes.swift
[12/16] Compiling Shout FilePermissions.swift
[13/16] Compiling Shout Agent.swift
[14/16] Compiling Shout Channel.swift
[15/16] Compiling Shout SFTP.swift
[16/16] Compiling Shout Session.swift
Build complete! (10.01s)
warning: prohibited flag(s): -R/opt/homebrew/opt/openssl@3/lib
Build complete.
Done.