The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LineNoise 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/andybest/linenoise-swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/andybest/linenoise-swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at cbf0a35 Detect when we're running from within Xcode and mark terminal type as unsupported (#17)
Cloned https://github.com/andybest/linenoise-swift.git
Revision (git rev-parse @):
cbf0a35c6e159e4fe6a03f76c8a17ef08e907b0e
SUCCESS checkout https://github.com/andybest/linenoise-swift.git at master
Fetching https://github.com/Quick/Nimble.git from cache
Fetched https://github.com/Quick/Nimble.git (0.27s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.06s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
========================================
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": "linenoise-swift",
      "name": "LineNoise",
      "url": "https://github.com/andybest/linenoise-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/linenoise-swift",
      "dependencies": [
        {
          "identity": "nimble",
          "name": "Nimble",
          "url": "https://github.com/Quick/Nimble.git",
          "version": "8.1.2",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nimble",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/andybest/linenoise-swift.git
[1/219] Fetching linenoise-swift
Fetched https://github.com/andybest/linenoise-swift.git (0.41s)
Fetching https://github.com/Quick/Nimble.git from cache
Fetched https://github.com/Quick/Nimble.git (0.47s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.08s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Creating working copy for https://github.com/andybest/linenoise-swift.git
Working copy of https://github.com/andybest/linenoise-swift.git resolved at master
Found 1 product dependencies
  - Nimble
========================================
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/9] Compiling LineNoise EditState.swift
[2/9] Compiling LineNoise ControlCharacters.swift
[3/9] Compiling LineNoise AnsiCodes.swift
[4/9] Compiling LineNoise Errors.swift
[5/9] Emitting module LineNoise
[6/9] Compiling LineNoise Terminal.swift
[7/9] Compiling LineNoise History.swift
[8/9] Compiling LineNoise linenoise.swift
[9/11] Emitting module linenoiseDemo
[10/11] Compiling linenoiseDemo main.swift
[10/11] Linking linenoiseDemo
Build complete! (8.29s)
Build complete.
Done.