The Swift Package Index logo.Swift Package Index

Build Information

Failed to build NozeIO, reference 0.6.7 (d89b05), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 14:17:12 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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/NozeIO/Noze.io.git
Reference: 0.6.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NozeIO/Noze.io
 * tag               0.6.7      -> FETCH_HEAD
HEAD is now at d89b054 Merge branch 'develop'
Cloned https://github.com/NozeIO/Noze.io.git
Revision (git rev-parse @):
d89b054f53d0f90498f4028fe6ae48bfa85f00dc
SUCCESS checkout https://github.com/NozeIO/Noze.io.git at 0.6.7
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "noze.io",
      "name": "NozeIO",
      "url": "https://github.com/NozeIO/Noze.io.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Noze.io",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/NozeIO/Noze.io.git
[1/4671] Fetching noze.io
Fetched https://github.com/NozeIO/Noze.io.git from cache (1.11s)
Creating working copy for https://github.com/NozeIO/Noze.io.git
Working copy of https://github.com/NozeIO/Noze.io.git resolved at 0.6.7 (d89b054)
warning: '.resolve-product-dependencies': dependency 'noze.io' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/NozeIO/Noze.io.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/25] Write sources
[24/25] Write swift-version--6988338F2F200930.txt
[26/80] Compiling base64 Base64.swift
[27/80] Emitting module base64
[28/80] Compiling http_parser HTTPParserState.swift
[29/80] Compiling Freddy JSONSubscripting.swift
[30/80] Compiling CryptoSwift IntegerConvertible.swift
[31/81] Compiling Freddy Swift3.swift
[32/81] Compiling CryptoSwift MD5.swift
[33/81] Compiling Freddy JSONEncodable.swift
[34/81] Compiling Freddy JSONEncodingDetector.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[35/81] Compiling Freddy JSON.swift
/Users/admin/builder/spi-builder-workspace/Sources/Freddy/JSON.swift:40:14: warning: associated value 'UnexpectedSubscript(type:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any JSONPathType.Type'
38 |
39 |         /// The JSON is not subscriptable with `type`
40 |         case UnexpectedSubscript(type: JSONPathType.Type)
   |              `- warning: associated value 'UnexpectedSubscript(type:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any JSONPathType.Type'
41 |
42 |         /// Unexpected JSON `value` was found that is not convertible `to` type
[36/81] Compiling Freddy JSONDecodable.swift
[37/81] Emitting module Freddy
/Users/admin/builder/spi-builder-workspace/Sources/Freddy/JSON.swift:40:14: warning: associated value 'UnexpectedSubscript(type:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any JSONPathType.Type'
38 |
39 |         /// The JSON is not subscriptable with `type`
40 |         case UnexpectedSubscript(type: JSONPathType.Type)
   |              `- warning: associated value 'UnexpectedSubscript(type:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any JSONPathType.Type'
41 |
42 |         /// Unexpected JSON `value` was found that is not convertible `to` type
/Users/admin/builder/spi-builder-workspace/Sources/Freddy/JSONParser.swift:23:13: error: function 'feclearexcept' does not exist in module 'Darwin'
 21 | #else
 22 | import func Darwin.pow
 23 | import func Darwin.feclearexcept
    |             `- error: function 'feclearexcept' does not exist in module 'Darwin'
 24 | import func Darwin.fetestexcept
 25 | import var  Darwin.FE_UNDERFLOW
/Users/admin/builder/spi-builder-workspace/Sources/Freddy/JSONParser.swift:24:13: error: function 'fetestexcept' does not exist in module 'Darwin'
 22 | import func Darwin.pow
 23 | import func Darwin.feclearexcept
 24 | import func Darwin.fetestexcept
    |             `- error: function 'fetestexcept' does not exist in module 'Darwin'
 25 | import var  Darwin.FE_UNDERFLOW
 26 | import var  Darwin.FE_OVERFLOW
/Users/admin/builder/spi-builder-workspace/Sources/Freddy/JSONParser.swift:25:13: error: variable 'FE_UNDERFLOW' does not exist in module 'Darwin'
 23 | import func Darwin.feclearexcept
 24 | import func Darwin.fetestexcept
 25 | import var  Darwin.FE_UNDERFLOW
    |             `- error: variable 'FE_UNDERFLOW' does not exist in module 'Darwin'
 26 | import var  Darwin.FE_OVERFLOW
 27 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Freddy/JSONParser.swift:26:13: error: variable 'FE_OVERFLOW' does not exist in module 'Darwin'
 24 | import func Darwin.fetestexcept
 25 | import var  Darwin.FE_UNDERFLOW
 26 | import var  Darwin.FE_OVERFLOW
    |             `- error: variable 'FE_OVERFLOW' does not exist in module 'Darwin'
 27 | #endif
 28 |
[38/81] Compiling CryptoSwift Operators.swift
[39/81] Compiling CryptoSwift Updatable.swift
[40/81] Compiling CryptoSwift Bit.swift
[41/81] Compiling CryptoSwift BytesSequence.swift
[42/81] Emitting module CryptoSwift
/Users/admin/builder/spi-builder-workspace/Sources/CryptoSwift/BatchedCollection.swift:24:20: warning: generic parameter 'Base' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
17 | #if swift(>=4.0)  // HH
18 |
19 | struct BatchedCollectionIndex<Base: Collection> {
   |                               `- note: 'Base' previously declared here
20 |     let range: Range<Base.Index>
21 | }
22 |
23 | extension BatchedCollectionIndex: Comparable {
24 |     static func ==<Base>(lhs: BatchedCollectionIndex<Base>, rhs: BatchedCollectionIndex<Base>) -> Bool {
   |                    `- warning: generic parameter 'Base' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
25 |         return lhs.range.lowerBound == rhs.range.lowerBound
26 |     }
/Users/admin/builder/spi-builder-workspace/Sources/CryptoSwift/BatchedCollection.swift:28:20: warning: generic parameter 'Base' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
17 | #if swift(>=4.0)  // HH
18 |
19 | struct BatchedCollectionIndex<Base: Collection> {
   |                               `- note: 'Base' previously declared here
20 |     let range: Range<Base.Index>
21 | }
   :
26 |     }
27 |
28 |     static func < <Base>(lhs: BatchedCollectionIndex<Base>, rhs: BatchedCollectionIndex<Base>) -> Bool {
   |                    `- warning: generic parameter 'Base' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 |         return lhs.range.lowerBound < rhs.range.lowerBound
30 |     }
[43/81] Compiling CryptoSwift ArrayExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/CryptoSwift/BatchedCollection.swift:24:20: warning: generic parameter 'Base' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
17 | #if swift(>=4.0)  // HH
18 |
19 | struct BatchedCollectionIndex<Base: Collection> {
   |                               `- note: 'Base' previously declared here
20 |     let range: Range<Base.Index>
21 | }
22 |
23 | extension BatchedCollectionIndex: Comparable {
24 |     static func ==<Base>(lhs: BatchedCollectionIndex<Base>, rhs: BatchedCollectionIndex<Base>) -> Bool {
   |                    `- warning: generic parameter 'Base' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
25 |         return lhs.range.lowerBound == rhs.range.lowerBound
26 |     }
/Users/admin/builder/spi-builder-workspace/Sources/CryptoSwift/BatchedCollection.swift:28:20: warning: generic parameter 'Base' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
17 | #if swift(>=4.0)  // HH
18 |
19 | struct BatchedCollectionIndex<Base: Collection> {
   |                               `- note: 'Base' previously declared here
20 |     let range: Range<Base.Index>
21 | }
   :
26 |     }
27 |
28 |     static func < <Base>(lhs: BatchedCollectionIndex<Base>, rhs: BatchedCollectionIndex<Base>) -> Bool {
   |                    `- warning: generic parameter 'Base' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 |         return lhs.range.lowerBound < rhs.range.lowerBound
30 |     }
[44/81] Compiling CryptoSwift BatchedCollection.swift
/Users/admin/builder/spi-builder-workspace/Sources/CryptoSwift/BatchedCollection.swift:24:20: warning: generic parameter 'Base' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
17 | #if swift(>=4.0)  // HH
18 |
19 | struct BatchedCollectionIndex<Base: Collection> {
   |                               `- note: 'Base' previously declared here
20 |     let range: Range<Base.Index>
21 | }
22 |
23 | extension BatchedCollectionIndex: Comparable {
24 |     static func ==<Base>(lhs: BatchedCollectionIndex<Base>, rhs: BatchedCollectionIndex<Base>) -> Bool {
   |                    `- warning: generic parameter 'Base' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
25 |         return lhs.range.lowerBound == rhs.range.lowerBound
26 |     }
/Users/admin/builder/spi-builder-workspace/Sources/CryptoSwift/BatchedCollection.swift:28:20: warning: generic parameter 'Base' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
17 | #if swift(>=4.0)  // HH
18 |
19 | struct BatchedCollectionIndex<Base: Collection> {
   |                               `- note: 'Base' previously declared here
20 |     let range: Range<Base.Index>
21 | }
   :
26 |     }
27 |
28 |     static func < <Base>(lhs: BatchedCollectionIndex<Base>, rhs: BatchedCollectionIndex<Base>) -> Bool {
   |                    `- warning: generic parameter 'Base' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 |         return lhs.range.lowerBound < rhs.range.lowerBound
30 |     }
[45/81] Compiling CryptoSwift CSArrayType+Extensions.swift
[46/81] Compiling CryptoSwift Collection+Extension.swift
[47/81] Compiling Freddy JSONLiteralConvertible.swift
[48/81] Compiling Freddy JSONParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/Freddy/JSONParser.swift:23:13: error: function 'feclearexcept' does not exist in module 'Darwin'
 21 | #else
 22 | import func Darwin.pow
 23 | import func Darwin.feclearexcept
    |             `- error: function 'feclearexcept' does not exist in module 'Darwin'
 24 | import func Darwin.fetestexcept
 25 | import var  Darwin.FE_UNDERFLOW
/Users/admin/builder/spi-builder-workspace/Sources/Freddy/JSONParser.swift:24:13: error: function 'fetestexcept' does not exist in module 'Darwin'
 22 | import func Darwin.pow
 23 | import func Darwin.feclearexcept
 24 | import func Darwin.fetestexcept
    |             `- error: function 'fetestexcept' does not exist in module 'Darwin'
 25 | import var  Darwin.FE_UNDERFLOW
 26 | import var  Darwin.FE_OVERFLOW
/Users/admin/builder/spi-builder-workspace/Sources/Freddy/JSONParser.swift:25:13: error: variable 'FE_UNDERFLOW' does not exist in module 'Darwin'
 23 | import func Darwin.feclearexcept
 24 | import func Darwin.fetestexcept
 25 | import var  Darwin.FE_UNDERFLOW
    |             `- error: variable 'FE_UNDERFLOW' does not exist in module 'Darwin'
 26 | import var  Darwin.FE_OVERFLOW
 27 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Freddy/JSONParser.swift:26:13: error: variable 'FE_OVERFLOW' does not exist in module 'Darwin'
 24 | import func Darwin.fetestexcept
 25 | import var  Darwin.FE_UNDERFLOW
 26 | import var  Darwin.FE_OVERFLOW
    |             `- error: variable 'FE_OVERFLOW' does not exist in module 'Darwin'
 27 | #endif
 28 |
/Users/admin/builder/spi-builder-workspace/Sources/Freddy/JSONParser.swift:645:29: error: cannot find 'FE_UNDERFLOW' in scope
643 |
644 |     private func detectingFloatingPointErrors<T>(_ loc: Int, _ f: () throws -> T) throws -> T {
645 |         let flags : Int32 = FE_UNDERFLOW | FE_OVERFLOW
    |                             `- error: cannot find 'FE_UNDERFLOW' in scope
646 |         feclearexcept(flags)
647 |         let value = try f()
/Users/admin/builder/spi-builder-workspace/Sources/Freddy/JSONParser.swift:645:44: error: cannot find 'FE_OVERFLOW' in scope
643 |
644 |     private func detectingFloatingPointErrors<T>(_ loc: Int, _ f: () throws -> T) throws -> T {
645 |         let flags : Int32 = FE_UNDERFLOW | FE_OVERFLOW
    |                                            `- error: cannot find 'FE_OVERFLOW' in scope
646 |         feclearexcept(flags)
647 |         let value = try f()
/Users/admin/builder/spi-builder-workspace/Sources/Freddy/JSONParser.swift:645:42: error: cannot convert value of type 'UInt8' to specified type 'Int32'
643 |
644 |     private func detectingFloatingPointErrors<T>(_ loc: Int, _ f: () throws -> T) throws -> T {
645 |         let flags : Int32 = FE_UNDERFLOW | FE_OVERFLOW
    |                                          `- error: cannot convert value of type 'UInt8' to specified type 'Int32'
646 |         feclearexcept(flags)
647 |         let value = try f()
/Users/admin/builder/spi-builder-workspace/Sources/Freddy/JSONParser.swift:646:9: error: cannot find 'feclearexcept' in scope
644 |     private func detectingFloatingPointErrors<T>(_ loc: Int, _ f: () throws -> T) throws -> T {
645 |         let flags : Int32 = FE_UNDERFLOW | FE_OVERFLOW
646 |         feclearexcept(flags)
    |         `- error: cannot find 'feclearexcept' in scope
647 |         let value = try f()
648 |         guard fetestexcept(flags) == 0 else {
/Users/admin/builder/spi-builder-workspace/Sources/Freddy/JSONParser.swift:648:15: error: cannot find 'fetestexcept' in scope
646 |         feclearexcept(flags)
647 |         let value = try f()
648 |         guard fetestexcept(flags) == 0 else {
    |               `- error: cannot find 'fetestexcept' in scope
649 |             throw InternalError.NumberOverflow(offset: loc)
650 |         }
[49/81] Compiling CryptoSwift Int+Extension.swift
[50/81] Compiling CryptoSwift DigestType.swift
[51/81] Compiling CryptoSwift Generics.swift
[52/81] Emitting module http_parser
[53/81] Compiling http_parser URLParser.swift
BUILD FAILURE 6.3 macosSpm