The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Goose, reference master (928651), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 07:04:03 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alloyapple/goose.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alloyapple/goose
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9286510 默认错误都是GooseError
Cloned https://github.com/alloyapple/goose.git
Revision (git rev-parse @):
928651050328ed56c9d1e41366f9e5a68f1cfd78
SUCCESS checkout https://github.com/alloyapple/goose.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "goose",
      "name": "Goose",
      "url": "https://github.com/alloyapple/goose.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/goose",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/alloyapple/goose.git
[1/217] Fetching goose
Fetched https://github.com/alloyapple/goose.git from cache (0.59s)
Creating working copy for https://github.com/alloyapple/goose.git
Working copy of https://github.com/alloyapple/goose.git resolved at master (9286510)
warning: '.resolve-product-dependencies': dependency 'goose' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/alloyapple/goose.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/8] Compiling Goose SocketError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Goose/AddrInfoHints.swift:1:8: error: no such module 'Glibc'
 1 | import Glibc
   |        `- error: no such module 'Glibc'
 2 |
 3 | public struct AddrInfoIterator: IteratorProtocol {
[4/8] Compiling Goose Socket.swift
/Users/admin/builder/spi-builder-workspace/Sources/Goose/AddrInfoHints.swift:1:8: error: no such module 'Glibc'
 1 | import Glibc
   |        `- error: no such module 'Glibc'
 2 |
 3 | public struct AddrInfoIterator: IteratorProtocol {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/8] Emitting module Goose
/Users/admin/builder/spi-builder-workspace/Sources/Goose/AddrInfoHints.swift:1:8: error: no such module 'Glibc'
 1 | import Glibc
   |        `- error: no such module 'Glibc'
 2 |
 3 | public struct AddrInfoIterator: IteratorProtocol {
[6/8] Compiling Goose AddrInfoHints.swift
/Users/admin/builder/spi-builder-workspace/Sources/Goose/AddrInfoHints.swift:1:8: error: no such module 'Glibc'
 1 | import Glibc
   |        `- error: no such module 'Glibc'
 2 |
 3 | public struct AddrInfoIterator: IteratorProtocol {
[7/8] Compiling Goose Goose.swift
/Users/admin/builder/spi-builder-workspace/Sources/Goose/AddrInfoHints.swift:1:8: error: no such module 'Glibc'
 1 | import Glibc
   |        `- error: no such module 'Glibc'
 2 |
 3 | public struct AddrInfoIterator: IteratorProtocol {
[8/8] Compiling Goose Data+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Goose/AddrInfoHints.swift:1:8: error: no such module 'Glibc'
 1 | import Glibc
   |        `- error: no such module 'Glibc'
 2 |
 3 | public struct AddrInfoIterator: IteratorProtocol {
BUILD FAILURE 6.3 macosSpm