Build Information
Successful build of Popopover, reference 1.0.0 (219943), with Swift 6.2 for macOS (SPM) on 9 Oct 2025 06:49:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mshibanami/Popopover.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mshibanami/Popopover
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 219943c init
Cloned https://github.com/mshibanami/Popopover.git
Revision (git rev-parse @):
219943cddc13ab63b59f13e90abc74890fcd1357
SUCCESS checkout https://github.com/mshibanami/Popopover.git at 1.0.0
========================================
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": "popopover",
"name": "Popopover",
"url": "https://github.com/mshibanami/Popopover.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Popopover",
"dependencies": [
]
}
]
}
Fetching https://github.com/mshibanami/Popopover.git
[1/41] Fetching popopover
Fetched https://github.com/mshibanami/Popopover.git from cache (0.68s)
Creating working copy for https://github.com/mshibanami/Popopover.git
Working copy of https://github.com/mshibanami/Popopover.git resolved at 1.0.0 (219943c)
warning: '.resolve-product-dependencies': dependency 'popopover' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/mshibanami/Popopover.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/14] Compiling Popopover HostingContentController.swift
[4/14] Compiling Popopover HostingContentPopover.swift
[5/14] Emitting module Popopover
[6/14] Compiling Popopover ConvertingExtensions.swift
[7/14] Compiling Popopover PopopoverModifier.swift
[8/14] Compiling Popopover UIView+Extensions.swift
[9/14] Compiling Popopover IOSPopoverAnchor.swift
[10/14] Compiling Popopover PopopoverAttachmentAnchor.swift
[11/14] Compiling Popopover IOSPopoverModifier.swift
[12/14] Compiling Popopover MacPopoverAnchor.swift
[13/14] Compiling Popopover MacPopoverModifier.swift
[14/14] Compiling Popopover IOSPopoverHostingController.swift
[15/15] Compiling Popopover PopopoverBehavior.swift
Build complete! (8.57s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Popopover",
"name" : "Popopover",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Popopover",
"targets" : [
"Popopover"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PopopoverTests",
"module_type" : "SwiftTarget",
"name" : "PopopoverTests",
"path" : "Tests/PopopoverTests",
"sources" : [
"PopopoverTests.swift"
],
"target_dependencies" : [
"Popopover"
],
"type" : "test"
},
{
"c99name" : "Popopover",
"module_type" : "SwiftTarget",
"name" : "Popopover",
"path" : "Sources/Popopover",
"product_memberships" : [
"Popopover"
],
"sources" : [
"AppKit/HostingContentController.swift",
"AppKit/HostingContentPopover.swift",
"AppKit/MacPopoverAnchor.swift",
"AppKit/MacPopoverModifier.swift",
"PopopoverModifier.swift",
"UIKit/IOSPopoverAnchor.swift",
"UIKit/IOSPopoverHostingController.swift",
"UIKit/IOSPopoverModifier.swift",
"UIKit/UIView+Extensions.swift",
"Utils/ConvertingExtensions.swift",
"Utils/PopopoverAttachmentAnchor.swift",
"Utils/PopopoverBehavior.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.