The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftAdditions, reference master (f61e9c), with Swift 6.0 for macOS (SPM) on 14 Aug 2025 05:12:09 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.66.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/maddthesane/swiftmactypes.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[6/8] Write swift-version-5BDAB9E9C0126B9D.txt
[7/19] Compiling CTAdditionsSwiftHelpers CTAdditionsSwiftHelpers.m
[9/19] Compiling FoundationAdditions Endianness.swift
[10/19] Compiling FoundationAdditions CFBinaryHeap.swift
[11/19] Emitting module UTTypeOSTypes
[12/19] Compiling UTTypeOSTypes UTTypes.swift
[13/19] Compiling FoundationAdditions CocoaComparable.swift
[14/19] Compiling FoundationAdditions CFMessagePortAdditions.swift
[15/19] Compiling FoundationAdditions CFTypeProtocol.swift
[16/19] Compiling FoundationAdditions FoundationTypesAdditions.swift
[17/19] Emitting module FoundationAdditions
[18/19] Compiling FoundationAdditions CFBitVector.swift
[19/19] Compiling FoundationAdditions AdditionalAdditions.swift
[20/45] Compiling CoreTextAdditions CTTextTabAdditions.swift
[21/46] Compiling CoreTextAdditions CTRubyAnnotationAdditions.swift
[22/46] Compiling CoreTextAdditions CTRunAdditions.swift
[23/46] Compiling CoreTextAdditions CTGlyphInfoAdditions.swift
[24/46] Compiling CoreTextAdditions CTLineAdditions.swift
[25/46] Compiling CoreTextAdditions CTRunDelegateAdditions.swift
[26/46] Compiling CoreTextAdditions CTStringAttributesAdditions.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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
301 | 		return toRet
302 | 	}
[29/46] Compiling CoreTextAdditions CTFrameAdditions.swift
[30/46] Compiling CoreTextAdditions CTFramesetterAdditions.swift
[31/46] Compiling CoreTextAdditions CTFontDescriptorAdditions.swift
[32/46] Compiling CoreTextAdditions CTFontManagerAdditions.swift
[33/46] Compiling CoreTextAdditions CTTypesetterAdditions.swift
[34/46] Compiling SwiftAdditions SAMacError.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[35/46] Compiling CoreTextAdditions CTAFontManagerErrors.swift
[36/46] Compiling CoreTextAdditions CTAttributedStringAdditions.swift
[37/46] Compiling CoreTextAdditions CTFontAdditions.swift
[38/46] Compiling CoreTextAdditions CTFontCollectionAdditions.swift
[39/46] Emitting module CoreTextAdditions
/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 {
[40/46] Compiling SwiftAdditions CGColorSpace.swift
[41/46] Compiling SwiftAdditions AppleScriptFoundation.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[42/46] Compiling SwiftAdditions AppKit.swift
[43/46] Compiling SwiftAdditions Characters.swift
[44/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 |
[45/46] Compiling SwiftAdditions CoreGraphics.swift
/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 |
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.0 macosSpm