The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SshConfig 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/xxlabaza/SshConfig.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/xxlabaza/SshConfig
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d16cea0 update readme
Cloned https://github.com/xxlabaza/SshConfig.git
Revision (git rev-parse @):
d16cea0b256d8e76c2116a3ca8d691ddc78c44d2
SUCCESS checkout https://github.com/xxlabaza/SshConfig.git at main
========================================
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": "sshconfig",
      "name": "SshConfig",
      "url": "https://github.com/xxlabaza/SshConfig.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SshConfig",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/xxlabaza/SshConfig.git
[1/169] Fetching sshconfig
Fetched https://github.com/xxlabaza/SshConfig.git (0.34s)
Creating working copy for https://github.com/xxlabaza/SshConfig.git
Working copy of https://github.com/xxlabaza/SshConfig.git resolved at main
warning: '.resolve-product-dependencies': dependency 'sshconfig' is not used by any target
Found 0 product dependencies
========================================
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/21] Compiling SshConfig StringProtocol+firstCapitalized.swift
[2/21] Compiling SshConfig StringProtocol+isBlank.swift
[3/23] Compiling SshConfig StringProtocol+toTokens.swift
[4/23] Compiling SshConfig StringProtocol+unquoted.swift
[5/23] Emitting module SshConfig
[6/23] Compiling SshConfig ssh.swift
[7/23] Compiling SshConfig CharacterSet+contains.swift
[8/23] Compiling SshConfig Equatable+Error.swift
[9/23] Compiling SshConfig NoneAsNil.swift
[10/23] Compiling SshConfig Pattern.swift
[11/23] Compiling SshConfig StringProtocol+Hex.swift
[12/23] Compiling SshConfig ConfigEncoder.swift
[13/23] Compiling SshConfig ConfigParser.swift
[14/23] Compiling SshConfig Tokenizer.swift
[15/23] Compiling SshConfig ConfigSingleValueDecodingContainer.swift
[16/23] Compiling SshConfig ConfigUnkeyedDecodingContainer.swift
[17/23] Compiling SshConfig DecodingContext.swift
[18/23] Compiling SshConfig Config.swift
[19/23] Compiling SshConfig Errors.swift
[20/23] Compiling SshConfig Host.swift
[21/23] Compiling SshConfig Properties.swift
[22/23] Compiling SshConfig ConfigDecoder.swift
[23/23] Compiling SshConfig ConfigDecodingContainer.swift
Build complete! (9.40s)
Build complete.
Done.