The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftAdditions, reference master (f61e9c), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 23:24:34 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/maddthesane/swiftmactypes.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/maddthesane/swiftmactypes
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f61e9c1 More pokes. Add some Spans.
Cloned https://github.com/maddthesane/swiftmactypes.git
Revision (git rev-parse @):
f61e9c1a88ba07d6ea4ed6b22a22cae2e23325e8
SUCCESS checkout https://github.com/maddthesane/swiftmactypes.git at master
========================================
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": "swiftmactypes",
      "name": "SwiftAdditions",
      "url": "https://github.com/maddthesane/swiftmactypes.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftmactypes",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/maddthesane/swiftmactypes.git
[1/3637] Fetching swiftmactypes
Fetched https://github.com/maddthesane/swiftmactypes.git from cache (1.12s)
Creating working copy for https://github.com/maddthesane/swiftmactypes.git
Working copy of https://github.com/maddthesane/swiftmactypes.git resolved at master (f61e9c1)
warning: '.resolve-product-dependencies': dependency 'swiftmactypes' 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/maddthesane/swiftmactypes.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[6/8] Write swift-version--6988338F2F200930.txt
[7/19] Compiling CTAdditionsSwiftHelpers CTAdditionsSwiftHelpers.m
[9/19] Compiling UTTypeOSTypes UTTypes.swift
[10/19] Emitting module UTTypeOSTypes
[11/19] Compiling FoundationAdditions CFBitVector.swift
[12/19] Compiling FoundationAdditions CFBinaryHeap.swift
[13/19] Compiling FoundationAdditions AdditionalAdditions.swift
[14/19] Compiling FoundationAdditions Endianness.swift
[15/19] Emitting module FoundationAdditions
[16/19] Compiling FoundationAdditions FoundationTypesAdditions.swift
[17/19] Compiling FoundationAdditions CFMessagePortAdditions.swift
[18/19] Compiling FoundationAdditions CFTypeProtocol.swift
[19/19] Compiling FoundationAdditions CocoaComparable.swift
[20/45] Compiling CoreTextAdditions CTRunDelegateAdditions.swift
[21/45] Compiling CoreTextAdditions CTStringAttributesAdditions.swift
[22/45] Compiling CoreTextAdditions CTTextTabAdditions.swift
[23/46] Compiling CoreTextAdditions CTGlyphInfoAdditions.swift
[24/46] Compiling CoreTextAdditions CTLineAdditions.swift
[25/46] Compiling CoreTextAdditions CTRubyAnnotationAdditions.swift
[26/46] Compiling CoreTextAdditions CTRunAdditions.swift
[27/46] Compiling CoreTextAdditions CTMisc.swift
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:13:19: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 11 | import CoreText
 12 |
 13 | extension CTFont: @retroactive CFTypeProtocol {
    |                   `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 14 | 	/// Returns the Core Foundation type identifier for for the opaque type `CTFont`.
 15 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:20:29: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 18 | }
 19 |
 20 | extension CTFontCollection: @retroactive CFTypeProtocol {
    |                             `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 21 | 	/// The Core Foundation type identifier for the opaque type `CTFontCollection`.
 22 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:27:29: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 25 | }
 26 |
 27 | extension CTFontDescriptor: @retroactive CFTypeProtocol {
    |                             `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 28 | 	/// Returns the Core Foundation type identifier for the opaque type `CTFontDescriptor`.
 29 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:34:20: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 32 | }
 33 |
 34 | extension CTFrame: @retroactive CFTypeProtocol {
    |                    `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 35 | 	/// Returns the Core Foundation type identifier for the opaque type `CTFrame`.
 36 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:41:26: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 39 | }
 40 |
 41 | extension CTFramesetter: @retroactive CFTypeProtocol {
    |                          `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 42 | 	/// Returns the Core Foundation type identifier the opaque type `CTFramesetter`.
 43 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:48:19: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 46 | }
 47 |
 48 | extension CTLine: @retroactive CFTypeProtocol {
    |                   `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 49 | 	/// Returns the Core Foundation type identifier for the opaque type `CTLineRef`.
 50 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:55:29: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 53 | }
 54 |
 55 | extension CTParagraphStyle: @retroactive CFTypeProtocol {
    |                             `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 56 | 	/// Returns the Core Foundation type identifier of the paragraph style object.
 57 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:62:29: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 60 | }
 61 |
 62 | extension CTRubyAnnotation: @retroactive CFTypeProtocol {
    |                             `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 63 | 	/// Returns the Core Foundation type identifier for the opaque type `CTRubyAnnotation`.
 64 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:69:18: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 67 | }
 68 |
 69 | extension CTRun: @retroactive CFTypeProtocol {
    |                  `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 70 | 	/// Returns the Core Foundation type identifier for the opaque type `CTRun`.
 71 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:76:26: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 74 | }
 75 |
 76 | extension CTRunDelegate: @retroactive CFTypeProtocol {
    |                          `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 77 | 	/// The Core Foundation type identifier for the opaque type `CTRunDelegate`.
 78 | 	@inlinable public static var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:83:22: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 81 | }
 82 |
 83 | extension CTTextTab: @retroactive CFTypeProtocol {
    |                      `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 84 | 	/// Returns the Core Foundation type identifier for the opaque type `CTTextTab`.
 85 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:90:25: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 88 | }
 89 |
 90 | extension CTTypesetter: @retroactive CFTypeProtocol {
    |                         `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 91 | 	/// Returns the Core Foundation type identifier for the opaque type `CTTypesetter`.
 92 | 	@inlinable public static var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:97:24: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 95 | }
 96 |
 97 | extension CTGlyphInfo: @retroactive CFTypeProtocol {
    |                        `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 98 | 	/// Returns the Core Foundation type identifier for the opaque type `CTGlyphInfo`.
 99 | 	@inlinable public static var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:123:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
121 | 	var alignment: Alignment {
122 | 		var toRet = Alignment.natural
123 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .alignment, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
124 | 		return toRet
125 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:135:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
133 | 	var firstLineHeadIndent: CGFloat {
134 | 		var toRet = CGFloat(0)
135 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .firstLineHeadIndent, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
136 | 		return toRet
137 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:147:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
145 | 	var headIndent: CGFloat {
146 | 		var toRet = CGFloat(0)
147 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .headIndent, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
148 | 		return toRet
149 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:160:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
158 | 	var tailIndent: CGFloat {
159 | 		var toRet = CGFloat(0)
160 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .tailIndent, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
161 | 		return toRet
162 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:171:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
169 | 	var tabStops: [CTTextTab] {
170 | 		var toRet: Unmanaged<CFArray>? = nil
171 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .tabStops, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
172 | 		return toRet?.takeUnretainedValue() as? [CTTextTab] ?? []
173 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:183:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
181 | 	var defaultTabInterval: CGFloat {
182 | 		var toRet = CGFloat(0)
183 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .defaultTabInterval, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
184 | 		return toRet
185 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:194:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
192 | 	var lineBreakMode: LineBreakMode {
193 | 		var toRet = LineBreakMode.byWordWrapping
194 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .alignment, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
195 | 		return toRet
196 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:208:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
206 | 	var maximumLineHeight: CGFloat {
207 | 		var toRet = CGFloat(0)
208 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .maximumLineHeight, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
209 | 		return toRet
210 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:220:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
218 | 	var minimumLineHeight: CGFloat {
219 | 		var toRet = CGFloat(0)
220 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .minimumLineHeight, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
221 | 		return toRet
222 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:235:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
233 | 	var paragraphSpacing: CGFloat {
234 | 		var toRet = CGFloat(0)
235 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .paragraphSpacing, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
236 | 		return toRet
237 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:246:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
244 | 	var paragraphSpacingBefore: CGFloat {
245 | 		var toRet = CGFloat(0)
246 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .paragraphSpacingBefore, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
247 | 		return toRet
248 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:256:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
254 | 	var baseWritingDirection: WritingDirection {
255 | 		var toRet = WritingDirection.natural
256 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .baseWritingDirection, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
257 | 		return toRet
258 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:267:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
265 | 	var maximumLineSpacing: CGFloat {
266 | 		var toRet = CGFloat(0)
267 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .maximumLineSpacing, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
268 | 		return toRet
269 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:278:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
276 | 	var minimumLineSpacing: CGFloat {
277 | 		var toRet = CGFloat(0)
278 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .minimumLineSpacing, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
279 | 		return toRet
280 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:289:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
287 | 	var lineSpacingAdjustment: CGFloat {
288 | 		var toRet = CGFloat(0)
289 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .lineSpacingAdjustment, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
290 | 		return toRet
291 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:300:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
298 | 	var lineBoundsOptions: CTLine.BoundsOptions {
299 | 		var toRet: CTLineBoundsOptions = []
300 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .lineBoundsOptions, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
301 | 		return toRet
302 | 	}
[28/46] Compiling CoreTextAdditions CTParagraphStyleAdditions.swift
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:13:19: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 11 | import CoreText
 12 |
 13 | extension CTFont: @retroactive CFTypeProtocol {
    |                   `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 14 | 	/// Returns the Core Foundation type identifier for for the opaque type `CTFont`.
 15 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:20:29: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 18 | }
 19 |
 20 | extension CTFontCollection: @retroactive CFTypeProtocol {
    |                             `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 21 | 	/// The Core Foundation type identifier for the opaque type `CTFontCollection`.
 22 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:27:29: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 25 | }
 26 |
 27 | extension CTFontDescriptor: @retroactive CFTypeProtocol {
    |                             `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 28 | 	/// Returns the Core Foundation type identifier for the opaque type `CTFontDescriptor`.
 29 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:34:20: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 32 | }
 33 |
 34 | extension CTFrame: @retroactive CFTypeProtocol {
    |                    `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 35 | 	/// Returns the Core Foundation type identifier for the opaque type `CTFrame`.
 36 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:41:26: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 39 | }
 40 |
 41 | extension CTFramesetter: @retroactive CFTypeProtocol {
    |                          `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 42 | 	/// Returns the Core Foundation type identifier the opaque type `CTFramesetter`.
 43 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:48:19: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 46 | }
 47 |
 48 | extension CTLine: @retroactive CFTypeProtocol {
    |                   `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 49 | 	/// Returns the Core Foundation type identifier for the opaque type `CTLineRef`.
 50 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:55:29: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 53 | }
 54 |
 55 | extension CTParagraphStyle: @retroactive CFTypeProtocol {
    |                             `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 56 | 	/// Returns the Core Foundation type identifier of the paragraph style object.
 57 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:62:29: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 60 | }
 61 |
 62 | extension CTRubyAnnotation: @retroactive CFTypeProtocol {
    |                             `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 63 | 	/// Returns the Core Foundation type identifier for the opaque type `CTRubyAnnotation`.
 64 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:69:18: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 67 | }
 68 |
 69 | extension CTRun: @retroactive CFTypeProtocol {
    |                  `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 70 | 	/// Returns the Core Foundation type identifier for the opaque type `CTRun`.
 71 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:76:26: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 74 | }
 75 |
 76 | extension CTRunDelegate: @retroactive CFTypeProtocol {
    |                          `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 77 | 	/// The Core Foundation type identifier for the opaque type `CTRunDelegate`.
 78 | 	@inlinable public static var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:83:22: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 81 | }
 82 |
 83 | extension CTTextTab: @retroactive CFTypeProtocol {
    |                      `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 84 | 	/// Returns the Core Foundation type identifier for the opaque type `CTTextTab`.
 85 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:90:25: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 88 | }
 89 |
 90 | extension CTTypesetter: @retroactive CFTypeProtocol {
    |                         `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 91 | 	/// Returns the Core Foundation type identifier for the opaque type `CTTypesetter`.
 92 | 	@inlinable public static var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:97:24: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 95 | }
 96 |
 97 | extension CTGlyphInfo: @retroactive CFTypeProtocol {
    |                        `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 98 | 	/// Returns the Core Foundation type identifier for the opaque type `CTGlyphInfo`.
 99 | 	@inlinable public static var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:123:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
121 | 	var alignment: Alignment {
122 | 		var toRet = Alignment.natural
123 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .alignment, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
124 | 		return toRet
125 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:135:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
133 | 	var firstLineHeadIndent: CGFloat {
134 | 		var toRet = CGFloat(0)
135 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .firstLineHeadIndent, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
136 | 		return toRet
137 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:147:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
145 | 	var headIndent: CGFloat {
146 | 		var toRet = CGFloat(0)
147 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .headIndent, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
148 | 		return toRet
149 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:160:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
158 | 	var tailIndent: CGFloat {
159 | 		var toRet = CGFloat(0)
160 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .tailIndent, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
161 | 		return toRet
162 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:171:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
169 | 	var tabStops: [CTTextTab] {
170 | 		var toRet: Unmanaged<CFArray>? = nil
171 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .tabStops, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
172 | 		return toRet?.takeUnretainedValue() as? [CTTextTab] ?? []
173 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:183:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
181 | 	var defaultTabInterval: CGFloat {
182 | 		var toRet = CGFloat(0)
183 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .defaultTabInterval, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
184 | 		return toRet
185 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:194:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
192 | 	var lineBreakMode: LineBreakMode {
193 | 		var toRet = LineBreakMode.byWordWrapping
194 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .alignment, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
195 | 		return toRet
196 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:208:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
206 | 	var maximumLineHeight: CGFloat {
207 | 		var toRet = CGFloat(0)
208 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .maximumLineHeight, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
209 | 		return toRet
210 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:220:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
218 | 	var minimumLineHeight: CGFloat {
219 | 		var toRet = CGFloat(0)
220 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .minimumLineHeight, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
221 | 		return toRet
222 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:235:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
233 | 	var paragraphSpacing: CGFloat {
234 | 		var toRet = CGFloat(0)
235 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .paragraphSpacing, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
236 | 		return toRet
237 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:246:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
244 | 	var paragraphSpacingBefore: CGFloat {
245 | 		var toRet = CGFloat(0)
246 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .paragraphSpacingBefore, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
247 | 		return toRet
248 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:256:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
254 | 	var baseWritingDirection: WritingDirection {
255 | 		var toRet = WritingDirection.natural
256 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .baseWritingDirection, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
257 | 		return toRet
258 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:267:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
265 | 	var maximumLineSpacing: CGFloat {
266 | 		var toRet = CGFloat(0)
267 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .maximumLineSpacing, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
268 | 		return toRet
269 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:278:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
276 | 	var minimumLineSpacing: CGFloat {
277 | 		var toRet = CGFloat(0)
278 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .minimumLineSpacing, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
279 | 		return toRet
280 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:289:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
287 | 	var lineSpacingAdjustment: CGFloat {
288 | 		var toRet = CGFloat(0)
289 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .lineSpacingAdjustment, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
290 | 		return toRet
291 | 	}
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTParagraphStyleAdditions.swift:300:7: warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
298 | 	var lineBoundsOptions: CTLine.BoundsOptions {
299 | 		var toRet: CTLineBoundsOptions = []
300 | 		let success = CTParagraphStyleGetValueForSpecifier(self, .lineBoundsOptions, MemoryLayout.size(ofValue: toRet), &toRet)
    |       `- warning: initialization of immutable value 'success' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
301 | 		return toRet
302 | 	}
[29/46] Compiling CoreTextAdditions CTFontDescriptorAdditions.swift
[30/46] Compiling CoreTextAdditions CTFontManagerAdditions.swift
[31/46] Compiling CoreTextAdditions CTFrameAdditions.swift
[32/46] Compiling CoreTextAdditions CTFramesetterAdditions.swift
[33/46] Compiling CoreTextAdditions CTTypesetterAdditions.swift
[34/46] Compiling CoreTextAdditions CTFontAdditions.swift
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTFontAdditions.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'CoreTextAdditions' may lead to instability during execution [#ImplementationOnlyDeprecated]
  11 | import FoundationAdditions
  12 | #if SWIFT_PACKAGE
  13 | @_implementationOnly import CTAdditionsSwiftHelpers
     |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'CoreTextAdditions' may lead to instability during execution [#ImplementationOnlyDeprecated]
  14 | #endif
  15 |
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[35/46] Compiling CoreTextAdditions CTFontCollectionAdditions.swift
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTFontAdditions.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'CoreTextAdditions' may lead to instability during execution [#ImplementationOnlyDeprecated]
  11 | import FoundationAdditions
  12 | #if SWIFT_PACKAGE
  13 | @_implementationOnly import CTAdditionsSwiftHelpers
     |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'CoreTextAdditions' may lead to instability during execution [#ImplementationOnlyDeprecated]
  14 | #endif
  15 |
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/46] Emitting module CoreTextAdditions
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTFontAdditions.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'CoreTextAdditions' may lead to instability during execution [#ImplementationOnlyDeprecated]
  11 | import FoundationAdditions
  12 | #if SWIFT_PACKAGE
  13 | @_implementationOnly import CTAdditionsSwiftHelpers
     |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'CoreTextAdditions' may lead to instability during execution [#ImplementationOnlyDeprecated]
  14 | #endif
  15 |
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTAttributedStringAdditions.swift:22:32: error: ambiguous type name 'CoreTextAttributes' in 'AttributeScopes'
 20 | 	///
 21 | 	/// Note that these may overlap *or* be different than the ones provided by AppKit/UIKit.
 22 | 	var coreText: AttributeScopes.CoreTextAttributes.Type {
    |                                `- error: ambiguous type name 'CoreTextAttributes' in 'AttributeScopes'
 23 | 		return CoreTextAttributes.self
 24 | 	}
    :
 27 | 	///
 28 | 	/// Note that these may overlap *or* be different than the ones provided by AppKit/UIKit.
 29 | 	struct CoreTextAttributes: AttributeScope {
    |         `- note: found candidate with type 'AttributeScopes.CoreTextAttributes'
 30 | 		/// The font.
 31 | 		///
CoreText.AttributeScopes.CoreTextAttributes:2:15: note: found candidate with type 'AttributeScopes.CoreTextAttributes'
1 | enum AttributeScopes {
2 | public struct CoreTextAttributes {
  |               `- note: found candidate with type 'AttributeScopes.CoreTextAttributes'
3 | }}
4 |
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTAttributedStringAdditions.swift:667:62: error: ambiguous type name 'CoreTextAttributes' in 'AttributeScopes'
 27 | 	///
 28 | 	/// Note that these may overlap *or* be different than the ones provided by AppKit/UIKit.
 29 | 	struct CoreTextAttributes: AttributeScope {
    |         `- note: found candidate with type 'AttributeScopes.CoreTextAttributes'
 30 | 		/// The font.
 31 | 		///
    :
665 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
666 | public extension AttributeDynamicLookup {
667 | 	subscript<T>(dynamicMember keyPath: KeyPath<AttributeScopes.CoreTextAttributes, T>) -> T where T : AttributedStringKey {
    |                                                              `- error: ambiguous type name 'CoreTextAttributes' in 'AttributeScopes'
668 | 		return self[T.self]
669 | 	}
CoreText.AttributeScopes.CoreTextAttributes:2:15: note: found candidate with type 'AttributeScopes.CoreTextAttributes'
1 | enum AttributeScopes {
2 | public struct CoreTextAttributes {
  |               `- note: found candidate with type 'AttributeScopes.CoreTextAttributes'
3 | }}
4 |
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:13:19: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 11 | import CoreText
 12 |
 13 | extension CTFont: @retroactive CFTypeProtocol {
    |                   `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 14 | 	/// Returns the Core Foundation type identifier for for the opaque type `CTFont`.
 15 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:20:29: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 18 | }
 19 |
 20 | extension CTFontCollection: @retroactive CFTypeProtocol {
    |                             `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 21 | 	/// The Core Foundation type identifier for the opaque type `CTFontCollection`.
 22 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:27:29: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 25 | }
 26 |
 27 | extension CTFontDescriptor: @retroactive CFTypeProtocol {
    |                             `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 28 | 	/// Returns the Core Foundation type identifier for the opaque type `CTFontDescriptor`.
 29 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:34:20: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 32 | }
 33 |
 34 | extension CTFrame: @retroactive CFTypeProtocol {
    |                    `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 35 | 	/// Returns the Core Foundation type identifier for the opaque type `CTFrame`.
 36 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:41:26: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 39 | }
 40 |
 41 | extension CTFramesetter: @retroactive CFTypeProtocol {
    |                          `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 42 | 	/// Returns the Core Foundation type identifier the opaque type `CTFramesetter`.
 43 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:48:19: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 46 | }
 47 |
 48 | extension CTLine: @retroactive CFTypeProtocol {
    |                   `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 49 | 	/// Returns the Core Foundation type identifier for the opaque type `CTLineRef`.
 50 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:55:29: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 53 | }
 54 |
 55 | extension CTParagraphStyle: @retroactive CFTypeProtocol {
    |                             `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 56 | 	/// Returns the Core Foundation type identifier of the paragraph style object.
 57 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:62:29: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 60 | }
 61 |
 62 | extension CTRubyAnnotation: @retroactive CFTypeProtocol {
    |                             `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 63 | 	/// Returns the Core Foundation type identifier for the opaque type `CTRubyAnnotation`.
 64 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:69:18: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 67 | }
 68 |
 69 | extension CTRun: @retroactive CFTypeProtocol {
    |                  `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 70 | 	/// Returns the Core Foundation type identifier for the opaque type `CTRun`.
 71 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:76:26: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 74 | }
 75 |
 76 | extension CTRunDelegate: @retroactive CFTypeProtocol {
    |                          `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 77 | 	/// The Core Foundation type identifier for the opaque type `CTRunDelegate`.
 78 | 	@inlinable public static var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:83:22: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 81 | }
 82 |
 83 | extension CTTextTab: @retroactive CFTypeProtocol {
    |                      `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 84 | 	/// Returns the Core Foundation type identifier for the opaque type `CTTextTab`.
 85 | 	@inlinable public class var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:90:25: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 88 | }
 89 |
 90 | extension CTTypesetter: @retroactive CFTypeProtocol {
    |                         `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 91 | 	/// Returns the Core Foundation type identifier for the opaque type `CTTypesetter`.
 92 | 	@inlinable public static var typeID: CFTypeID {
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTMisc.swift:97:24: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 95 | }
 96 |
 97 | extension CTGlyphInfo: @retroactive CFTypeProtocol {
    |                        `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
 98 | 	/// Returns the Core Foundation type identifier for the opaque type `CTGlyphInfo`.
 99 | 	@inlinable public static var typeID: CFTypeID {
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[37/46] Compiling CoreTextAdditions CTAFontManagerErrors.swift
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTAttributedStringAdditions.swift:22:32: error: ambiguous type name 'CoreTextAttributes' in 'AttributeScopes'
 20 | 	///
 21 | 	/// Note that these may overlap *or* be different than the ones provided by AppKit/UIKit.
 22 | 	var coreText: AttributeScopes.CoreTextAttributes.Type {
    |                                `- error: ambiguous type name 'CoreTextAttributes' in 'AttributeScopes'
 23 | 		return CoreTextAttributes.self
 24 | 	}
    :
 27 | 	///
 28 | 	/// Note that these may overlap *or* be different than the ones provided by AppKit/UIKit.
 29 | 	struct CoreTextAttributes: AttributeScope {
    |         `- note: found candidate with type 'AttributeScopes.CoreTextAttributes'
 30 | 		/// The font.
 31 | 		///
CoreText.AttributeScopes.CoreTextAttributes:2:15: note: found candidate with type 'AttributeScopes.CoreTextAttributes'
1 | enum AttributeScopes {
2 | public struct CoreTextAttributes {
  |               `- note: found candidate with type 'AttributeScopes.CoreTextAttributes'
3 | }}
4 |
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTAttributedStringAdditions.swift:667:62: error: ambiguous type name 'CoreTextAttributes' in 'AttributeScopes'
 27 | 	///
 28 | 	/// Note that these may overlap *or* be different than the ones provided by AppKit/UIKit.
 29 | 	struct CoreTextAttributes: AttributeScope {
    |         `- note: found candidate with type 'AttributeScopes.CoreTextAttributes'
 30 | 		/// The font.
 31 | 		///
    :
665 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
666 | public extension AttributeDynamicLookup {
667 | 	subscript<T>(dynamicMember keyPath: KeyPath<AttributeScopes.CoreTextAttributes, T>) -> T where T : AttributedStringKey {
    |                                                              `- error: ambiguous type name 'CoreTextAttributes' in 'AttributeScopes'
668 | 		return self[T.self]
669 | 	}
CoreText.AttributeScopes.CoreTextAttributes:2:15: note: found candidate with type 'AttributeScopes.CoreTextAttributes'
1 | enum AttributeScopes {
2 | public struct CoreTextAttributes {
  |               `- note: found candidate with type 'AttributeScopes.CoreTextAttributes'
3 | }}
4 |
[38/46] Compiling CoreTextAdditions CTAttributedStringAdditions.swift
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTAttributedStringAdditions.swift:22:32: error: ambiguous type name 'CoreTextAttributes' in 'AttributeScopes'
 20 | 	///
 21 | 	/// Note that these may overlap *or* be different than the ones provided by AppKit/UIKit.
 22 | 	var coreText: AttributeScopes.CoreTextAttributes.Type {
    |                                `- error: ambiguous type name 'CoreTextAttributes' in 'AttributeScopes'
 23 | 		return CoreTextAttributes.self
 24 | 	}
    :
 27 | 	///
 28 | 	/// Note that these may overlap *or* be different than the ones provided by AppKit/UIKit.
 29 | 	struct CoreTextAttributes: AttributeScope {
    |         `- note: found candidate with type 'AttributeScopes.CoreTextAttributes'
 30 | 		/// The font.
 31 | 		///
CoreText.AttributeScopes.CoreTextAttributes:2:15: note: found candidate with type 'AttributeScopes.CoreTextAttributes'
1 | enum AttributeScopes {
2 | public struct CoreTextAttributes {
  |               `- note: found candidate with type 'AttributeScopes.CoreTextAttributes'
3 | }}
4 |
/Users/admin/builder/spi-builder-workspace/CoreTextAdditions/CTAttributedStringAdditions.swift:667:62: error: ambiguous type name 'CoreTextAttributes' in 'AttributeScopes'
 27 | 	///
 28 | 	/// Note that these may overlap *or* be different than the ones provided by AppKit/UIKit.
 29 | 	struct CoreTextAttributes: AttributeScope {
    |         `- note: found candidate with type 'AttributeScopes.CoreTextAttributes'
 30 | 		/// The font.
 31 | 		///
    :
665 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
666 | public extension AttributeDynamicLookup {
667 | 	subscript<T>(dynamicMember keyPath: KeyPath<AttributeScopes.CoreTextAttributes, T>) -> T where T : AttributedStringKey {
    |                                                              `- error: ambiguous type name 'CoreTextAttributes' in 'AttributeScopes'
668 | 		return self[T.self]
669 | 	}
CoreText.AttributeScopes.CoreTextAttributes:2:15: note: found candidate with type 'AttributeScopes.CoreTextAttributes'
1 | enum AttributeScopes {
2 | public struct CoreTextAttributes {
  |               `- note: found candidate with type 'AttributeScopes.CoreTextAttributes'
3 | }}
4 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[39/46] Compiling SwiftAdditions CGColorSpace.swift
[40/46] Compiling SwiftAdditions Characters.swift
[41/46] Compiling SwiftAdditions AppleScriptFoundation.swift
[42/46] Compiling SwiftAdditions AppKit.swift
[43/46] Emitting module SwiftAdditions
/Users/admin/builder/spi-builder-workspace/SwiftAdditions/CoreGraphics.swift:60:19: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
58 | }
59 |
60 | extension CGFont: @retroactive CFTypeProtocol {}
   |                   `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
61 | extension CGImage: @retroactive CFTypeProtocol {}
62 | extension CGLayer: @retroactive CFTypeProtocol {}
/Users/admin/builder/spi-builder-workspace/SwiftAdditions/CoreGraphics.swift:61:20: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
59 |
60 | extension CGFont: @retroactive CFTypeProtocol {}
61 | extension CGImage: @retroactive CFTypeProtocol {}
   |                    `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
62 | extension CGLayer: @retroactive CFTypeProtocol {}
63 | extension CGPath: @retroactive CFTypeProtocol {}
/Users/admin/builder/spi-builder-workspace/SwiftAdditions/CoreGraphics.swift:62:20: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
60 | extension CGFont: @retroactive CFTypeProtocol {}
61 | extension CGImage: @retroactive CFTypeProtocol {}
62 | extension CGLayer: @retroactive CFTypeProtocol {}
   |                    `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
63 | extension CGPath: @retroactive CFTypeProtocol {}
64 | extension CGPattern: @retroactive CFTypeProtocol {}
/Users/admin/builder/spi-builder-workspace/SwiftAdditions/CoreGraphics.swift:63:19: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
61 | extension CGImage: @retroactive CFTypeProtocol {}
62 | extension CGLayer: @retroactive CFTypeProtocol {}
63 | extension CGPath: @retroactive CFTypeProtocol {}
   |                   `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
64 | extension CGPattern: @retroactive CFTypeProtocol {}
65 | extension CGShading: @retroactive CFTypeProtocol {}
/Users/admin/builder/spi-builder-workspace/SwiftAdditions/CoreGraphics.swift:64:22: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
62 | extension CGLayer: @retroactive CFTypeProtocol {}
63 | extension CGPath: @retroactive CFTypeProtocol {}
64 | extension CGPattern: @retroactive CFTypeProtocol {}
   |                      `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
65 | extension CGShading: @retroactive CFTypeProtocol {}
66 | extension CGColor: @retroactive CFTypeProtocol {}
/Users/admin/builder/spi-builder-workspace/SwiftAdditions/CoreGraphics.swift:65:22: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
63 | extension CGPath: @retroactive CFTypeProtocol {}
64 | extension CGPattern: @retroactive CFTypeProtocol {}
65 | extension CGShading: @retroactive CFTypeProtocol {}
   |                      `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
66 | extension CGColor: @retroactive CFTypeProtocol {}
67 | extension CGColorConversionInfo: @retroactive CFTypeProtocol {}
/Users/admin/builder/spi-builder-workspace/SwiftAdditions/CoreGraphics.swift:66:20: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
64 | extension CGPattern: @retroactive CFTypeProtocol {}
65 | extension CGShading: @retroactive CFTypeProtocol {}
66 | extension CGColor: @retroactive CFTypeProtocol {}
   |                    `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
67 | extension CGColorConversionInfo: @retroactive CFTypeProtocol {}
68 | extension CGColorSpace: @retroactive CFTypeProtocol {}
/Users/admin/builder/spi-builder-workspace/SwiftAdditions/CoreGraphics.swift:67:34: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
65 | extension CGShading: @retroactive CFTypeProtocol {}
66 | extension CGColor: @retroactive CFTypeProtocol {}
67 | extension CGColorConversionInfo: @retroactive CFTypeProtocol {}
   |                                  `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
68 | extension CGColorSpace: @retroactive CFTypeProtocol {}
69 | extension CGContext: @retroactive CFTypeProtocol {}
/Users/admin/builder/spi-builder-workspace/SwiftAdditions/CoreGraphics.swift:68:25: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
66 | extension CGColor: @retroactive CFTypeProtocol {}
67 | extension CGColorConversionInfo: @retroactive CFTypeProtocol {}
68 | extension CGColorSpace: @retroactive CFTypeProtocol {}
   |                         `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
69 | extension CGContext: @retroactive CFTypeProtocol {}
70 | extension CGDataConsumer: @retroactive CFTypeProtocol {}
/Users/admin/builder/spi-builder-workspace/SwiftAdditions/CoreGraphics.swift:69:22: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
67 | extension CGColorConversionInfo: @retroactive CFTypeProtocol {}
68 | extension CGColorSpace: @retroactive CFTypeProtocol {}
69 | extension CGContext: @retroactive CFTypeProtocol {}
   |                      `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
70 | extension CGDataConsumer: @retroactive CFTypeProtocol {}
71 | extension CGDataProvider: @retroactive CFTypeProtocol {}
/Users/admin/builder/spi-builder-workspace/SwiftAdditions/CoreGraphics.swift:70:27: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
68 | extension CGColorSpace: @retroactive CFTypeProtocol {}
69 | extension CGContext: @retroactive CFTypeProtocol {}
70 | extension CGDataConsumer: @retroactive CFTypeProtocol {}
   |                           `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
71 | extension CGDataProvider: @retroactive CFTypeProtocol {}
72 | extension CGFunction: @retroactive CFTypeProtocol {}
/Users/admin/builder/spi-builder-workspace/SwiftAdditions/CoreGraphics.swift:71:27: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
69 | extension CGContext: @retroactive CFTypeProtocol {}
70 | extension CGDataConsumer: @retroactive CFTypeProtocol {}
71 | extension CGDataProvider: @retroactive CFTypeProtocol {}
   |                           `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
72 | extension CGFunction: @retroactive CFTypeProtocol {}
73 | extension CGGradient: @retroactive CFTypeProtocol {}
/Users/admin/builder/spi-builder-workspace/SwiftAdditions/CoreGraphics.swift:72:23: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
70 | extension CGDataConsumer: @retroactive CFTypeProtocol {}
71 | extension CGDataProvider: @retroactive CFTypeProtocol {}
72 | extension CGFunction: @retroactive CFTypeProtocol {}
   |                       `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
73 | extension CGGradient: @retroactive CFTypeProtocol {}
74 | extension CGPDFPage: @retroactive CFTypeProtocol {}
/Users/admin/builder/spi-builder-workspace/SwiftAdditions/CoreGraphics.swift:73:23: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
71 | extension CGDataProvider: @retroactive CFTypeProtocol {}
72 | extension CGFunction: @retroactive CFTypeProtocol {}
73 | extension CGGradient: @retroactive CFTypeProtocol {}
   |                       `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
74 | extension CGPDFPage: @retroactive CFTypeProtocol {}
75 | extension CGPDFDocument: @retroactive CFTypeProtocol {}
/Users/admin/builder/spi-builder-workspace/SwiftAdditions/CoreGraphics.swift:74:22: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
72 | extension CGFunction: @retroactive CFTypeProtocol {}
73 | extension CGGradient: @retroactive CFTypeProtocol {}
74 | extension CGPDFPage: @retroactive CFTypeProtocol {}
   |                      `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
75 | extension CGPDFDocument: @retroactive CFTypeProtocol {}
76 |
/Users/admin/builder/spi-builder-workspace/SwiftAdditions/CoreGraphics.swift:75:26: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
73 | extension CGGradient: @retroactive CFTypeProtocol {}
74 | extension CGPDFPage: @retroactive CFTypeProtocol {}
75 | extension CGPDFDocument: @retroactive CFTypeProtocol {}
   |                          `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
76 |
77 | #if os(OSX)
/Users/admin/builder/spi-builder-workspace/SwiftAdditions/CoreGraphics.swift:78:26: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
76 |
77 | #if os(OSX)
78 | extension CGPSConverter: @retroactive CFTypeProtocol {}
   |                          `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
79 | extension CGEventSource: @retroactive CFTypeProtocol {}
80 | extension CGDisplayMode: @retroactive CFTypeProtocol {}
/Users/admin/builder/spi-builder-workspace/SwiftAdditions/CoreGraphics.swift:79:26: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
77 | #if os(OSX)
78 | extension CGPSConverter: @retroactive CFTypeProtocol {}
79 | extension CGEventSource: @retroactive CFTypeProtocol {}
   |                          `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
80 | extension CGDisplayMode: @retroactive CFTypeProtocol {}
81 | extension CGDisplayStream: @retroactive CFTypeProtocol {}
/Users/admin/builder/spi-builder-workspace/SwiftAdditions/CoreGraphics.swift:80:26: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
78 | extension CGPSConverter: @retroactive CFTypeProtocol {}
79 | extension CGEventSource: @retroactive CFTypeProtocol {}
80 | extension CGDisplayMode: @retroactive CFTypeProtocol {}
   |                          `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
81 | extension CGDisplayStream: @retroactive CFTypeProtocol {}
82 | extension CGEvent: @retroactive CFTypeProtocol {}
/Users/admin/builder/spi-builder-workspace/SwiftAdditions/CoreGraphics.swift:81:28: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
79 | extension CGEventSource: @retroactive CFTypeProtocol {}
80 | extension CGDisplayMode: @retroactive CFTypeProtocol {}
81 | extension CGDisplayStream: @retroactive CFTypeProtocol {}
   |                            `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
82 | extension CGEvent: @retroactive CFTypeProtocol {}
83 | #endif
/Users/admin/builder/spi-builder-workspace/SwiftAdditions/CoreGraphics.swift:82:20: error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
80 | extension CGDisplayMode: @retroactive CFTypeProtocol {}
81 | extension CGDisplayStream: @retroactive CFTypeProtocol {}
82 | extension CGEvent: @retroactive CFTypeProtocol {}
   |                    `- error: 'retroactive' attribute does not apply; 'CFTypeProtocol' is declared in the same package
83 | #endif
84 |
[44/46] Compiling SwiftAdditions SAMacError.swift
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/FoundationAdditions/Info.plist
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/SwiftAdditions/Info.plist
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/SwiftAudioAdditions/Info.plist
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/CoreTextAdditions/Info.plist
BUILD FAILURE 6.3 macosSpm