The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PoutouPush 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/favret/poutoupush.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/favret/poutoupush
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7e64424 Merge pull request #2 from chrishannah/master
Cloned https://github.com/favret/poutoupush.git
Revision (git rev-parse @):
7e644248deabe9e6b85a14c6c6d4fdf349726119
SUCCESS checkout https://github.com/favret/poutoupush.git at master
Fetching https://github.com/IBM-Swift/CCurl.git from cache
Fetched https://github.com/IBM-Swift/CCurl.git (0.21s)
Computing version for https://github.com/IBM-Swift/CCurl.git
Computed https://github.com/IBM-Swift/CCurl.git at 0.5.0 (0.48s)
Creating working copy for https://github.com/IBM-Swift/CCurl.git
Working copy of https://github.com/IBM-Swift/CCurl.git resolved at 0.5.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "poutoupush",
      "name": "PoutouPush",
      "url": "https://github.com/favret/poutoupush.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/poutoupush",
      "dependencies": [
        {
          "identity": "ccurl",
          "name": "CCurl",
          "url": "https://github.com/IBM-Swift/CCurl.git",
          "version": "0.5.0",
          "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CCurl",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/favret/poutoupush.git
[1/89] Fetching poutoupush
Fetched https://github.com/favret/poutoupush.git (0.53s)
Fetching https://github.com/IBM-Swift/CCurl.git from cache
Fetched https://github.com/IBM-Swift/CCurl.git (0.19s)
Computing version for https://github.com/IBM-Swift/CCurl.git
Computed https://github.com/IBM-Swift/CCurl.git at 0.5.0 (0.02s)
Creating working copy for https://github.com/IBM-Swift/CCurl.git
Working copy of https://github.com/IBM-Swift/CCurl.git resolved at 0.5.0
Creating working copy for https://github.com/favret/poutoupush.git
Working copy of https://github.com/favret/poutoupush.git resolved at master
warning: 'ccurl': ignoring declared target(s) 'CCurl' in the system package
warning: '.resolve-product-dependencies': dependency 'poutoupush' is not used by any target
Found 1 product dependencies
  - CCurl
========================================
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/7] Emitting module PoutouPush
[2/7] Compiling PoutouPush FCMPayload.swift
[3/7] Compiling PoutouPush APNSPayload.swift
[4/7] Compiling PoutouPush APNS.swift
[5/7] Compiling PoutouPush FCM.swift
[6/7] Compiling PoutouPush GCMPayload.swift
[7/7] Compiling PoutouPush GCM.swift
Build complete! (7.17s)
warning: 'ccurl': ignoring declared target(s) 'CCurl' in the system package
Build complete.
Done.