The Swift Package Index logo.Swift Package Index

Build Information

Failed to build WWQOA, reference 1.1.0 (60331b), with Swift 6.1 for macOS (SPM) on 23 Apr 2026 19:06:05 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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/William-Weng/WWQOA.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/William-Weng/WWQOA
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 60331b6 - 整合AudioImporter (MP3轉PCM)
Cloned https://github.com/William-Weng/WWQOA.git
Revision (git rev-parse @):
60331b64c3672ddd10d602833117d0e975539fd9
SUCCESS checkout https://github.com/William-Weng/WWQOA.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/William-Weng/WWQOA.git
https://github.com/William-Weng/WWQOA.git
{
  "dependencies" : [
    {
      "identity" : "wwbytereader",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/William-Weng/WWByteReader"
    },
    {
      "identity" : "wwwavwriter",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "1.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/William-Weng/WWWavWriter"
    }
  ],
  "manifest_display_name" : "WWQOA",
  "name" : "WWQOA",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "WWQOA",
      "targets" : [
        "WWQOA"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "WWQOA",
      "module_type" : "SwiftTarget",
      "name" : "WWQOA",
      "path" : "Sources/WWQOA",
      "product_dependencies" : [
        "WWByteReader",
        "WWWavWriter"
      ],
      "product_memberships" : [
        "WWQOA"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/WWQOA/Privacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "QuickOkAudio/Decoder/FileDecoder.swift",
        "QuickOkAudio/Decoder/FrameDecoder.swift",
        "QuickOkAudio/Encoder/FileEncoder.swift",
        "QuickOkAudio/Encoder/FrameEncoder.swift",
        "QuickOkAudio/Encoder/SliceEncoder.swift",
        "QuickOkAudio/Models+Public.swift",
        "QuickOkAudio/Models.swift",
        "Utility/AudioImporter.swift",
        "Utility/Constant.swift",
        "Utility/Extension.swift",
        "WWQOA.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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/7] Write sources
[3/7] Copying Privacy
[6/7] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/17] Emitting module WWWavWriter
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWWavWriter/Sources/WWWavWriter/Utility/Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - [Int16]
[9/17] Compiling WWByteReader resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWByteReader/Sources/WWByteReader/Constant.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - enum
[10/17] Compiling WWWavWriter Model.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWWavWriter/Sources/WWWavWriter/Utility/Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - [Int16]
[11/17] Compiling WWWavWriter Extension.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWWavWriter/Sources/WWWavWriter/Utility/Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - [Int16]
[12/17] Compiling WWWavWriter Constant.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWWavWriter/Sources/WWWavWriter/Utility/Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - [Int16]
[13/17] Compiling WWWavWriter resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWWavWriter/Sources/WWWavWriter/Utility/Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - [Int16]
[14/17] Compiling WWWavWriter WWWavWriter.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWWavWriter/Sources/WWWavWriter/Utility/Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - [Int16]
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/17] Emitting module WWByteReader
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWByteReader/Sources/WWByteReader/Constant.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - enum
[16/17] Compiling WWByteReader Constant.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWByteReader/Sources/WWByteReader/Constant.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - enum
Fetching https://github.com/William-Weng/WWByteReader
Fetching https://github.com/William-Weng/WWWavWriter
[1/71] Fetching wwbytereader
[53/155] Fetching wwbytereader, wwwavwriter
Fetched https://github.com/William-Weng/WWByteReader from cache (0.87s)
Fetched https://github.com/William-Weng/WWWavWriter from cache (0.87s)
Computing version for https://github.com/William-Weng/WWWavWriter
Computed https://github.com/William-Weng/WWWavWriter at 1.1.0 (1.48s)
Computing version for https://github.com/William-Weng/WWByteReader
Computed https://github.com/William-Weng/WWByteReader at 1.0.2 (0.58s)
Creating working copy for https://github.com/William-Weng/WWWavWriter
Working copy of https://github.com/William-Weng/WWWavWriter resolved at 1.1.0
Creating working copy for https://github.com/William-Weng/WWByteReader
Working copy of https://github.com/William-Weng/WWByteReader resolved at 1.0.2
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 WWWavWriter resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWWavWriter/Sources/WWWavWriter/Utility/Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - [Int16]
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/11] Compiling WWWavWriter Constant.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWWavWriter/Sources/WWWavWriter/Utility/Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - [Int16]
[4/11] Emitting module WWWavWriter
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWWavWriter/Sources/WWWavWriter/Utility/Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - [Int16]
[5/11] Compiling WWWavWriter Model.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWWavWriter/Sources/WWWavWriter/Utility/Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - [Int16]
[6/11] Compiling WWWavWriter WWWavWriter.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWWavWriter/Sources/WWWavWriter/Utility/Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - [Int16]
[7/11] Compiling WWWavWriter Extension.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWWavWriter/Sources/WWWavWriter/Utility/Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - [Int16]
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/11] Emitting module WWByteReader
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWByteReader/Sources/WWByteReader/Constant.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - enum
BUILD FAILURE 6.1 macosSpm