The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-log-syslog 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/ianpartridge/swift-log-syslog.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ianpartridge/swift-log-syslog
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at cc19c41 Merge pull request #3 from ianpartridge/travis
Cloned https://github.com/ianpartridge/swift-log-syslog.git
Revision (git rev-parse @):
cc19c41bcb53f4ccf64405e6f4a2951a467f973d
SUCCESS checkout https://github.com/ianpartridge/swift-log-syslog.git at master
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git (0.28s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.3 (0.02s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-log-syslog",
      "name": "swift-log-syslog",
      "url": "https://github.com/ianpartridge/swift-log-syslog.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log-syslog",
      "dependencies": [
        {
          "identity": "swift-log",
          "name": "swift-log",
          "url": "https://github.com/apple/swift-log.git",
          "version": "1.5.3",
          "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ianpartridge/swift-log-syslog.git
[1/45] Fetching swift-log-syslog
Fetched https://github.com/ianpartridge/swift-log-syslog.git (0.25s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git (0.27s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.3 (0.02s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.3
Creating working copy for https://github.com/ianpartridge/swift-log-syslog.git
Working copy of https://github.com/ianpartridge/swift-log-syslog.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swift-log-syslog' is not used by any target
Found 1 product dependencies
  - swift-log
========================================
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/5] Compiling Logging LogHandler.swift
[2/5] Compiling Logging Locks.swift
[3/5] Compiling Logging MetadataProvider.swift
[4/5] Compiling Logging Logging.swift
[5/5] Emitting module Logging
[6/7] Emitting module LoggingSyslog
[7/7] Compiling LoggingSyslog SyslogLogHandler.swift
Build complete! (5.56s)
Build complete.
Done.