The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Peertalk, reference feature/spm (02b8be), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 09:27:30 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EmergeTools/peertalk.git
Reference: feature/spm
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/EmergeTools/peertalk
 * branch            feature/spm -> FETCH_HEAD
 * [new branch]      feature/spm -> origin/feature/spm
HEAD is now at 02b8beb Update Package.swift
Cloned https://github.com/EmergeTools/peertalk.git
Revision (git rev-parse @):
02b8bebff91cd3d7a5d89c0ddb4bbd873c62879d
SUCCESS checkout https://github.com/EmergeTools/peertalk.git at feature/spm
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "peertalk",
      "name": "Peertalk",
      "url": "https://github.com/EmergeTools/peertalk.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/peertalk",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/EmergeTools/peertalk.git
[1/682] Fetching peertalk
Fetched https://github.com/EmergeTools/peertalk.git from cache (0.96s)
Creating working copy for https://github.com/EmergeTools/peertalk.git
Working copy of https://github.com/EmergeTools/peertalk.git resolved at feature/spm (02b8beb)
warning: '.resolve-product-dependencies': dependency 'peertalk' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/EmergeTools/peertalk.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Peertalk",
  "name" : "Peertalk",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Peertalk",
      "targets" : [
        "Peertalk"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PeertalkTests",
      "module_type" : "ClangTarget",
      "name" : "PeertalkTests",
      "path" : "peertalk-tests",
      "sources" : [
        "PTProtocolTests.m"
      ],
      "target_dependencies" : [
        "Peertalk"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Peertalk",
      "module_type" : "ClangTarget",
      "name" : "Peertalk",
      "path" : "peertalk",
      "product_memberships" : [
        "Peertalk"
      ],
      "sources" : [
        "PTChannel.m",
        "PTProtocol.m",
        "PTUSBHub.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Compiling Peertalk PTChannel.m
[1/3] Compiling Peertalk PTUSBHub.m
[2/3] Compiling Peertalk PTProtocol.m
Build complete! (1.80s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Peertalk",
  "name" : "Peertalk",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Peertalk",
      "targets" : [
        "Peertalk"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PeertalkTests",
      "module_type" : "ClangTarget",
      "name" : "PeertalkTests",
      "path" : "peertalk-tests",
      "sources" : [
        "PTProtocolTests.m"
      ],
      "target_dependencies" : [
        "Peertalk"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Peertalk",
      "module_type" : "ClangTarget",
      "name" : "Peertalk",
      "path" : "peertalk",
      "product_memberships" : [
        "Peertalk"
      ],
      "sources" : [
        "PTChannel.m",
        "PTProtocol.m",
        "PTUSBHub.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.