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 ErrNo, reference master (178566), with Swift 6.0 for macOS (SPM) on 26 Nov 2024 15:42:45 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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ponyboy47/ErrNo.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ponyboy47/ErrNo
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 178566b Support setting the errno
Cloned https://github.com/ponyboy47/ErrNo.git
Revision (git rev-parse @):
178566b112afe6bef3770678f1bbab6e5c626993
SUCCESS checkout https://github.com/ponyboy47/ErrNo.git at master
========================================
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": "errno",
      "name": "ErrNo",
      "url": "https://github.com/ponyboy47/ErrNo.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ErrNo",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ponyboy47/ErrNo.git
[1/294] Fetching errno
Fetched https://github.com/ponyboy47/ErrNo.git from cache (0.79s)
Creating working copy for https://github.com/ponyboy47/ErrNo.git
Working copy of https://github.com/ponyboy47/ErrNo.git resolved at master (178566b)
warning: '.resolve-product-dependencies': dependency 'errno' 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/ponyboy47/ErrNo.git
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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/6] Compiling ErrNo ErrNo+Glibc.swift
[4/6] Compiling ErrNo ErrNo+Darwin.swift
[5/6] Emitting module ErrNo
[6/6] Compiling ErrNo ErrNo.swift
Build complete! (2.97s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ErrNo",
  "name" : "ErrNo",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ErrNo",
      "targets" : [
        "ErrNo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ErrNo",
      "module_type" : "SwiftTarget",
      "name" : "ErrNo",
      "path" : "Sources/ErrNo",
      "product_memberships" : [
        "ErrNo"
      ],
      "sources" : [
        "ErrNo+Darwin.swift",
        "ErrNo+Glibc.swift",
        "ErrNo.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.