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 Poly, reference 0.6.0 (ff93f7), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 18:46:06 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/piemonte/Poly.git
Reference: 0.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/piemonte/Poly
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at ff93f73 update makefile update deployment target update version update Cache version
Cloned https://github.com/piemonte/Poly.git
Revision (git rev-parse @):
ff93f73a451dd6f4402bfccec30c884c17312cc4
SUCCESS checkout https://github.com/piemonte/Poly.git at 0.6.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/piemonte/Poly.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/11] Compiling Poly PolyPresentationParamsModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
 25 |
 26 | import Foundation
 27 | import Alamofire
    |        `- error: no such module 'Alamofire'
 28 | import ObjectMapper
 29 | import PromiseKit
[4/11] Compiling Poly PolyFormatsModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
 25 |
 26 | import Foundation
 27 | import Alamofire
    |        `- error: no such module 'Alamofire'
 28 | import ObjectMapper
 29 | import PromiseKit
[5/11] Compiling Poly PolyCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
 25 |
 26 | import Foundation
 27 | import Alamofire
    |        `- error: no such module 'Alamofire'
 28 | import ObjectMapper
 29 | import PromiseKit
[6/11] Compiling Poly PolyRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
 25 |
 26 | import Foundation
 27 | import Alamofire
    |        `- error: no such module 'Alamofire'
 28 | import ObjectMapper
 29 | import PromiseKit
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/11] Compiling Poly PolyFileModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
 25 |
 26 | import Foundation
 27 | import Alamofire
    |        `- error: no such module 'Alamofire'
 28 | import ObjectMapper
 29 | import PromiseKit
[8/11] Emitting module Poly
/Users/admin/builder/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
 25 |
 26 | import Foundation
 27 | import Alamofire
    |        `- error: no such module 'Alamofire'
 28 | import ObjectMapper
 29 | import PromiseKit
[9/11] Compiling Poly Poly+Foundation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
 25 |
 26 | import Foundation
 27 | import Alamofire
    |        `- error: no such module 'Alamofire'
 28 | import ObjectMapper
 29 | import PromiseKit
[10/11] Compiling Poly Poly.swift
/Users/admin/builder/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
 25 |
 26 | import Foundation
 27 | import Alamofire
    |        `- error: no such module 'Alamofire'
 28 | import ObjectMapper
 29 | import PromiseKit
[11/11] Compiling Poly PolyAssetModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
 25 |
 26 | import Foundation
 27 | import Alamofire
    |        `- error: no such module 'Alamofire'
 28 | import ObjectMapper
 29 | import PromiseKit
Fetching https://github.com/hyperoslo/Cache
Fetching https://github.com/Alamofire/Alamofire.git
Fetching https://github.com/saoudrizwan/Disk
Fetching https://github.com/mxcl/PromiseKit
Fetching https://github.com/tristanhimmelman/ObjectMapper
[1/1395] Fetching disk
[43/7580] Fetching disk, cache
[542/13917] Fetching disk, cache, objectmapper
[1800/31103] Fetching disk, cache, objectmapper, promisekit
[2371/61244] Fetching disk, cache, objectmapper, promisekit, alamofire
Fetched https://github.com/saoudrizwan/Disk from cache (2.74s)
Fetched https://github.com/hyperoslo/Cache from cache (2.74s)
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.74s)
Fetched https://github.com/tristanhimmelman/ObjectMapper from cache (2.74s)
Fetched https://github.com/mxcl/PromiseKit from cache (2.74s)
Computing version for https://github.com/hyperoslo/Cache
Computed https://github.com/hyperoslo/Cache at 5.3.0 (3.29s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 4.9.1 (0.49s)
Computing version for https://github.com/saoudrizwan/Disk
Computed https://github.com/saoudrizwan/Disk at 0.6.4 (0.49s)
Computing version for https://github.com/tristanhimmelman/ObjectMapper
Computed https://github.com/tristanhimmelman/ObjectMapper at 4.4.3 (0.49s)
Computing version for https://github.com/mxcl/PromiseKit
Computed https://github.com/mxcl/PromiseKit at 6.22.1 (0.50s)
Creating working copy for https://github.com/hyperoslo/Cache
Working copy of https://github.com/hyperoslo/Cache resolved at 5.3.0
Creating working copy for https://github.com/saoudrizwan/Disk
Working copy of https://github.com/saoudrizwan/Disk resolved at 0.6.4
Creating working copy for https://github.com/tristanhimmelman/ObjectMapper
Working copy of https://github.com/tristanhimmelman/ObjectMapper resolved at 4.4.3
Creating working copy for https://github.com/mxcl/PromiseKit
Working copy of https://github.com/mxcl/PromiseKit resolved at 6.22.1
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 4.9.1
warning: 'spi-builder-workspace': dependency 'alamofire' is not used by any target
warning: 'spi-builder-workspace': dependency 'promisekit' is not used by any target
warning: 'spi-builder-workspace': dependency 'cache' is not used by any target
warning: 'spi-builder-workspace': dependency 'disk' is not used by any target
warning: 'spi-builder-workspace': dependency 'objectmapper' is not used by any target
BUILD FAILURE 6.2 macosSpm