The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PoutouPush, reference 0.0.5 (d0f217), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 01:59:51 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/favret/poutoupush.git
Reference: 0.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/favret/poutoupush
 * tag               0.0.5      -> FETCH_HEAD
HEAD is now at d0f2177 feat: add fcm
Cloned https://github.com/favret/poutoupush.git
Revision (git rev-parse @):
d0f2177820d9aebeaf29b31e88e177a22d84a04d
SUCCESS checkout https://github.com/favret/poutoupush.git at 0.0.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/favret/poutoupush.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling PoutouPush GCMPayload.swift
[4/9] Compiling PoutouPush APNS.swift
[5/9] Compiling PoutouPush FCM.swift
[6/9] Compiling PoutouPush APNSPayload.swift
[7/9] Compiling PoutouPush GCM.swift
[8/9] Emitting module PoutouPush
[9/9] Compiling PoutouPush FCMPayload.swift
Build complete! (5.28s)
Fetching https://github.com/IBM-Swift/CCurl.git
[1/184] Fetching ccurl
Fetched https://github.com/IBM-Swift/CCurl.git from cache (0.65s)
Computing version for https://github.com/IBM-Swift/CCurl.git
Computed https://github.com/IBM-Swift/CCurl.git at 0.5.0 (1.18s)
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
warning: 'ccurl': ignoring declared target(s) 'CCurl' in the system package
Build complete.
{
  "dependencies" : [
    {
      "identity" : "ccurl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/CCurl.git"
    }
  ],
  "manifest_display_name" : "PoutouPush",
  "name" : "PoutouPush",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PoutouPush",
      "targets" : [
        "PoutouPush"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PoutouPush",
      "module_type" : "SwiftTarget",
      "name" : "PoutouPush",
      "path" : "Sources/PoutouPush",
      "product_dependencies" : [
        "CCurl"
      ],
      "product_memberships" : [
        "PoutouPush"
      ],
      "sources" : [
        "APNS/APNS.swift",
        "APNS/APNSPayload.swift",
        "FCM/FCM.swift",
        "FCM/FCMPayload.swift",
        "GCM/GCM.swift",
        "GCM/GCMPayload.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.