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

Failed to build GCCountryPicker, reference master (80c6f1), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 01:02:45 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/graycampbell/GCCountryPicker.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/graycampbell/GCCountryPicker
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 80c6f13 Update CHANGELOG.md
Cloned https://github.com/graycampbell/GCCountryPicker.git
Revision (git rev-parse @):
80c6f130d60c8a26d313306bdae27a78bcf5d0a0
SUCCESS checkout https://github.com/graycampbell/GCCountryPicker.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": "gccountrypicker",
      "name": "GCCountryPicker",
      "url": "https://github.com/graycampbell/GCCountryPicker.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GCCountryPicker",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/graycampbell/GCCountryPicker.git
[1/2329] Fetching gccountrypicker
Fetched https://github.com/graycampbell/GCCountryPicker.git from cache (2.07s)
Creating working copy for https://github.com/graycampbell/GCCountryPicker.git
Working copy of https://github.com/graycampbell/GCCountryPicker.git resolved at master (80c6f13)
warning: '.resolve-product-dependencies': dependency 'gccountrypicker' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/graycampbell/GCCountryPicker.git
https://github.com/graycampbell/GCCountryPicker.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GCCountryPicker",
  "name" : "GCCountryPicker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GCCountryPicker",
      "targets" : [
        "GCCountryPicker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GCCountryPickerTests",
      "module_type" : "SwiftTarget",
      "name" : "GCCountryPickerTests",
      "path" : "Tests/GCCountryPickerTests",
      "sources" : [
        "GCCountryTests.swift"
      ],
      "target_dependencies" : [
        "GCCountryPicker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GCCountryPicker",
      "module_type" : "SwiftTarget",
      "name" : "GCCountryPicker",
      "path" : "Sources/GCCountryPicker",
      "product_memberships" : [
        "GCCountryPicker"
      ],
      "sources" : [
        "GCCountry.swift",
        "GCCountryPickerDataSource.swift",
        "GCCountryPickerDelegate.swift",
        "GCCountryPickerDisplayMode.swift",
        "GCCountryPickerViewController.swift",
        "GCSearchResult.swift",
        "GCSearchResultsController.swift",
        "GCSearchResultsDelegate.swift",
        "GCSearchResultsDisplayMode.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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-2F0A5646E1D333AE.txt
[3/12] Compiling GCCountryPicker GCSearchResultsController.swift
/Users/admin/builder/spi-builder-workspace/Sources/GCCountryPicker/GCCountry.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: Properties & Initializers
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/12] Compiling GCCountryPicker GCSearchResultsDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/GCCountryPicker/GCCountry.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: Properties & Initializers
[5/12] Compiling GCCountryPicker GCCountryPickerViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/GCCountryPicker/GCCountry.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: Properties & Initializers
[6/12] Compiling GCCountryPicker GCSearchResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/GCCountryPicker/GCCountry.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: Properties & Initializers
[7/12] Compiling GCCountryPicker GCSearchResultsDisplayMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/GCCountryPicker/GCCountry.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: Properties & Initializers
[8/12] Compiling GCCountryPicker GCCountryPickerDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/GCCountryPicker/GCCountry.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: Properties & Initializers
[9/12] Emitting module GCCountryPicker
/Users/admin/builder/spi-builder-workspace/Sources/GCCountryPicker/GCCountry.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: Properties & Initializers
[10/12] Compiling GCCountryPicker GCCountryPickerDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/GCCountryPicker/GCCountry.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: Properties & Initializers
[11/12] Compiling GCCountryPicker GCCountry.swift
/Users/admin/builder/spi-builder-workspace/Sources/GCCountryPicker/GCCountry.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: Properties & Initializers
[12/12] Compiling GCCountryPicker GCCountryPickerDisplayMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/GCCountryPicker/GCCountry.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: Properties & Initializers
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/11] Compiling GCCountryPicker GCSearchResultsDisplayMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/GCCountryPicker/GCCountry.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: Properties & Initializers
[3/11] Compiling GCCountryPicker GCSearchResultsDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/GCCountryPicker/GCCountry.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: Properties & Initializers
[4/11] Compiling GCCountryPicker GCCountryPickerDisplayMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/GCCountryPicker/GCCountry.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: Properties & Initializers
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/11] Emitting module GCCountryPicker
/Users/admin/builder/spi-builder-workspace/Sources/GCCountryPicker/GCCountry.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: Properties & Initializers
[6/11] Compiling GCCountryPicker GCCountry.swift
/Users/admin/builder/spi-builder-workspace/Sources/GCCountryPicker/GCCountry.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: Properties & Initializers
[7/11] Compiling GCCountryPicker GCCountryPickerDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/GCCountryPicker/GCCountry.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: Properties & Initializers
[8/11] Compiling GCCountryPicker GCSearchResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/GCCountryPicker/GCCountry.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: Properties & Initializers
[9/11] Compiling GCCountryPicker GCCountryPickerDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/GCCountryPicker/GCCountry.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: Properties & Initializers
[10/11] Compiling GCCountryPicker GCCountryPickerViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/GCCountryPicker/GCCountry.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: Properties & Initializers
[11/11] Compiling GCCountryPicker GCSearchResultsController.swift
/Users/admin/builder/spi-builder-workspace/Sources/GCCountryPicker/GCCountry.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: Properties & Initializers
BUILD FAILURE 6.1 macosSpm