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 SoundCloud, reference main (d02675), with Swift 6.0 for macOS (SPM) on 18 May 2025 20:41:28 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/superturboryan/SoundCloud-Swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/superturboryan/SoundCloud-Swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d02675c README: Update banner
Cloned https://github.com/superturboryan/SoundCloud-Swift.git
Revision (git rev-parse @):
d02675ce12216ac371db3229582cda833f4ad38f
SUCCESS checkout https://github.com/superturboryan/SoundCloud-Swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/superturboryan/SoundCloud-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Write swift-version-5BDAB9E9C0126B9D.txt
[4/9] Compiling KeychainSwift KeychainSwiftAccessOptions.swift
[5/9] Compiling KeychainSwift TegKeychainConstants.swift
[6/9] Compiling KeychainSwift KeychainSwift.swift
[7/9] Emitting module KeychainSwift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/33] Emitting module SoundCloud
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Color.swift:11:55: error: type 'Bundle?' has no member 'module'
 9 |
10 | public extension Color {
11 |     static let scOrange = Color("sc_orange", bundle: .module)
   |                                                       `- error: type 'Bundle?' has no member 'module'
12 |     static let scOrangeLight = Color("sc_orange_light", bundle: .module)
13 |     static let scOrangeDark = Color("sc_orange_dark", bundle: .module)
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Color.swift:12:66: error: type 'Bundle?' has no member 'module'
10 | public extension Color {
11 |     static let scOrange = Color("sc_orange", bundle: .module)
12 |     static let scOrangeLight = Color("sc_orange_light", bundle: .module)
   |                                                                  `- error: type 'Bundle?' has no member 'module'
13 |     static let scOrangeDark = Color("sc_orange_dark", bundle: .module)
14 | }
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Color.swift:13:64: error: type 'Bundle?' has no member 'module'
11 |     static let scOrange = Color("sc_orange", bundle: .module)
12 |     static let scOrangeLight = Color("sc_orange_light", bundle: .module)
13 |     static let scOrangeDark = Color("sc_orange_dark", bundle: .module)
   |                                                                `- error: type 'Bundle?' has no member 'module'
14 | }
15 |
[9/35] Compiling SoundCloud Config.swift
[10/35] Compiling SoundCloud DAO.swift
[11/35] Compiling SoundCloud KeychainDAO.swift
[12/35] Compiling SoundCloud Request.swift
[13/35] Compiling SoundCloud SoundCloud.swift
[14/35] Compiling SoundCloud UserDefaultsDAO.swift
[15/35] Compiling SoundCloud Error.swift
[16/35] Compiling SoundCloud ASWebAuthenticationSession.swift
[17/35] Compiling SoundCloud Test Models.swift
[18/35] Compiling SoundCloud TokenResponse.swift
[19/35] Compiling SoundCloud Track.swift
[20/35] Compiling SoundCloud User.swift
[21/35] Compiling SoundCloud PKCE.swift
[22/35] Compiling SoundCloud URL.swift
[23/35] Compiling SoundCloud Page.swift
[24/35] Compiling SoundCloud Collection.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Color.swift:11:55: error: type 'Bundle?' has no member 'module'
 9 |
10 | public extension Color {
11 |     static let scOrange = Color("sc_orange", bundle: .module)
   |                                                       `- error: type 'Bundle?' has no member 'module'
12 |     static let scOrangeLight = Color("sc_orange_light", bundle: .module)
13 |     static let scOrangeDark = Color("sc_orange_dark", bundle: .module)
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Color.swift:12:66: error: type 'Bundle?' has no member 'module'
10 | public extension Color {
11 |     static let scOrange = Color("sc_orange", bundle: .module)
12 |     static let scOrangeLight = Color("sc_orange_light", bundle: .module)
   |                                                                  `- error: type 'Bundle?' has no member 'module'
13 |     static let scOrangeDark = Color("sc_orange_dark", bundle: .module)
14 | }
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Color.swift:13:64: error: type 'Bundle?' has no member 'module'
11 |     static let scOrange = Color("sc_orange", bundle: .module)
12 |     static let scOrangeLight = Color("sc_orange_light", bundle: .module)
13 |     static let scOrangeDark = Color("sc_orange_dark", bundle: .module)
   |                                                                `- error: type 'Bundle?' has no member 'module'
14 | }
15 |
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Image.swift:13:41: error: type 'Bundle?' has no member 'module'
11 |
12 |     static var poweredBySoundCloud: Image {
13 |         Image("powered_by_sc", bundle: .module)
   |                                         `- error: type 'Bundle?' has no member 'module'
14 |     }
15 |
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Image.swift:17:38: error: type 'Bundle?' has no member 'module'
15 |
16 |     static var connectSC: Image {
17 |         Image("connect_sc", bundle: .module)
   |                                      `- error: type 'Bundle?' has no member 'module'
18 |     }
19 |
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Image.swift:21:41: error: type 'Bundle?' has no member 'module'
19 |
20 |     static var diconnectSC: Image {
21 |         Image("disconnect_sc", bundle: .module)
   |                                         `- error: type 'Bundle?' has no member 'module'
22 |     }
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Image.swift:25:44: error: type 'Bundle?' has no member 'module'
23 |
24 |     static var scLogoVertical: Image {
25 |         Image("sc_logo_vertical", bundle: .module)
   |                                            `- error: type 'Bundle?' has no member 'module'
26 |     }
27 |
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Image.swift:29:41: error: type 'Bundle?' has no member 'module'
27 |
28 |     internal static var testWaveForm: Image {
29 |         Image("test_waveform", bundle: .module)
   |                                         `- error: type 'Bundle?' has no member 'module'
30 |     }
31 | }
[25/35] Compiling SoundCloud Color.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Color.swift:11:55: error: type 'Bundle?' has no member 'module'
 9 |
10 | public extension Color {
11 |     static let scOrange = Color("sc_orange", bundle: .module)
   |                                                       `- error: type 'Bundle?' has no member 'module'
12 |     static let scOrangeLight = Color("sc_orange_light", bundle: .module)
13 |     static let scOrangeDark = Color("sc_orange_dark", bundle: .module)
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Color.swift:12:66: error: type 'Bundle?' has no member 'module'
10 | public extension Color {
11 |     static let scOrange = Color("sc_orange", bundle: .module)
12 |     static let scOrangeLight = Color("sc_orange_light", bundle: .module)
   |                                                                  `- error: type 'Bundle?' has no member 'module'
13 |     static let scOrangeDark = Color("sc_orange_dark", bundle: .module)
14 | }
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Color.swift:13:64: error: type 'Bundle?' has no member 'module'
11 |     static let scOrange = Color("sc_orange", bundle: .module)
12 |     static let scOrangeLight = Color("sc_orange_light", bundle: .module)
13 |     static let scOrangeDark = Color("sc_orange_dark", bundle: .module)
   |                                                                `- error: type 'Bundle?' has no member 'module'
14 | }
15 |
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Image.swift:13:41: error: type 'Bundle?' has no member 'module'
11 |
12 |     static var poweredBySoundCloud: Image {
13 |         Image("powered_by_sc", bundle: .module)
   |                                         `- error: type 'Bundle?' has no member 'module'
14 |     }
15 |
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Image.swift:17:38: error: type 'Bundle?' has no member 'module'
15 |
16 |     static var connectSC: Image {
17 |         Image("connect_sc", bundle: .module)
   |                                      `- error: type 'Bundle?' has no member 'module'
18 |     }
19 |
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Image.swift:21:41: error: type 'Bundle?' has no member 'module'
19 |
20 |     static var diconnectSC: Image {
21 |         Image("disconnect_sc", bundle: .module)
   |                                         `- error: type 'Bundle?' has no member 'module'
22 |     }
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Image.swift:25:44: error: type 'Bundle?' has no member 'module'
23 |
24 |     static var scLogoVertical: Image {
25 |         Image("sc_logo_vertical", bundle: .module)
   |                                            `- error: type 'Bundle?' has no member 'module'
26 |     }
27 |
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Image.swift:29:41: error: type 'Bundle?' has no member 'module'
27 |
28 |     internal static var testWaveForm: Image {
29 |         Image("test_waveform", bundle: .module)
   |                                         `- error: type 'Bundle?' has no member 'module'
30 |     }
31 | }
[26/35] Compiling SoundCloud Image.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Color.swift:11:55: error: type 'Bundle?' has no member 'module'
 9 |
10 | public extension Color {
11 |     static let scOrange = Color("sc_orange", bundle: .module)
   |                                                       `- error: type 'Bundle?' has no member 'module'
12 |     static let scOrangeLight = Color("sc_orange_light", bundle: .module)
13 |     static let scOrangeDark = Color("sc_orange_dark", bundle: .module)
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Color.swift:12:66: error: type 'Bundle?' has no member 'module'
10 | public extension Color {
11 |     static let scOrange = Color("sc_orange", bundle: .module)
12 |     static let scOrangeLight = Color("sc_orange_light", bundle: .module)
   |                                                                  `- error: type 'Bundle?' has no member 'module'
13 |     static let scOrangeDark = Color("sc_orange_dark", bundle: .module)
14 | }
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Color.swift:13:64: error: type 'Bundle?' has no member 'module'
11 |     static let scOrange = Color("sc_orange", bundle: .module)
12 |     static let scOrangeLight = Color("sc_orange_light", bundle: .module)
13 |     static let scOrangeDark = Color("sc_orange_dark", bundle: .module)
   |                                                                `- error: type 'Bundle?' has no member 'module'
14 | }
15 |
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Image.swift:13:41: error: type 'Bundle?' has no member 'module'
11 |
12 |     static var poweredBySoundCloud: Image {
13 |         Image("powered_by_sc", bundle: .module)
   |                                         `- error: type 'Bundle?' has no member 'module'
14 |     }
15 |
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Image.swift:17:38: error: type 'Bundle?' has no member 'module'
15 |
16 |     static var connectSC: Image {
17 |         Image("connect_sc", bundle: .module)
   |                                      `- error: type 'Bundle?' has no member 'module'
18 |     }
19 |
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Image.swift:21:41: error: type 'Bundle?' has no member 'module'
19 |
20 |     static var diconnectSC: Image {
21 |         Image("disconnect_sc", bundle: .module)
   |                                         `- error: type 'Bundle?' has no member 'module'
22 |     }
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Image.swift:25:44: error: type 'Bundle?' has no member 'module'
23 |
24 |     static var scLogoVertical: Image {
25 |         Image("sc_logo_vertical", bundle: .module)
   |                                            `- error: type 'Bundle?' has no member 'module'
26 |     }
27 |
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Image.swift:29:41: error: type 'Bundle?' has no member 'module'
27 |
28 |     internal static var testWaveForm: Image {
29 |         Image("test_waveform", bundle: .module)
   |                                         `- error: type 'Bundle?' has no member 'module'
30 |     }
31 | }
[27/35] Compiling SoundCloud StatusCode.swift
[28/35] Compiling SoundCloud StreamInfo.swift
[29/35] Compiling SoundCloud Playlist.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Models/Playlist.swift:114:69: error: type 'Bundle?' has no member 'module'
112 |     public var title: String {
113 |         switch self {
114 |         case .nowPlaying: String(localized: "Now Playing", bundle: .module, comment: "Noun")
    |                                                                     `- error: type 'Bundle?' has no member 'module'
115 |         case .downloads: String(localized:"Downloads", bundle: .module, comment: "Plural noun")
116 |         case .likes:  String(localized:"Likes", bundle: .module, comment: "Plural noun")
[30/35] Compiling SoundCloud Status.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Models/Playlist.swift:114:69: error: type 'Bundle?' has no member 'module'
112 |     public var title: String {
113 |         switch self {
114 |         case .nowPlaying: String(localized: "Now Playing", bundle: .module, comment: "Noun")
    |                                                                     `- error: type 'Bundle?' has no member 'module'
115 |         case .downloads: String(localized:"Downloads", bundle: .module, comment: "Plural noun")
116 |         case .likes:  String(localized:"Likes", bundle: .module, comment: "Plural noun")
[31/35] Compiling SoundCloud Int.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Color.swift:13:64: error: type 'Bundle?' has no member 'module'
11 |     static let scOrange = Color("sc_orange", bundle: .module)
12 |     static let scOrangeLight = Color("sc_orange_light", bundle: .module)
13 |     static let scOrangeDark = Color("sc_orange_dark", bundle: .module)
   |                                                                `- error: type 'Bundle?' has no member 'module'
14 | }
15 |
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Color.swift:12:66: error: type 'Bundle?' has no member 'module'
10 | public extension Color {
11 |     static let scOrange = Color("sc_orange", bundle: .module)
12 |     static let scOrangeLight = Color("sc_orange_light", bundle: .module)
   |                                                                  `- error: type 'Bundle?' has no member 'module'
13 |     static let scOrangeDark = Color("sc_orange_dark", bundle: .module)
14 | }
[32/35] Compiling SoundCloud LinearGradient.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Color.swift:13:64: error: type 'Bundle?' has no member 'module'
11 |     static let scOrange = Color("sc_orange", bundle: .module)
12 |     static let scOrangeLight = Color("sc_orange_light", bundle: .module)
13 |     static let scOrangeDark = Color("sc_orange_dark", bundle: .module)
   |                                                                `- error: type 'Bundle?' has no member 'module'
14 | }
15 |
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Color.swift:12:66: error: type 'Bundle?' has no member 'module'
10 | public extension Color {
11 |     static let scOrange = Color("sc_orange", bundle: .module)
12 |     static let scOrangeLight = Color("sc_orange_light", bundle: .module)
   |                                                                  `- error: type 'Bundle?' has no member 'module'
13 |     static let scOrangeDark = Color("sc_orange_dark", bundle: .module)
14 | }
[33/35] Compiling SoundCloud Logger.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Color.swift:13:64: error: type 'Bundle?' has no member 'module'
11 |     static let scOrange = Color("sc_orange", bundle: .module)
12 |     static let scOrangeLight = Color("sc_orange_light", bundle: .module)
13 |     static let scOrangeDark = Color("sc_orange_dark", bundle: .module)
   |                                                                `- error: type 'Bundle?' has no member 'module'
14 | }
15 |
/Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Extension/Color.swift:12:66: error: type 'Bundle?' has no member 'module'
10 | public extension Color {
11 |     static let scOrange = Color("sc_orange", bundle: .module)
12 |     static let scOrangeLight = Color("sc_orange_light", bundle: .module)
   |                                                                  `- error: type 'Bundle?' has no member 'module'
13 |     static let scOrangeDark = Color("sc_orange_dark", bundle: .module)
14 | }
Fetching https://github.com/evgenyneu/keychain-swift
[1/2201] Fetching keychain-swift
Fetched https://github.com/evgenyneu/keychain-swift from cache (0.84s)
Computing version for https://github.com/evgenyneu/keychain-swift
Computed https://github.com/evgenyneu/keychain-swift at 20.0.0 (3.55s)
Creating working copy for https://github.com/evgenyneu/keychain-swift
Working copy of https://github.com/evgenyneu/keychain-swift resolved at 20.0.0
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Assets.xcassets
    /Users/admin/builder/spi-builder-workspace/Sources/SoundCloud/Localizable.xcstrings
BUILD FAILURE 6.0 macosSpm